Interval
- class rhino3dm.Interval
- Interval(t0, t1)
Initializes a new instance of the Rhino.Geometry.Interval class.
- Parameters:
t0 (float) – The first value.
t1 (float) – The second value.
- T0
float: Gets or sets the lower bound of the Interval.
- T1
float: Gets or sets the upper bound of the Interval.
- __repr__()
[todo] add documentation