Salome HOME
Create dimension presentations
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Factory.h
index b6feedebc887265e3cd1a0d789999b8d32d05026..d416644f9cb315c56555cb9a04aa91bcb70b6d52 100644 (file)
@@ -64,6 +64,16 @@ public:
   /// \param theConstraint the constraint
   /// \param thePlane the current sketch plane
   GET_CONSTRAINT_PRS(tangentConstraint)
+
+  /// Creates coincedent perpendicular presentation
+  /// \param theConstraint the constraint
+  /// \param thePlane the current sketch plane
+  GET_CONSTRAINT_PRS(radiusConstraint)
+
+  /// Creates coincedent perpendicular presentation
+  /// \param theConstraint the constraint
+  /// \param thePlane the current sketch plane
+  GET_CONSTRAINT_PRS(lengthDimensionConstraint)
 };
 
 #endif