X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Factory.h;h=2f43622b04aaa398db891710f16a995ab0e18d76;hb=a2297469b8bd178028abcfad9572f9f007cf82b6;hp=485c5a6fe0457622b2b2e7a30531fa1fbef1122d;hpb=cd6bf982e7dc443e050e4d93b4954951daebcf15;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Factory.h b/src/SketcherPrs/SketcherPrs_Factory.h index 485c5a6fe..2f43622b0 100644 --- a/src/SketcherPrs/SketcherPrs_Factory.h +++ b/src/SketcherPrs/SketcherPrs_Factory.h @@ -30,6 +30,11 @@ public: /// \param thePlane the current sketch plane GET_CONSTRAINT_PRS(coincidentConstraint) + /// Creates collinear constraint presentation + /// \param theConstraint the constraint + /// \param thePlane the current sketch plane + GET_CONSTRAINT_PRS(collinearConstraint) + /// Creates parallel constraint presentation /// \param theConstraint the constraint /// \param thePlane the current sketch plane @@ -75,6 +80,11 @@ public: /// \param thePlane the current sketch plane GET_CONSTRAINT_PRS(lengthDimensionConstraint) + /// Creates middle constraint presentation + /// \param theConstraint the constraint + /// \param thePlane the current sketch plane + GET_CONSTRAINT_PRS(middleConstraint) + /// Creates mirror constraint presentation /// \param theConstraint the constraint /// \param thePlane the current sketch plane