DefaultDivideSettings.SetSurfaceDistance
Method
Description:
Sets the default Divided Surface distance for a fixed, minimum, or maximum distance layout for U or V gridlines.
Sets the default Divided Surface distance for a fixed, minimum, or maximum distance layout for U or V gridlines.
Parameters
Parameter | Type | Description |
---|---|---|
gridlines | UVGridlineType | U-gridlines or V-gridlines. |
distance | Double | A default distance for a layout. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The given value for distance must be positive. -or- A value passed for an enumeration argument is not a member of that enumeration |