Interval Constructor (Interval) |
Initializes a new instance copying the other instance values.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Interval(
Interval other
)
Public Sub New (
other As Interval
)
Parameters
- other
- Type: Rhino.GeometryInterval
The Rhino.Geometry.Interval to use as a base.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also