diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 11:15:22 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 11:15:22 (GMT) |
commit | 0b0cd817ef9e453e9f34b815c6d473ebfba436bc (patch) | |
tree | 68aec6d54c5cec007c94d161bbdd4701211195e3 | |
parent | bbffb0d91350adadad9d145ae31e4e0363748c20 (diff) |
more ideas/suggestions
git-svn-id: http://svn.clifford.at/openscad/trunk@297 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -63,6 +63,9 @@ o Language Frontend o DXF Import - Support for POLYLINE entity - Support for SPLINE entity + - Support for Aligned, Radius, Diameter and Ordinate DIMENSION + - Support for LEADER entity + - Test INSERT with rotation. code looks wrong - idea: DXF inline - convert from dxf to OpenSCAD syntax -> parametrize dxf content o Mesh optimization on STL export - Remove super small triangles (all sides are short) @@ -70,6 +73,8 @@ o Mesh optimization on STL export o Misc - Add symbolic colors to the color() statement - Go through default values of parameters (e.g. cube() has x,y,z=1 while linear_extrude() has height=100) +o Grammar + - dim->name -> dim->label - A random(seed) function CODE |