jscad / io

DEPRECATED : Input Output handling for JSCAD (see the link below)
https://github.com/jscad/OpenJSCAD.org/tree/V2/packages
34 stars 13 forks source link

DXF serializer fix #67

Closed z3dev closed 6 years ago

z3dev commented 6 years ago

This fixes issues with the 3DFACE entities when a polygon has more than four(4) vertices, which is very possible with complex shapes with curved edges. The fix includes conversion of the polygon to a set of triangles, which are then converted to 3DFACE entities.

kaosat-dev commented 6 years ago

Ok looks good to me , thanks @z3dev ! :)