This operation returns the axial moments of inertia for the selected geometrical object.
The table displays:
- 3*3 matrix of its own moments of inertia (in rows 1:1, 2:1 and 3:1) and
- the relative moments of inertia (in row IX & IY & IZ)
- Note
- This dialog supports navigation through the selectable objects (in OCC 3D viewer only):
- Scroll mouse wheel with pressed Ctrl key or press "S", "P" keys when input focus is in the viewer to navigate between selectable objects.
- Press left mouse button to select an appropriate object to the dialog box.
For more details, please refer to the "Functionality common for OCC and VTK viewers" chapter of the GUI module's documentation.
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.