-
Hello, I am currently working with MeshLib in Python and I like it a lot. One of the problems I am trying to solve, is finding the intersection contour between an ellipsoid and an arbitrarily shaped object. This actually brought me to MeshLib, because the readme states the following is part of the functionality of MeshLib:
However, all boolean operations seem to return volumes or surfaces, but not contours. If I get a surface I can determine the contour using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello! MeshLib/source/MRMesh/MRMeshBoolean.cpp Lines 172 to 175 in 2c8991e We have functions to find intersections contours of two meshes in c++, but unfortunately they are not bound to python modules yet. We will try to expose it till next release of meshlib, hopefully in the beginning of July. |
Beta Was this translation helpful? Give feedback.
Hello!
MeshLib/source/MRMesh/MRMeshBoolean.cpp
Lines 172 to 175 in 2c8991e
We have functions to find intersections contours of two meshes in c++, but unfortunately they are not bound to python modules yet.
We will try to expose it till next release of meshlib, hopefully in the beginning of July.