Is there a way to call 3D convex hull from C# code?

You could also implement MIConvexHull directly, which is what MeshEdit implements I believe. Here’s a GHPython example, should be simple to port to C#:

2 Likes