X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Perpendicular.h;h=b075d4aa4855dea6ba192953c970ea38dd02b3d5;hb=2cb8023bec0da9fc7b138da0a467bca74d4b825c;hp=5b33377f0c33401caad518aa26aa237ee68cea41;hpb=87b6a30a3afb8fb32e7e43ade8d9c947d9eb1684;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Perpendicular.h b/src/SketcherPrs/SketcherPrs_Perpendicular.h index 5b33377f0..b075d4aa4 100644 --- a/src/SketcherPrs/SketcherPrs_Perpendicular.h +++ b/src/SketcherPrs/SketcherPrs_Perpendicular.h @@ -38,8 +38,10 @@ class SketcherPrs_Perpendicular: 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_Perpendicular(ModelAPI_Feature* theConstraint, + ModelAPI_CompositeFeature* theSketcher, const std::shared_ptr& thePlane); DEFINE_STANDARD_RTTIEXT(SketcherPrs_Perpendicular, SketcherPrs_SymbolPrs)