Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_ellipse.doc
1 /*!
2
3 \page create_ellipse_page Ellipse
4
5 To create an \b Ellipse in the <b>Main Menu</b> select <b>New Entity - > Basic - > Ellipse</b>
6
7 \n You can define an \b Ellipse by its <b>Center Point</b>, a \b
8 Vector giving its normal, and its <b>Major & Minor Radiuses</b>.
9 \n The \b Result of the operation will be a GEOM_Object (edge).
10
11 \n <b>TUI Command:</b> <em>geompy.MakeEllipse(Point, Vector, RadiusMajor, RadiusMinor)</em>
12 \n <b>Arguments:</b> Name + 1 vertex (for the center) + 1 edge (for
13 the direction) + 1 X Radius + 1 Y Radius.
14
15 \image html ellipse.png
16
17 <b>Example:</b>
18
19 \image html ellipsesn.png
20
21 Our <b>TUI Scripts</b> provide you with useful examples of creation of
22 \ref tui_creation_ellipse "Basic Geometric Objects".
23
24 */