Function that extracts a curve from the surface that follows a constant u or v parameter along the surface. It will have the same properties of the surface in the direction of the extraction. For example, if a curve is extracted from a periodic surface in the direction where it is periodic, the extracted curve will also be periodic. The type of curve returned is dependent on the shape the surface.
Name | Type | Description |
Parameter | Double | Input Double that specifies the parameter value to indicate where the curve should be extracted. It can be either a U or V parameter depending on the value of the next argument. |
UDirection | Boolean | Input Boolean indicating if the parameter value is a U or V parameter value. If True, then the parameter value is a V parameter indicating that the position of the U iso curve. |