-
Good day, We'd like to draw on a mesh to generate a contour directly on the mesh to extrude. Could you please he;lp us with the following?
We could start with selecting the triangles (easy way?), but we'd prefer a way that independant of the triangle shapes and sizes. A way to generate a curve and add or subtract from it would be ideal. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello! Could you please provide more details about "generation" and "extruding"? We have several function that might be helpful to you:
Based on your needs different options might be preferable. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Thanks, I see: in this case you would need something like
MeshLib/source/MRMesh/MRContoursCut.h
Lines 86 to 96 in af03ad0