Salome HOME
Issue #1660 Ability to change the deflection coefficient
[modules/shaper.git] / src / ModuleBase / ModuleBase_ResultPrs.cpp
index 09c65829a570da2f5a372d1da2cd6526d3f8ae11..49e1dc691715737cf3f9029d4bb33e92c3f03358 100755 (executable)
@@ -81,7 +81,7 @@ void ModuleBase_ResultPrs::Compute(const Handle(PrsMgr_PresentationManager3d)& t
       Set(myOriginalShape);
   }
   // change deviation coefficient to provide more precise circle
-  ModuleBase_Tools::setDefaultDeviationCoefficient(myResult, Attributes());
+  //ModuleBase_Tools::setDefaultDeviationCoefficient(myResult, Attributes());
   AIS_Shape::Compute(thePresentationManager, thePresentation, theMode);
 
   if (!aReadyToDisplay) {