/*! \page create_isoline_page Isoline To create an \b Isoline in the Main Menu select New Entity - > Basic - > Isoline \n The \b Result of this operation will be a GEOM_Object. It may be either an edge or a compound of several edges. \n You can define an Isoline by a \b Face, \b Type and \b Parameter. \n TUI Command: geompy.MakeIsoline(theFace, IsUIsoline, theParameter) \n Arguments: Name + Face + Type (True for U-Isoline; False for V-Isoline) + Parameter. \image html isoline1.png Example: \image html isoline2.png "Isoline on face" Our TUI Scripts provide you with useful examples of creation of \ref tui_creation_curve "Basic Geometric Objects". */