mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
24 lines
730 B
Plaintext
24 lines
730 B
Plaintext
|
/*!
|
||
|
|
||
|
\page create_ellipse_page Ellipse
|
||
|
|
||
|
To create an \b Ellipse in the <b>Main Menu</b> select <b>New Entity - > Basic - > Ellipse</b>
|
||
|
|
||
|
\n You can define an \b Ellipse by its <b>Center Point</b>, a \b
|
||
|
Vector giving its normal, and its <b>Major & Minor Radiuses</b>.
|
||
|
\n The \b Result of the operation will be a GEOM_Object (edge).
|
||
|
|
||
|
\n <b>TUI Command:</b> <em>geompy.MakeEllipse(Point, Vector, RadiusMajor, RadiusMinor)</em>
|
||
|
\n <b>Arguments:</b> Name + 1 vertex (for the center) + 1 edge (for
|
||
|
the direction) + 1 X Radius + 1 Y Radius.
|
||
|
|
||
|
\image html ellipse.png
|
||
|
|
||
|
<b>Example:</b>
|
||
|
|
||
|
\image html ellipsesn.png
|
||
|
|
||
|
Our <b>TUI Scripts</b> provide you with useful examples of creation of
|
||
|
\ref tui_creation_ellipse "Basic Geometric Objects".
|
||
|
|
||
|
*/
|