-
Suppose I stack two cubes on top of each other. The top facet of the bottom cube is equal but opposite to the bottom facet of the top cube. I have use case where I want find and remove all such facets in Mesh. I do have my own code for this, but I am curious to know if Geogram already has this functionality, as I could drop my code for this in that case. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See also: |
Beta Was this translation helpful? Give feedback.
MeshSurfaceIntersection
(used to implement CSG and boolean operations) does that (in addition, if there are intersections, they will be resolved), it can be used as follows:See also: