Sets the display of surface isoparametric curves for new objects.
Rhino.ShowIsocurves ([blnShow])
blnShow |
Optional. Boolean. Show (True) or hide (False) surface isoparametric curves for new objects. |
Boolean |
If blnShow is not specified, then the current isoparametric curve visibility of new objects if successful. |
Boolean |
If blnShow is specified, then the previous isoparametric curve visibility of new objects if successful. |
Null |
If not successful, or on error. |
Dim blnShow
blnShow = Rhino.ShowIsocurves
If (blnShow = False) Then
Rhino.ShowIsocurves True
End If