]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketcherPrs/SketcherPrs_Factory.h
Salome HOME
Issue #3231: Provide presentation for offset operation
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Factory.h
index 6d324d43c8a49fb8932b59a81b87f42d741829ad..bc664eebee3242ea4f9dca9acd3fec9b4c369504 100644 (file)
@@ -135,6 +135,12 @@ public:
   /// \param thePlane the current sketch plane
   /// \param thePrevious the previous presentation
   GET_CONSTRAINT_PRS(radiusConstraint)
+
+  /// Creates radius dimension presentation
+  /// \param theConstraint the constraint
+  /// \param thePlane the current sketch plane
+  /// \param thePrevious the previous presentation
+  GET_CONSTRAINT_PRS(offsetObject)
 };
 
 #endif