/*!
\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.
\image html ellipse.png
Example:
\image html ellipsesn.png
Our TUI Scripts provide you with useful examples of creation of
\ref tui_creation_ellipse "Basic Geometric Objects".
*/