Returns the axial moments of inertia for the selected geometrical object.
Result: Displays the matrix of the own moments of inertia and the relative moments of inertia in the form of Python Tuple
TUI Command: geompy.Inertia(Shape), where Shape is a shape for which the own matrix of inertia and the relative moments of inertia are returned.
See also a TUI example.