|
void | MassInertiaProperties (const MbSolid *solid, double density, double deviateAngle, InertiaProperties &mp, IfProgressIndicator *progress=nullptr) |
| Calculation of mass-inertial properties. More...
|
|
void | MassInertiaProperties (const RPArray< MbSolid > &solids, const SArray< double > &densities, const SArray< MbMatrix3D > &matrs, const RPArray< InertiaProperties > &mpSolids, double deviateAngle, InertiaProperties &mp, IfProgressIndicator *progress=nullptr) |
| Calculation of mass-inertial properties. More...
|
|
void | MassInertiaProperties (const AssemblyMIAttire &assembly, double deviateAngle, InertiaProperties &mp, IfProgressIndicator *progress=nullptr) |
| Calculation of mass-inertial properties. More...
|
|
void | MassInertiaProperties (const MbMesh *mesh, double density, InertiaProperties &mp) |
| Calculation of mass-inertial properties. More...
|
|
void | MassInertiaProperties (const std::vector< const MbMesh * > &meshes, const std::vector< double > &densities, const std::vector< MbMatrix3D > &matrices, InertiaProperties &mp) |
| Calculation of mass-inertial properties. More...
|
|
Inertial properties of solid.