X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_ellipse.doc;h=124e7f3848edfd0f15fe128d87ec03348f2c78be;hb=2a2ffeea1e68c5f6721976ed24e53d8609c93e71;hp=2cbe099abb5d88668dfaafeb4dfef9c77de06179;hpb=944a286cc213fc509b2cc09c9435530aff9a2a50;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_ellipse.doc b/doc/salome/gui/GEOM/input/creating_ellipse.doc index 2cbe099ab..124e7f384 100644 --- a/doc/salome/gui/GEOM/input/creating_ellipse.doc +++ b/doc/salome/gui/GEOM/input/creating_ellipse.doc @@ -19,11 +19,11 @@ 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 (with the major axis): geompy.MakeEllipse(Point, Vector, RadiusMajor, RadiusMinor) +\n TUI Command (without the major axis): geompy.MakeEllipse(Point, Vector, RadiusMajor, RadiusMinor) \n Arguments: Name + 1 vertex (for the center) + 1 edge (for the direction) + 1 X Radius + 1 Y Radius. -\n TUI Command (without the major axis): geompy.MakeEllipseVec(Point, Vector, RadiusMajor, RadiusMinor, VectorMajor) +\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).