diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-07 20:49:27 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-07 20:49:27 (GMT) |
commit | 65ee5136619352cb58b055ec63c473fbd5d08e1d (patch) | |
tree | 7cadfc836949c4280bf032c64bd3ba81b84eec17 /nef2dxf.cc | |
parent | df24accdf0b2ef06fa77439e4674439d7a9b508d (diff) |
Clifford Wolf:
Added rotate_extrude statement()
git-svn-id: http://svn.clifford.at/openscad/trunk@231 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'nef2dxf.cc')
-rw-r--r-- | nef2dxf.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,5 +58,7 @@ DxfData::DxfData(const struct CGAL_Nef_polyhedron &N) paths.last().points.append(&points[first_point]); } } + + fixup_path_direction(); } |