Salome HOME
Unit test for moving group after BuildPlugin_Face feature
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Perpendicular.h
index b075d4aa4855dea6ba192953c970ea38dd02b3d5..c0c7a4448daa1d37729465e2e37ca902ba0c4215 100644 (file)
@@ -39,10 +39,8 @@ 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);
+    SketchPlugin_Sketch* theSketcher);
 
   DEFINE_STANDARD_RTTIEXT(SketcherPrs_Perpendicular, SketcherPrs_SymbolPrs)