Defines the default surface isoparametric curve density for new objects.
Rhino.IsocurveDensity ([intDensity])
intDensity |
Optional. Number. The isoparametric curve density to set.
|
Number |
If intDensity is not specified, then the current isoparametric curve density if successful. |
Number |
If intDensity is specified, then the previous isoparametric curve density if successful. |
Null |
If not successful, or on error. |
Dim intDensity
intDensity = Rhino.IsocurveDensity
If (intDensity <> 1) Then
Rhino.IsocurveDensity 1
End If