Interval
========

.. py:module:: rhino3dm

.. py:class:: Interval

   .. py:method:: Interval(t0, t1)

      Initializes a new instance of the Rhino.Geometry.Interval class.

      :param float t0: The first value.
      :param float t1: The second value.

   .. py:attribute:: T0

      float: Gets or sets the lower bound of the Interval.

   .. py:attribute:: T1

      float: Gets or sets the upper bound of the Interval.

   .. py:method:: __repr__()

      [todo] add documentation
