diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2012-02-11 02:15:16 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2012-02-11 02:15:16 (GMT) |
commit | a76d5b02bdb8cd7a9d32c2e204c86726d1384c63 (patch) | |
tree | cb4d936cf0cfede1d7f07f18ab3edfc0b35f6233 /src/CGAL_Nef_polyhedron.cc | |
parent | a83fda0c3d9e92a6e47622cd1c2fdeebdfbb8c1a (diff) |
use Nef_polyhedron3 intersection to do projection(cut).
Diffstat (limited to 'src/CGAL_Nef_polyhedron.cc')
-rw-r--r-- | src/CGAL_Nef_polyhedron.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CGAL_Nef_polyhedron.cc b/src/CGAL_Nef_polyhedron.cc index 04783e5..54c02e7 100644 --- a/src/CGAL_Nef_polyhedron.cc +++ b/src/CGAL_Nef_polyhedron.cc @@ -5,6 +5,7 @@ #include "polyset.h" #include "dxfdata.h" #include "dxftess.h" +#include <sstream> CGAL_Nef_polyhedron::CGAL_Nef_polyhedron(CGAL_Nef_polyhedron2 *p) { |