diff options
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(); } |