RhinoCommon API
SurfaceDomain Method |
Gets the domain in a direction.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public Interval Domain( int direction )
Public Function Domain ( direction As Integer ) As Interval
Parameters
- direction
- Type: SystemInt32
0 gets first parameter, 1 gets second parameter.
Return Value
Type: IntervalAn interval value.
