Replies: 1 comment
-
|
Hello! Our C++ API is almost fully binded to python, so you can use something like this: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi MeshLib team,
I have a triangular mesh and a polyline whose points are projected onto the mesh surface. I would like to cut the mesh along this polyline, generating new vertices and faces along the cut.
I have found some C++ examples in issues and discussions, but I could not find any Python implementation.
I am looking for guidance on how to achieve this in Python using MeshLib.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions