Salome HOME
[bos #29336] problem in inertia calculus
authorjfa <jfa@opencascade.com>
Fri, 15 Apr 2022 15:29:38 +0000 (18:29 +0300)
committerjfa <jfa@opencascade.com>
Fri, 15 Apr 2022 15:29:38 +0000 (18:29 +0300)
doc/salome/gui/GEOM/images/measures4.png
doc/salome/gui/GEOM/input/inertia.doc
src/MeasureGUI/MeasureGUI_InertiaDlg.cxx

index dcf0f8f47c7e9cc9c8e53105e96ded011225fdca..48acff1055d975ea40cf84de9cb97b2dc0d746e6 100644 (file)
Binary files a/doc/salome/gui/GEOM/images/measures4.png and b/doc/salome/gui/GEOM/images/measures4.png differ
index d0a37107f77bd76fb29c89263e00272b1074d0d6..74b839de7aa43fc77c6dcd4509eae241f4ee7564 100644 (file)
@@ -7,8 +7,8 @@ This operation returns the axial moments of inertia for the selected geometrical
 \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 main (principal) moments of inertia (in row <b>IX & IY & IZ</b>)
+ - 3*3 matrix of its own moments of inertia (in cells <b>i:j</b>) and
+ - 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
  system (G, Gx, Gy, Gz) where G is the centre of mass of the system
index 7d92448ce3c389519108390f596f9a7431cb1c5f..ee01500915b4dd16c66519e2bf2ea79bb7437f8a 100644 (file)
@@ -71,9 +71,9 @@ MeasureGUI_InertiaDlg::MeasureGUI_InertiaDlg( GeometryGUI* GUI, QWidget* parent
   myGrp->TextLabel4_1->setText( "3:1" );
   myGrp->TextLabel4_2->setText( "3:2" );
   myGrp->TextLabel4_3->setText( "3:3" );
-  myGrp->TextLabel5_1->setText( "IX" );
-  myGrp->TextLabel5_2->setText( "IY" );
-  myGrp->TextLabel5_3->setText( "IZ" );
+  myGrp->TextLabel5_1->setText( "Ip1" ); // old name "IX"
+  myGrp->TextLabel5_2->setText( "Ip2" ); // old name "IY"
+  myGrp->TextLabel5_3->setText( "Ip3" ); // old name "IZ"
   myGrp->LineEdit11->setReadOnly( true );
   myGrp->LineEdit12->setReadOnly( true );
   myGrp->LineEdit13->setReadOnly( true );