diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-27 23:49:27 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-27 23:49:27 (GMT) |
commit | f7799a8e4ea0c31bd284dc4cf5e2d23b13029a4c (patch) | |
tree | 608ae6c2f862db9d60ad3d9310645d8ef4fb319b /export.cc | |
parent | 612f04dfdf6378dcae3ca3de4d445ffbe53e1c75 (diff) |
Clifford Wolf:
Added CGAL Nef Polyhedron 2D/3D abstraction
git-svn-id: http://svn.clifford.at/openscad/trunk@187 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'export.cc')
-rw-r--r-- | export.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |