/*!
\page create_ellipse_page Ellipse
To create an \b Ellipse in the Main Menu select New Entity - > Basic - > Ellipse
\n You can define an \b Ellipse by its Center Point, a \b
Vector giving its normal, and its Major & Minor Radiuses.
\n The \b Result of the operation will be a GEOM_Object (edge).
\n TUI Command: 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.
\note By default it is presumed that the Center Point is located at the Origin of the global
coordinate system, and the \b Vector corresponds to OZ axis of the global
coordinate system.
\image html ellipse.png
Example:
\image html ellipsesn.png "Ellipse"
Our TUI Scripts provide you with useful examples of creation of
\ref tui_creation_ellipse "Basic Geometric Objects".
*/