Replies: 3 comments
-
Moreover |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Ah ok, maybe writing the mesh to a file and then reading it solves the issue. In fact I had an original mesh that I copied and I removed some faces of the copy. That's how I obtained this mesh. Running I changed my strategy: now I use PMP::orient_polygon_soup(points, polygons, CGAL::parameters::visitor(soupvis)) where |
Beta Was this translation helpful? Give feedback.
-
Hello,
According to the R package Rvcg, the mesh in the attached off file has two non-manifold vertices. However CGAL does not find them. I proceed as follows:
Is it correct?
The computation of the normals crashes the session, but I think it would work if these two vertices were removed (because this is the behavior in R).
clippedmesh.off.txt
Beta Was this translation helpful? Give feedback.
All reactions