diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-03 09:49:13 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-03 09:49:13 (GMT) |
commit | a0943d92b3b039da64ae15e77dc6899f53262270 (patch) | |
tree | 979d4cba13fe74a4c21d053b143e80217b4c5d1a | |
parent | 00ce953c0a8172b8cb01292b3cd1fde3dd782410 (diff) |
Clifford Wolf:
Added Module-Function-Interface to TODO
git-svn-id: http://svn.clifford.at/openscad/trunk@197 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | TODO.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,4 +44,7 @@ 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 +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) |