Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshQueries
Computes the volume, area and center-of-mass of the mesh.
Target is Geometry Script Library Mesh Query Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | Surface Area | |
| real | Volume | |
| vector | Center Of Mass |