Clifford Wolf:

TODOs



git-svn-id: http://svn.clifford.at/openscad/trunk@237 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
clifford 2010-01-08 04:33:32 +00:00
parent 36eb2d48c7
commit a6b676a75e
1 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,9 @@ o Advanced Transformations
o Function-Module-Interface
- Pass a module instanciation to a function (e.g. for a volume() function)
- Pass a function to a module instanciation (e.g. for dynamic extrusion paths)
o Language Frontend
- Allow using the childs of a module instance inside the module
- Allow local variables and functions everywhere (not only on module level)
o DXF Import
- Support for ELLIPSE entity
- Support for POLYLINE entity
@ -54,4 +57,3 @@ o DXF Import
o Misc
- Add symbolic colors to the color() statement