diff options
Diffstat (limited to 'src/CGAL_Nef_polyhedron.h')
-rw-r--r-- | src/CGAL_Nef_polyhedron.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CGAL_Nef_polyhedron.h b/src/CGAL_Nef_polyhedron.h index d949a2a..03eaaa6 100644 --- a/src/CGAL_Nef_polyhedron.h +++ b/src/CGAL_Nef_polyhedron.h @@ -27,6 +27,8 @@ public: int weight() const; class PolySet *convertToPolyset(); class DxfData *convertToDxfData() const; + void convertTo2d(); + void convertTo3d(); int dim; shared_ptr<CGAL_Nef_polyhedron2> p2; |