diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-30 07:41:55 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-30 07:41:55 (GMT) |
commit | fc1914a43c9aca1f236715a57cbe1526bc34aa43 (patch) | |
tree | a44f89764ed72c5710100b5ee9c6eba7e9ce580e /src/export.h | |
parent | b67fc38872af0d99da3558739b945109dc88bcb9 (diff) |
Clifford Wolf:
Added projection() statement
git-svn-id: http://svn.clifford.at/openscad/trunk@372 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/export.h')
-rw-r--r-- | src/export.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/export.h b/src/export.h index 49319ba..619d9e0 100644 --- a/src/export.h +++ b/src/export.h @@ -2,6 +2,7 @@ #define EXPORT_H_ #ifdef ENABLE_CGAL +void cgal_nef3_to_polyset(PolySet *ps, CGAL_Nef_polyhedron *root_N); void export_stl(class CGAL_Nef_polyhedron *root_N, QString filename, class QProgressDialog *pd); void export_off(CGAL_Nef_polyhedron *root_N, QString filename, QProgressDialog *pd); void export_dxf(CGAL_Nef_polyhedron *root_N, QString filename, QProgressDialog *pd); |