X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_ellipse.doc;h=124e7f3848edfd0f15fe128d87ec03348f2c78be;hb=a0e22ed86a0df64143edb095e07295a014b32c88;hp=8f67658bbfeb3e0aae095b18faae9d7582b2c298;hpb=73555c78ebf12a1fdb85157b8e7934ad566ae90a;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 8f67658bb..124e7f384 100644 --- a/doc/salome/gui/GEOM/input/creating_ellipse.doc +++ b/doc/salome/gui/GEOM/input/creating_ellipse.doc @@ -12,22 +12,21 @@ ellipse's Major Axis and its Major & Minor Radiuses. \note The parameters Center, Vector and Major Axis are optional. By default it is presumed that the Center point is located at the origin of the global coordinate system, the \b Vector -corresponds to the OZ axis of the global coordinate system and Major Axis -corresponds to the OX axis of the global coordinate system. - +corresponds to OZ axis of the global coordinate system and Major Axis +corresponds to OX axis of the global coordinate system. \note The actual direction of the major axis vector is defined as 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 (no 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 (use 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) +major axis direction). \image html ellipse.png