]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketcherPrs/SketcherPrs_Factory.h
Salome HOME
Equal constraint presentation
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Factory.h
index 14a8f5e2ad895a26c0cea86bcfac850f1f7d31ab..9de1038a8f440a09aa02d77f3a17eabd9e07798c 100644 (file)
@@ -54,6 +54,11 @@ public:
   /// \param theConstraint the constraint
   /// \param thePlane the current sketch plane
   GET_CONSTRAINT_PRS(verticalConstraint)
+
+  /// Creates coincedent perpendicular presentation
+  /// \param theConstraint the constraint
+  /// \param thePlane the current sketch plane
+  GET_CONSTRAINT_PRS(equalConstraint)
 };
 
 #endif