Salome HOME
Fix for issue #1000
[modules/shaper.git] / src / GeomAPI / GeomAPI_PlanarEdges.h
index 1eddd16c899ca9bb59c39d39eb34a33eafe47820..9ba13cd1a0be499dfa5d8f9621ff9c61a0b37002 100644 (file)
@@ -57,11 +57,9 @@ class GeomAPI_PlanarEdges : public GeomAPI_Shape
   /// Set working plane
   /// \param theOrigin origin of the plane axis
   /// \param theDirX X direction of the plane axis
-  /// \param theDirY Y direction of the plane axis
   /// \param theNorm normal direction of the plane axis
   GEOMAPI_EXPORT void setPlane(const std::shared_ptr<GeomAPI_Pnt>& theOrigin,
                                const std::shared_ptr<GeomAPI_Dir>& theDirX,
-                               const std::shared_ptr<GeomAPI_Dir>& theDirY,
                                const std::shared_ptr<GeomAPI_Dir>& theNorm);
 
 private: