Finding Convex Hull of a shape

Hi,

Is there a function to find the 3d convex hull of a shape in open cascade?

An example of a 3d convex hull

Thanks in advance!

sOup x's picture

bump, can't imagine this not being available on OCCT.

Sergey Slyadnev's picture

You may want to check the implementation of the 3D QuickHull algorithm by Antti Kuukka. We have it also here: https://gitlab.com/ssv/AnalysisSitus/-/blob/master/src/asiAlgo/auxiliary...

sOup x's picture

Thanks again Quaoar