LineCurve
=========

.. py:module:: rhino3dm

.. py:class:: LineCurve

   .. py:method:: LineCurve(from, to)

      Initializes a new instance of the  class, by
      setting start and end point from two 3D points.

      :param rhino3dm.Point3d from: A start point.
      :param rhino3dm.Point3d to: An end point.

   .. py:attribute:: Line

      Line: Gets or sets the Line value inside this curve.
