-
Hello! |
Beta Was this translation helpful? Give feedback.
Answered by
Fedr
Aug 15, 2024
Replies: 1 comment 4 replies
-
Hello! Here is an example: torus = mrmesh.makeTorus(2, 1, 10, 10, None)
mtp1 = mrmesh.MeshTriPoint(mrmesh.EdgeId(0), mrmesh.TriPointf(0.2, 0.2))
mtp2 = mrmesh.MeshTriPoint(mrmesh.EdgeId(10), mrmesh.TriPointf(0.2, 0.2))
path = mrmesh.computeGeodesicPath(torus, mtp1, mtp2, mrmesh.GeodesicPathApprox.DijkstraBiDir) Start and end points of the path are specified using |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have search for the closest point on the mesh (or projection) in MeshLib for that: