Sets the domain in a direction.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic virtual bool SetDomain(
int direction,
Interval domain
)
Public Overridable Function SetDomain (
direction As Integer,
domain As Interval
) As Boolean
Parameters
- direction
- Type: SystemInt32
0 sets first parameter's domain, 1 sets second parameter's domain.
- domain
- Type: Rhino.GeometryInterval
A new domain to be assigned.
Return Value
Type:
Booleantrue if setting succeeded, otherwise false.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.20
See Also