Salome HOME
refs #568: Land Cover: a draft of data model and implementation of dialog box and...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Polyline.cxx
index e624cb3dbd402c3d2fe568a9cb2f04c175436224..7d312cb56d6c75b55e674507463c87bd1c4afbd1 100644 (file)
@@ -123,7 +123,7 @@ void HYDROGUI_Polyline::Compute(const Handle(PrsMgr_PresentationManager3d)& aPre
       aDir = D;
     }
     else
-      C->D1(aMaxRatioStep, C->Value (aMaxRatioStep), aDir);
+      C->D1(aMaxRatioStep, aPnt1, aDir);
   
     if ( anEdge.Orientation() == TopAbs_REVERSED )
       aDir = -aDir;