Gets the domain in a direction.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.20
See Also