How to use convex hull from mesh inspector in a python #2879
Answered
by
Grantim
dhanraj-khatal
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
Grantim
Jun 24, 2024
Replies: 1 comment
-
Hello! You can do it like this: from meshlib import mrmeshpy as mm
mesh = mm.makeCube()
convexHull = mm.makeConvexHull(mesh) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dhanraj-khatal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
You can do it like this: