BezierSurfaceDomain Method |
Gets the domain in a direction.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax 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.
See Also