How to filter the intersected points from splitting two meshes #8305
Unanswered
citystrawman
asked this question in
Q&A
Replies: 2 comments 10 replies
-
Hi @citystrawman, I will point out this discussion to a colleague of mine. @janetournois Could the isotropic remeshing do the job? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Using this example, with 15 as target edge length in the call to |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I used
split
method on two meshes (slope.off and slide.off) interchangeably and got the splitted meshes as follows(Here's my previous discussion):the green nodes are the new intersected nodes. Then by using
stitch
method I stiched the two meshes into one:what I want to do next, is to filter the intersected nodes so that the number will reduce while still (almost) keep the boundary shape, like the 3rd image shown below:
May I know if there exists a CGAL method that can handle this ? I will be grateful if anyone help this. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions