Salome HOME
2aac337f199fc5ef6141249b70844e466ca2f085
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_isoline.doc
1 /*!
2
3 \page create_isoline_page Isoline
4
5 To create an \b Isoline in the <b>Main Menu</b> select <b>New Entity - >
6 Basic - > Isoline</b>
7
8 \n The \b Result of this operation will be a GEOM_Object.
9 It may be either an edge or a compound of several edges.
10
11 \n You can define an Isoline by a \b Face, \b Type and \b Parameter.
12 \n <b>TUI Command:</b> <em>geompy.MakeIsoline(theFace, IsUIsoline, theParameter)</em>
13 \n <b>Arguments:</b> Name + Face + Type (True for U-Isoline; False for V-Isoline) + Parameter.
14
15 \image html isoline1.png
16
17 <b>Example:</b>
18
19 \image html isoline2.png "Isoline on face"
20
21 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
22 \ref tui_creation_curve "Basic Geometric Objects".
23
24 */