mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-25 17:00:35 +05:00
[bos #29336] problem in inertia calculus
This commit is contained in:
parent
a775d71f3f
commit
736d34a14f
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 31 KiB |
@ -7,8 +7,8 @@ This operation returns the axial moments of inertia for the selected geometrical
|
|||||||
\image html measures4.png
|
\image html measures4.png
|
||||||
|
|
||||||
The table displays:
|
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
|
- 3*3 matrix of its own moments of inertia (in cells <b>i:j</b>) and
|
||||||
- the main (principal) moments of inertia (in row <b>IX & IY & IZ</b>)
|
- the main (principal) moments of inertia <b>Ip1</b>, <b>Ip2</b> and <b>Ip3</b>
|
||||||
|
|
||||||
\note The matrix of inertia is returned in the central coordinate
|
\note The matrix of inertia is returned in the central coordinate
|
||||||
system (G, Gx, Gy, Gz) where G is the centre of mass of the system
|
system (G, Gx, Gy, Gz) where G is the centre of mass of the system
|
||||||
|
@ -71,9 +71,9 @@ MeasureGUI_InertiaDlg::MeasureGUI_InertiaDlg( GeometryGUI* GUI, QWidget* parent
|
|||||||
myGrp->TextLabel4_1->setText( "3:1" );
|
myGrp->TextLabel4_1->setText( "3:1" );
|
||||||
myGrp->TextLabel4_2->setText( "3:2" );
|
myGrp->TextLabel4_2->setText( "3:2" );
|
||||||
myGrp->TextLabel4_3->setText( "3:3" );
|
myGrp->TextLabel4_3->setText( "3:3" );
|
||||||
myGrp->TextLabel5_1->setText( "IX" );
|
myGrp->TextLabel5_1->setText( "Ip1" ); // old name "IX"
|
||||||
myGrp->TextLabel5_2->setText( "IY" );
|
myGrp->TextLabel5_2->setText( "Ip2" ); // old name "IY"
|
||||||
myGrp->TextLabel5_3->setText( "IZ" );
|
myGrp->TextLabel5_3->setText( "Ip3" ); // old name "IZ"
|
||||||
myGrp->LineEdit11->setReadOnly( true );
|
myGrp->LineEdit11->setReadOnly( true );
|
||||||
myGrp->LineEdit12->setReadOnly( true );
|
myGrp->LineEdit12->setReadOnly( true );
|
||||||
myGrp->LineEdit13->setReadOnly( true );
|
myGrp->LineEdit13->setReadOnly( true );
|
||||||
|
Loading…
Reference in New Issue
Block a user