mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-05 22:30:34 +05:00
c2a8ef192f
First step
25 lines
994 B
Plaintext
25 lines
994 B
Plaintext
/*!
|
|
|
|
\page inertia_page Inertia
|
|
|
|
This operation returns the axial moments of inertia for the selected geometrical object.
|
|
|
|
\n The appropriate "local" selection is automatically switched on. If there are several entities of allowed types under the mouse cursor, first of them (top-level one) is highlighted.
|
|
Press <CTRL> button and scroll the mouse wheel to switch between different available shapes that are pointed by the mouse cursor. The corresponding entities are highlighted in the viewer.
|
|
Press left mouse button to select appropriate object to the dialog box.
|
|
|
|
\image html measures4.png
|
|
|
|
The table displays:
|
|
- 3*3 matrix of its own moments of inertia (in rows <b> 1:1, 2:1</b> and <b>3:1</b>) and
|
|
- the relative moments of inertia (in row <b>IX & IY & IZ</b>)
|
|
|
|
\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.
|
|
|
|
See also a \ref tui_inertia_page "TUI example".
|
|
|
|
|
|
|
|
*/ |