Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshSelection
Create a new Mesh Selection of the SelectionType for the TargetMesh by finding all elements contained in the Box.
Target is Geometry Script Library Mesh Selection Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | |
| struct | Box | |
| enum | Selection Type | |
| boolean | Invert | return a selection of all elements not in the Box |
| integer | Min Element Vertices |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Selection | |
| object | Target Mesh |