Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Containment
Compute the Convex Hull of a given Target Mesh, or part of the mesh if an optional Selection is provided, and put the result in Hull Mesh
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 hull geometry. |
| struct | Selection | Selection of mesh faces/vertices to contain in the convex hull. If not provided, entire mesh is used. |
| struct | Options | |
| object | Debug |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Hull Mesh | The resulting convex hull. |
| object | Target Mesh |