OpenBIMRL | Geometric functions
Class path: geometry.centroid3D
Centroid

Description
Determines the center of gravity of a solid using its points.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | mesh | ShapeDto | Geometry of an object |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | centroid | tuple3d | centroid |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself