]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
INT PAL 0052384: TC7.4.0:Angle between two edges: 1) using single angle value from...
authorakl <akl@opencascade.com>
Fri, 18 Apr 2014 08:47:37 +0000 (12:47 +0400)
committerakl <akl@opencascade.com>
Fri, 18 Apr 2014 08:47:37 +0000 (12:47 +0400)
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts
src/GEOMGUI/GEOM_msg_ja.ts
src/MeasureGUI/MeasureGUI_AngleDlg.cxx

index 797c629ffbc4018d373cf22778f861e6d24e5e04..6ab8140a03d6acaef27a6e6c61e820c511a07233 100644 (file)
@@ -4605,9 +4605,13 @@ Please, select face, shell or solid and try again</translation>
         <translation>Objects And Results</translation>
     </message>
     <message>
-        <source>GEOM_MEASURE_ANGLE_IS</source>
+        <source>GEOM_MEASURE_ANGLE_DEG</source>
         <translation>Angle in degrees :</translation>
     </message>
+    <message>
+        <source>GEOM_MEASURE_ANGLE_RAD</source>
+        <translation>Angle in radians :</translation>
+    </message>
     <message>
         <source>GEOM_LINE_INTERSECTION</source>
         <translation>Point On Lines Intersection</translation>
index 25f857109e95f6dcbd20d3c26e93329600936627..fd34588590b87366be05235195a4754e1e61d603 100644 (file)
@@ -4593,9 +4593,13 @@ Choisissez une face, une coque ou un solide et essayez de nouveau</translation>
         <translation>Objets et résultats</translation>
     </message>
     <message>
-        <source>GEOM_MEASURE_ANGLE_IS</source>
+        <source>GEOM_MEASURE_ANGLE_DEG</source>
         <translation>Angle en degrés :</translation>
     </message>
+    <message>
+        <source>GEOM_MEASURE_ANGLE_RAD</source>
+        <translation type="unfinished">Angle in radians :</translation>
+    </message>
     <message>
         <source>GEOM_LINE_INTERSECTION</source>
         <translation>Point à l&apos;Intersection de deux lignes</translation>
index 7837cffaf1c309721f0d6ca0bcab0852aab38817..d445fab840c0d2463dc74b43b77bc80bb3d84f8a 100644 (file)
       <translation>オブジェクトと結果</translation>
     </message>
     <message>
-      <source>GEOM_MEASURE_ANGLE_IS</source>
+      <source>GEOM_MEASURE_ANGLE_DEG</source>
       <translation>角度(degree):</translation>
     </message>
+    <message>
+        <source>GEOM_MEASURE_ANGLE_RAD</source>
+        <translation type="unfinished">Angle in radians :</translation>
+    </message>
     <message>
       <source>GEOM_LINE_INTERSECTION</source>
       <translation>線の交点</translation>
index 8a7407a29c69f5210469af4bbe01ea85e72b9aee..ccce76eb6e68852b3eb45b02345d292a4eec9ffc 100644 (file)
@@ -57,6 +57,9 @@
 #include <AIS.hxx>
 #include <AIS_Drawer.hxx>
 #include <Prs3d_LineAspect.hxx> 
+#include <IntTools_EdgeEdge.hxx>
+#include <IntTools_SequenceOfCommonPrts.hxx>
+#include <IntTools_CommonPrt.hxx>
 
 // QT Includes
 #include <qlineedit.h>
@@ -97,7 +100,7 @@ MeasureGUI_AngleDlg::MeasureGUI_AngleDlg (GeometryGUI* GUI, QWidget* parent)
   myGrp->GroupBox1->setTitle(tr("GEOM_MEASURE_ANGLE_OBJ"));
   myGrp->TextLabel1->setText(tr("GEOM_OBJECT_I").arg("1"));
   myGrp->TextLabel2->setText(tr("GEOM_OBJECT_I").arg("2"));
-  myGrp->TextLabel3->setText(tr("GEOM_MEASURE_ANGLE_IS"));
+  myGrp->TextLabel3->setText(tr(aResMgr->stringValue ( "Geometry", "dimensions_angle_units", "deg" ) == "deg" ? "GEOM_MEASURE_ANGLE_DEG" : "GEOM_MEASURE_ANGLE_RAD"));
   myGrp->LineEdit3->setReadOnly(true);
   myGrp->PushButton1->setIcon(image1);
   myGrp->PushButton2->setIcon(image1);
@@ -197,9 +200,8 @@ void MeasureGUI_AngleDlg::processObject()
 
   double anAngle = 0.;
   if (getParameters(anAngle)) {
-    SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
-    int aPrecision = resMgr->integerValue( "Geometry", "angle_precision", 6 );
-    myGrp->LineEdit3->setText(DlgRef::PrintDoubleValue(anAngle, aPrecision));
+    // To avoid the using different angle values in viewer and dialog,
+    // the value from presentation is used in both cases (see buildPrs())
     redisplayPreview();
   }
   else {
@@ -352,6 +354,7 @@ SALOME_Prs* MeasureGUI_AngleDlg::buildPrs()
 
         SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
         int w = resMgr->integerValue( "Geometry", "measures_line_width", 1 );
+        QString aUnitsAngle = resMgr->stringValue ( "Geometry", "dimensions_angle_units", "deg" );
 
         aDimensionStyle->LineAspect()->SetWidth( w );
         aDimensionStyle->SetTextHorizontalPosition( Prs3d_DTHP_Center );
@@ -360,6 +363,9 @@ SALOME_Prs* MeasureGUI_AngleDlg::buildPrs()
         aDimensionStyle->MakeArrows3d( Standard_True );
 
         anIO->SetDimensionAspect( aDimensionStyle );
+        anIO->SetDisplayUnits( aUnitsAngle.toLatin1().data() );
+        if (aUnitsAngle == "rad")
+          anIO->SetDisplaySpecialSymbol(AIS_DSS_No);
 
         SOCC_Prs* aPrs =
           dynamic_cast<SOCC_Prs*>(((SOCC_Viewer*)(vw->getViewManager()->getViewModel()))->CreatePrs(0));
@@ -367,6 +373,18 @@ SALOME_Prs* MeasureGUI_AngleDlg::buildPrs()
         if (aPrs)
           aPrs->AddObject(anIO);
 
+        // set angle value into dialog
+        double anAngle = anIO->GetValue();
+        QString anAngleLabel = "GEOM_MEASURE_ANGLE_RAD";
+        if (aUnitsAngle == "deg") {
+          // using degrees instead of radians
+          anAngle *= 180. / M_PI;
+          anAngleLabel = "GEOM_MEASURE_ANGLE_DEG";
+        }
+        myGrp->TextLabel3->setText(tr(anAngleLabel.toLatin1().data()));
+        int aPrecision = resMgr->integerValue( "Geometry", "angle_precision", 6 );
+        myGrp->LineEdit3->setText(DlgRef::PrintDoubleValue(anAngle, aPrecision));
+
         return aPrs;
       }
     }