diff options
-rw-r--r-- | dxflinextrude.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dxflinextrude.cc b/dxflinextrude.cc index 7a5b588..f7a1d24 100644 --- a/dxflinextrude.cc +++ b/dxflinextrude.cc @@ -240,6 +240,8 @@ PolySet *DxfLinearExtrudeNode::render_polyset(render_mode_e rm) const progress_report_prep((AbstractNode*)this, report_func, pd); } + // Before extruding, union all (2D) children nodes + // to a single DxfData, then tessealte this into a PolySet CGAL_Nef_polyhedron N; N.dim = 2; foreach(AbstractNode * v, children) { |