Salome HOME
0022765: [EDF] Improvement of local selection mechanism
[modules/geom.git] / doc / salome / gui / GEOM / input / inertia.doc
1 /*!
2
3 \page inertia_page Inertia
4
5 This operation returns the axial moments of inertia for the selected geometrical object.
6
7 \image html measures4.png
8
9 The table displays:
10 - 3*3 matrix of its own moments of inertia (in rows <b> 1:1, 2:1</b> and <b>3:1</b>) and  
11 - the relative moments of inertia (in row <b>IX & IY & IZ</b>)
12
13 \note This dialog supports navigation through the selectable objects (in OCC 3D viewer only):
14 - Scroll mouse wheel with pressed \em Ctrl key or press \em "S", \em "P" keys when input focus is
15 in the viewer to navigate between selectable objects.
16 - Press left mouse button to select an appropriate object to the dialog box.
17 .
18 For more details, please refer to the \em "Functionality common for OCC and VTK viewers" chapter
19 of the GUI module's documentation.
20
21 <b>TUI Command:</b> <em>geompy.Inertia(Shape),</em> where \em Shape is
22 a shape for which the own matrix of inertia and the relative moments of inertia are
23 returned.
24
25 See also a \ref tui_inertia_page "TUI example".
26
27
28
29 */