Inconsistent behavior with cut_with_point_loop() on similar meshes #1189
Linus-Foley
started this conversation in
General
Replies: 2 comments 1 reply
-
Hi, this might be depending on 2 things: the triangle orientation, and the orientation of the points sequece that defines the loop. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, I guess my only way to help you would be if you can share two small example meshes on which I can reproduce the issue .... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, just wondering what it is that determines which side is kept when using
cut_with_point_loop()
.I'm using
cut_with_point_loop()
on a few hundred meshes, and I'm having an issue where for most cases, settinginvert=True
is giving me the result that I want. But there's one mesh where I need to setinvert=False
to get the desired result. The normals and winding appear to be correct, is there anything else that could affect this? Visually my examples are all very similar, so I'm looking for any potential non-visual causes.Beta Was this translation helpful? Give feedback.
All reactions