-
Hey there, Stuggling to figure out which functions to use to get the contours of a plane intersecting a mesh. Ideally, itd return an ordered list of vectors for each edge loop and could quickly be triangulated for a mesh. |
Beta Was this translation helpful? Give feedback.
Answered by
Grantim
Jun 24, 2025
Replies: 1 comment 3 replies
-
Hello! This function should work MeshLib/source/MRMesh/MRExtractIsolines.h Lines 26 to 27 in d822522 Could you please specify what do you mean by triangulate? Do you mean separate planar mesh based on the sections or do you want to trim original mesh and triangulate planar holes? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Fedr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
This function should work
MeshLib/source/MRMesh/MRExtractIsolines.h
Lines 26 to 27 in d822522
Could you please specify what do you mean by triangulate? Do you mean separate planar mesh based on the sections or do you want to trim original mesh and triangulate planar holes?