Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_HVDirection.h
index 07ffa9a07b6846d661e8b7ec7a0fd130386997bd..15f8f7c9e75ade4614a08e2573fb0c17b5b5f61a 100644 (file)
@@ -38,12 +38,9 @@ public:
   /// Constructor
   /// \param theConstraint a constraint feature
   /// \param theSketcher a sketcher object
-  /// \param thePlane a coordinate plane of current sketch
   /// \param isHorisontal a flag horizontal or vertical presentation
   Standard_EXPORT SketcherPrs_HVDirection(ModelAPI_Feature* theConstraint,
-                                          ModelAPI_CompositeFeature* theSketcher,
-                                         const std::shared_ptr<GeomAPI_Ax3>& thePlane,
-                                         bool isHorisontal);
+    SketchPlugin_Sketch* theSketcher, bool isHorisontal);
 
   DEFINE_STANDARD_RTTIEXT(SketcherPrs_HVDirection, SketcherPrs_SymbolPrs)