3 \page create_isoline_page Isoline
5 To create an \b Isoline in the <b>Main Menu</b> select <b>New Entity - >
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.
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.
15 \image html isoline1.png
19 \image html isoline2.png "Isoline on face"
21 Our <b>TUI Scripts</b> provide you with useful examples of creation of
22 \ref tui_creation_curve "Basic Geometric Objects".