File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33#include < open3d/Open3D.h>
44
5- #include < CGAL/Simple_cartesian.h>
6- #include < CGAL/Polyhedron_3.h>
7- #include < CGAL/IO/PLY/PLY_reader.h>
5+ // #include <CGAL/Simple_cartesian.h>
6+ // #include <CGAL/Polyhedron_3.h>
7+ // #include <CGAL/IO/PLY/PLY_reader.h>
88
9- typedef CGAL::Simple_cartesian<double > Kernel;
10- typedef CGAL::Polyhedron_3<Kernel> Polyhedron;
9+ // typedef CGAL::Simple_cartesian<double> Kernel;
10+ // typedef CGAL::Polyhedron_3<Kernel> Polyhedron;
1111
1212
1313namespace diffCheck ::io
@@ -25,7 +25,7 @@ namespace diffCheck::io
2525 std::shared_ptr<diffCheck::geometry::DFMesh> mesh = std::make_shared<diffCheck::geometry::DFMesh>();
2626 std::shared_ptr<open3d::geometry::TriangleMesh> open3dMesh = open3d::io::CreateMeshFromFile (filename);
2727 mesh->Cvt2DFMesh (open3dMesh);
28-
28+
2929 // bool isFromRhino = false;
3030 // std::ifstream file(filename);
3131 // std::string line;
You can’t perform that action at this time.
0 commit comments