]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Arc.cpp
Salome HOME
Remove default values from properties requests
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Arc.cpp
index c2d28d3e5f5fee68c9b02916c972bfd17e8f738c..3319be80e6a18e1e155adc9c66675d47d1fddb6a 100644 (file)
@@ -259,8 +259,7 @@ AISObjectPtr SketchPlugin_Arc::getAISObject(AISObjectPtr thePrevious)
         if (!anAIS)
           anAIS = AISObjectPtr(new GeomAPI_AISObject);
         anAIS->createShape(aCompound);
-        double aDeflection = Config_PropManager::real("Visualization", "construction_deflection",
-                                             ModelAPI_ResultConstruction::DEFAULT_DEFLECTION());
+        double aDeflection = Config_PropManager::real("Visualization", "construction_deflection");
         anAIS->setDeflection(aDeflection);
         anAIS->setWidth(3);
         return anAIS;