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