-
Hello, I have a non-triangle mesh. When I run |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
And is it possible to read a mesh file of a non-triangle mesh? Because I want to show you an issue with this mesh: there's a segfault when I try to triangulate it, but only on Windows, not on Linux (however same versions of R and GCC). This segfault didn't occur when I used CGAL < 5.6. |
Beta Was this translation helpful? Give feedback.
-
do you have a code sample? |
Beta Was this translation helpful? Give feedback.
Sorry, my mistake, the problem indeed is in my code: I have a function
epeck2epick
that I firstly called before writing the file (because there was a problem with EPECK) and this function only copies the first three indices of each face. I don't remember why I don't usecopy_face_graph
(maybe because this changes the order of the vertices or faces).