diff options
| author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-24 20:06:09 (GMT) |
|---|---|---|
| committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-24 20:06:09 (GMT) |
| commit | 8f523078d55b35c6e9896009eaed13bbae937760 (patch) | |
| tree | 7508f6379bfd34a4caf31f8212ca945fd982592f | |
| parent | 067e0c8c732541e8fb3d827371f6c254f128d32f (diff) | |
comment
git-svn-id: http://svn.clifford.at/openscad/trunk@346 b57f626f-c46c-0410-a088-ec61d464b74c
| -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) { |
