diff options
-rw-r--r-- | RELEASE_NOTES | 1 | ||||
-rw-r--r-- | doc/TODO.txt | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 2681482..1bf3d8a 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -4,6 +4,7 @@ OpenSCAD 20xx.yy Features: o The MCAD library is now bundled with OpenSCAD o hull() Now supports 3D objects +o hull() with 2D object can now use for loops and boolean operations as children o Added import and export of the OFF file format o New import() statement reads the correct file format based on the filename extension (.stl, .dxf and .off is supported) diff --git a/doc/TODO.txt b/doc/TODO.txt index ca2aa85..560e270 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -140,7 +140,6 @@ o 2D Subsystem o Built-in modules - extrude*: Allow the base 2D primitive to have a Z value - rotate_extrude(): Allow for specification of start/stop/sweep angle? - - Convex hull of 3D objects o Advanced Transformations - Add statement for refinement via surface subdivision - Add statement for intersections in cartesian product of childs @@ -238,7 +237,6 @@ MISSING TESTS: o all functions o mirror o scale -o 3D hull o open polyline from dxf using new method o linear_extrude DXF o rotate_extrude DXF |