diff --git a/doc/salome/gui/GEOM/input/creating_ellipse.doc b/doc/salome/gui/GEOM/input/creating_ellipse.doc index 124e7f384..b912b9b91 100644 --- a/doc/salome/gui/GEOM/input/creating_ellipse.doc +++ b/doc/salome/gui/GEOM/input/creating_ellipse.doc @@ -19,14 +19,10 @@ corresponds to OX axis of the global coordinate system. Vmaj' = (Vn * Vmaj) * Vn, where \em Vn is a normal vector and \em Vmaj is an original vector of the major axis. -\n TUI Command (without the major axis): geompy.MakeEllipse(Point, Vector, RadiusMajor, RadiusMinor) +\n TUI Command (without the major axis): geompy.MakeEllipse(Point, Vector, RadiusMajor, RadiusMinor, VectorMajor=None) \n Arguments: Name + 1 vertex (for the center) + 1 edge (for -the direction) + 1 X Radius + 1 Y Radius. - -\n TUI Command (with the major axis): geompy.MakeEllipseVec(Point, Vector, RadiusMajor, RadiusMinor, VectorMajor) -\n Arguments: Name + 1 vertex (for the center) + 1 edge (for -the normal direction) + 1 X Radius + 1 Y Radius + 1 edge (for the -major axis direction). +the direction) + 1 X Radius + 1 Y Radius + 1 optional edge (for the major axis direction). +\n If the VectorMajor argument is omitted, the ellipse's major axis will be along the X-axis. \image html ellipse.png