Isoline is a 3D curve built on a bounded face limited by [Umin, Umax] and [Vmin, Vmax] values of U and V parameters. For all points of the isoline U or V parameter value is constant.
Result of this operation is either a single edge or a compound of edges.
To create an Isoline of a face in the Main Menu select New Entity - > Basic - > Isoline.
In this dialog:
This operation can be performed using a TUI Command:
geompy.MakeIsoline(theFace, IsUIsoline, theParameter)
Arguments: Name + Face + Type (True for U-Isoline; False for V-Isoline) + Parameter.
Example:
Our TUI Scripts provide you with useful examples of creation of Basic Geometric Objects.