]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
GEOM: Bad displaying of distance between two objects in 3D
authordmv <dmv@opencascade.com>
Mon, 27 Oct 2008 12:13:35 +0000 (12:13 +0000)
committerdmv <dmv@opencascade.com>
Mon, 27 Oct 2008 12:13:35 +0000 (12:13 +0000)
src/MeasureGUI/MeasureGUI_DistanceDlg.cxx

index 04958ede00da83cfdceb32382b48243f3c05e91a..4d385457a1bda4626fe9e24479f8313958165610 100644 (file)
@@ -309,7 +309,7 @@ SALOME_Prs* MeasureGUI_DistanceDlg::buildPrs()
 
       gp_Pnt aPnt3((aPnt1.X() + aPnt2.X()) / 2,
                     (aPnt1.Y() + aPnt2.Y()) / 2,
-                    (aPnt1.Z() + aPnt2.Z()) / 2 + 100);
+                    (aPnt1.Z() + aPnt2.Z()) / 2);
 
       gp_Vec va(aPnt3, aPnt1);
       gp_Vec vb(aPnt3, aPnt2);