From 3dada3ac1cf00caeea5abc8eaeb957508dc3058d Mon Sep 17 00:00:00 2001 From: mbs Date: Fri, 3 Jan 2025 12:25:02 +0000 Subject: [PATCH] [GITHUB][GEOM ISSUE#7] wrong doc for make ellipse --- doc/salome/gui/GEOM/input/creating_ellipse.doc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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