Salome HOME
Merge from V7_3_BR branch 18/12/2013
[modules/geom.git] / doc / salome / gui / GEOM / input / inertia.doc
1 /*!
2
3 \page inertia_page Inertia
4
5 Returns the axial moments of inertia for the selected geometrical object.
6
7 \n <b>Result:</b> Displays the matrix of the own moments of inertia and
8 the relative moments of inertia in the form of Python Tuple
9  <center>(I11, I12, I13,</center>
10                      <center>I21, I22, I23,</center>
11                      <center>I31, I32, I33,</center>
12                      <center>Ix, Iy, Iz).</center>
13 \n <b>TUI Command:</b> <em>geompy.Inertia(Shape),</em> where \em Shape is
14 a shape for which the own matrix of inertia and the relative moments of inertia are
15 returned.
16
17 See also a \ref tui_inertia_page "TUI example".
18
19 \image html measures4.png
20
21 */