Convexhull of Surface
Victor Nethesh S
I want to get the Convex hull of the Surface
But when i try to access Surface.ConvexHull it is null.
i tried the Utility.Convexhull Method with the Surface vertices to create the hull
but although the mesh is coming alright
when i try to access mesh vertices the vertices are wrong
sometimes it just contains all the vertices of the surface even if should not contain it
am i doing something wrong here
is there a way to access the ConvexHull property in the Surface
0
Comments
Hello Victor,
Currently the `Surface.BuildConvexHull()` method is closed. We initialize the `ConvexHull` property only when needed.
How would you use it?
Thanks.
Please sign in to leave a comment.