Added some blurb about for, intersection_for and child modules

git-svn-id: http://svn.clifford.at/openscad/trunk@555 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
kintel 2010-05-27 23:19:12 +00:00
parent 4129061198
commit bebe7eb348
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ o Language Frontend
a module search path.
- allow 0/1 f/t FALSE/TRUE as boolean values
- allow any expression to be evaluated as boolean (e.g. 1 = true, 0 = false)
- Rethink for vs. intersection_for vs. group. Should for loops
generate child lists instead, and make these passable to other
modules or accessible by child()?
o DXF Import
- Support for POLYLINE entity
- Support for SPLINE entity