SolidCode / SolidPython

A python frontend for solid modelling that compiles to OpenSCAD
1.11k stars 173 forks source link

extrude_along_path: close the generated polyhedron #84

Closed ncsaba closed 6 years ago

ncsaba commented 6 years ago

... if start and end points are identical.

When extruding along a closed path, the end caps are not needed, and the start and end segments need to be closed. That's what this patch does, triggered when the start and end points on the extrusion path are identical.

etjones commented 6 years ago

This looks great, Csaba! Thanks for improving the extrude functionality.