summaryrefslogtreecommitdiff
path: root/export.cc
diff options
context:
space:
mode:
Diffstat (limited to 'export.cc')
-rw-r--r--export.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/export.cc b/export.cc
index 4d5e7da..9154f49 100644
--- a/export.cc
+++ b/export.cc
@@ -31,7 +31,7 @@
void export_stl(CGAL_Nef_polyhedron *root_N, QString filename, QProgressDialog *pd)
{
CGAL_Polyhedron P;
- root_N->convert_to_Polyhedron(P);
+ root_N->p3.convert_to_Polyhedron(P);
typedef CGAL_Polyhedron::Vertex Vertex;
typedef CGAL_Polyhedron::Vertex_const_iterator VCI;
contact: Jan Huwald // Impressum