Salome HOME
Merge branch 'V9_11_BR'
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Offset.h
index c48dd717f2e8ffaa407a86e69be2278e0de9b240..a865ba483b28d62038fe4b11ddc9bde1ba399a6b 100644 (file)
@@ -101,6 +101,13 @@ public:
     return ID;
   }
 
+  /// attribute to approx by segments and arcs
+  inline static const std::string& APPROX_ID()
+  {
+    static const std::string ID("approx");
+    return ID;
+  }
+
   /// name for add wire action
   inline static const std::string& ADD_WIRE_ACTION_ID()
   {