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





Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I used
splitmethod 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

stitchmethod 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