joostn / OpenJsCad

3D solid CAD using only Javascript
313 stars 127 forks source link

Adjust docs and add symmetrical option for extrudeInOrthonormalBasis … #70

Closed joostn closed 9 years ago

joostn commented 9 years ago

…and extrudeInPlane

See https://github.com/joostn/OpenJsCad/issues/69

By default extrudeInOrthonormalBasis and extrudeInPlane are extruding symmetrically. Adding ,{symmetrical: true} will give the former behavior of extruding in two directions.

bebbi commented 9 years ago

sorry I didn't see this was still open. Thanks for fixing it!