diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-13 12:24:24 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-13 12:24:24 (GMT) |
commit | 7f944e1e25faa8d8c077ba78e4fd489b69270fb5 (patch) | |
tree | d9330c7943a585865855e3f3fe3dfdfc400480cd /TODO.txt | |
parent | 367d7b3244c0091f9ca8b5b39a62c5d49886577c (diff) |
Clifford Wolf:
Added child() statement
git-svn-id: http://svn.clifford.at/openscad/trunk@275 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -49,12 +49,10 @@ o Advanced Transformations - Add statement for 2D and 3D minkowski sum - Add statement for refinement via surface subdivision - Add statement for intersections in cartesian product of childs - - Add statement for mirroring objects (without inverting them) 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 POLYLINE entity |