Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Booleans
Applies a plane cut to a mesh, optionally filling any holes created.
Target is Geometry Script Library Mesh Boolean Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | Dynamic Mesh to updated with the cut |
| transform | Cut Frame | defines the plane used to cut the TargetMesh |
| struct | Options | selects additional clean-up operations performed after the cut. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Target Mesh |