/*! \page inertia_page Inertia Returns the axial moments of inertia for the selected geometrical object. \n Result: Displays the matrix of the own moments of inertia and the relative moments of inertia in the form of Python Tuple
(I11, I12, I13,
I21, I22, I23,
I31, I32, I33,
Ix, Iy, Iz).
\n TUI Command: geompy.Inertia(Shape), where \em Shape is a shape for which the own matrix of inertia and the relative moments of inertia are returned. See also a \ref tui_inertia_page "TUI example". \image html measures4.png */