Salome HOME
[PythonAPI] Use _fillAttribute() in some sketch functions
[modules/shaper.git] / src / GeomAPI / GeomAPI_PlanarEdges.h
index c26ad2505e180e386ff739d3852b85012581ab52..9ba13cd1a0be499dfa5d8f9621ff9c61a0b37002 100644 (file)
@@ -57,7 +57,6 @@ 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,