-
Hello, When I run this code (or rather the analogous code in R), then I get a mesh with 2550 vertices but the face indices of this mesh take the values I already encountered a similar issue when I did some successive intersections of meshes using the same output mesh: there was some kind of cumulation instead of a replacement. I think the above C++ code is correct, this is an issue with R (or with my R/C++ code). Would you have a guess of what happens with my R/C++ implementation? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Are you aware of the use of garbage in Surface_mesh? See here |
Beta Was this translation helpful? Give feedback.
-
Also needed for |
Beta Was this translation helpful? Give feedback.
Are you aware of the use of garbage in Surface_mesh? See here