X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Rigid.h;h=e35045ab7874095632c7c788e110e8e45cceba69;hb=db25cb9e9be0ce3e2332141f7f2f47f088956bea;hp=c1aaf2fe0a7ad65f18b291e330121cf7eb944a84;hpb=a94fc319f2aa64b43c9a73b5ff7063923648faec;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Rigid.h b/src/SketcherPrs/SketcherPrs_Rigid.h index c1aaf2fe0..e35045ab7 100644 --- a/src/SketcherPrs/SketcherPrs_Rigid.h +++ b/src/SketcherPrs/SketcherPrs_Rigid.h @@ -38,8 +38,10 @@ class SketcherPrs_Rigid: public SketcherPrs_SymbolPrs public: /// Constructor /// \param theConstraint a constraint feature + /// \param theSketcher a sketcher object /// \param thePlane a coordinate plane of current sketch Standard_EXPORT SketcherPrs_Rigid(ModelAPI_Feature* theConstraint, + ModelAPI_CompositeFeature* theSketcher, const std::shared_ptr& thePlane);