Intersection between a plane and a Manifold #437
Unanswered
johnnybigert
asked this question in
Q&A
Replies: 1 comment 12 replies
-
This should be #426 and is yet implemented. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I would like to find the polygons with holes that constitute the intersection between a plane and a Manifold. I understand that I could use the TrimByPlane function and retrieve the polygons from the resulting Manifold, but it seems wasteful to do a full boolean operation for this. Is there a more efficient way?
Also, I would be really interested in mapping the edges of the intersection back to the original triangles of the Manifold (i.e., for a given edge in the intersection, what triangle in the original Manifold did it originate from). Would that be possible to accomplish?
Beta Was this translation helpful? Give feedback.
All reactions