2012-04-17 19:11:29 +06:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page inertia_page Inertia
|
|
|
|
|
|
|
|
Returns the axial moments of inertia for the selected geometrical object.
|
|
|
|
|
|
|
|
\n <b>Result:</b> Displays the matrix of the own moments of inertia and
|
|
|
|
the relative moments of inertia in the form of Python Tuple
|
|
|
|
<center>(I11, I12, I13,</center>
|
|
|
|
<center>I21, I22, I23,</center>
|
|
|
|
<center>I31, I32, I33,</center>
|
|
|
|
<center>Ix, Iy, Iz).</center>
|
|
|
|
\n <b>TUI Command:</b> <em>geompy.Inertia(Shape),</em> where \em Shape is
|
|
|
|
a shape for which the own matrix of inertia and the relative moments of inertia are
|
|
|
|
returned.
|
|
|
|
|
2012-04-18 15:17:03 +06:00
|
|
|
See also a \ref tui_inertia_page "TUI example".
|
|
|
|
|
2012-04-17 19:11:29 +06:00
|
|
|
\image html measures4.png
|
|
|
|
|
|
|
|
*/
|