joostn / OpenJsCad

3D solid CAD using only Javascript
315 stars 128 forks source link

add csg = cag.rotateExtrude(); #49

Closed bebbi closed 9 years ago

bebbi commented 9 years ago

add rotateExtrude, using new helper functions _toPlanePolygons, _toWallPolygons, replace .extrude() with a simplified version using the new helpers. remove cag.toDebugString and toDebugString1

The helpers will also allow a sketchup "follow-me" type function (follow a 3d path with a cag)

bebbi commented 9 years ago

just to get your green light or input.

joostn commented 9 years ago

Great! Fine with me.