Skip to content

clipping intersecting mesh of lesser importance? #8621

Answered by MaelRL
myociss asked this question in Q&A
Discussion options

You must be logged in to vote

If your meshes are both bounding volumes, you can use PMP::corefine_and_compute_difference; otherwise, you can use PMP::split and identify the connected component(s) that you must discard by checking if it's within A using (for example) CGAL::Side_of_triangle_mesh.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@myociss
Comment options

@MaelRL
Comment options

Answer selected by myociss
@myociss
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants