Salome HOME
[Code coverage ConstructionAPI]: Improve coverage
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Perpendicular.h
index 5b33377f0c33401caad518aa26aa237ee68cea41..c0c7a4448daa1d37729465e2e37ca902ba0c4215 100644 (file)
@@ -38,9 +38,9 @@ class SketcherPrs_Perpendicular: public SketcherPrs_SymbolPrs
 public:
   /// Constructor
   /// \param theConstraint a constraint feature
-  /// \param thePlane a coordinate plane of current sketch
+  /// \param theSketcher a sketcher object
   Standard_EXPORT SketcherPrs_Perpendicular(ModelAPI_Feature* theConstraint,
-                                       const std::shared_ptr<GeomAPI_Ax3>& thePlane);
+    SketchPlugin_Sketch* theSketcher);
 
   DEFINE_STANDARD_RTTIEXT(SketcherPrs_Perpendicular, SketcherPrs_SymbolPrs)