Salome HOME
Issue #1660 Ability to change the deflection coefficient
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultConstruction.h
index 41d74975c1960e82ce44ad175510b70ed73d3db0..4704bc43bd9af48f2dd9a100870645831aa2a7fa 100644 (file)
@@ -40,6 +40,12 @@ class ModelAPI_ResultConstruction : public ModelAPI_Result
     return RESULT_CONSTRUCTION_COLOR;
   }
 
+  /// default deflection for a result construction
+  inline static const std::string DEFAULT_DEFLECTION()
+  {
+    return "0.0001";
+  }
+
   /// Sets the result
   virtual void setShape(std::shared_ptr<GeomAPI_Shape> theShape) = 0;