Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Decomposition
Sort meshes by their volume
Note: For meshes with open boundary, volume is computed with respect to the average vertex position.
Target is Geometry Script Library Mesh Decomposition Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Meshes | The meshes to sort |
| boolean | Stable Sort | Whether to preserve ordering for meshes with the same volume |
| enum | Sort Order | Whether to sort in order of increasing or decreasing volume |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |