Salome HOME
Dump with geometrical selection
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Perpendicular.h
index 5b33377f0c33401caad518aa26aa237ee68cea41..b075d4aa4855dea6ba192953c970ea38dd02b3d5 100644 (file)
@@ -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<GeomAPI_Ax3>& thePlane);
 
   DEFINE_STANDARD_RTTIEXT(SketcherPrs_Perpendicular, SketcherPrs_SymbolPrs)