joostn / OpenJsCad

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

enable cylindrical and cone sectors (pies) by adding sectorAngle #43

Closed bebbi closed 10 years ago

bebbi commented 10 years ago

add sectorAngle to CSG.cylinder that defaults to 360°. fix broken cylinder.properties.facepoint and add new one: rename to facepointH and facepointH90 to avoid confusion

bebbi commented 10 years ago

I just updated the pull request - added another facepoint and thought it might be useful to keep in CSG.cylinder.

joostn commented 10 years ago

Thanks!