Salome HOME
Refs #289 - Spline profile is represented in OCC view as polyline profile
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Shape.cxx
index 998ad9bc7f47a62dc06cb500d20d2bab42760164..4afa67d312feac2bd6f91f01e198b89a4d7eca8b 100644 (file)
@@ -579,6 +579,8 @@ void HYDROGUI_Shape::buildShape()
     myShape = new AIS_Shape( myTopoShape );
   }
 
+  myShape->SetHLRAngleAndDeviation( 0.0001 );
+
   if ( !myObject.IsNull() )
     myShape->SetOwner( myObject );