Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Booleans
Slices a mesh into two halves, with optional hole filling.
Target is Geometry Script Library Mesh Boolean Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | Dynamic Mesh to be updated by the slice. |
| transform | Cut Frame | defines the plane used to slice the TargetMesh. |
| struct | Options | selects additional clean-up operations performed after the cut. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Target Mesh |