Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Containment > BlueprintAPI/GeometryScript/Containment/Experimental
Compute a Convex Hull Decomposition of the given TargetMesh. Assuming more than one hull is requested, multiple hulls will be returned that attempt to approximate the mesh. If simplification settings are enabled, there is no guarantee that the entire mesh is contained in the hulls.
@warning this function can be quite expensive, and the results are expected to change in the future as the Convex Decomposition algorithm is improved
Target is Geometry Script Library Containment Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | |
| object | Hull Mesh | The Dynamic Mesh to store the convex hulls as a single, combined mesh. Note: SplitMeshByComponents can separate this result into its convex parts. |
| struct | Options | |
| object | Debug |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Hull Mesh | A combined mesh of the convex hulls. Note: SplitMeshByComponents can separate this result into its convex parts. |
| object | Target Mesh |