Module: Convex Hull ()
This module allows you to compute an approximation of the convex hull of arbitrary vertex sets. Vertex sets occur as part of objects of other types, such as Surfaces, Tetrahedral Grids, Line Sets, or Molecules. The computed output is given as a triangulated surface.
Data [required]
The input point cloud.
Max hull points
The maximum number of hull points the convex hull may contain. This can be used to produce a very sparse convex hull.Epsilon
If two points are closer than the given epsilon, one of them is to be ignored. Used for point pruning.Use skin width
Inflate or deflate the convex hull in positive or negative normal direction using the given magnitude.