Salome HOME
Increase selection area of point on 1
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Factory.h
index 291484d3b491e53960406d4d28462de3e29db618..c0101fa0a47a3b39231c246ae94c9be64dcc59bb 100644 (file)
@@ -89,6 +89,11 @@ public:
   /// \param theConstraint the constraint
   /// \param thePlane the current sketch plane
   GET_CONSTRAINT_PRS(rotateConstraint)
+
+  /// Creates angle constraint presentation
+  /// \param theConstraint the constraint
+  /// \param thePlane the current sketch plane
+  GET_CONSTRAINT_PRS(angleConstraint)
 };
 
 #endif