ArcCurve
========

.. py:module:: rhino3dm

.. py:class:: ArcCurve

   .. py:method:: ArcCurve()

      ArcCurve constructor


   .. py:method:: ArcCurve()

      ArcCurve constructor


   .. py:attribute:: Arc

      Arc: Gets the arc that is contained within this ArcCurve.

   .. py:attribute:: IsCompleteCircle

      bool: Gets a value indicating whether or not this curve can be represented by a complete circle.

   .. py:attribute:: Radius

      float: Gets the radius of this ArcCurve.

   .. py:attribute:: AngleRadians

      float: Gets the angles of this arc in radians.

   .. py:attribute:: AngleDegrees

      float: Gets the angles of this arc in degrees.

   .. py:staticmethod:: CreateFromArc(arc)

      [todo] add documentation

   .. py:staticmethod:: CreateFromArcParams(arc, t0, t1)

      [todo] add documentation

   .. py:staticmethod:: CreateFromCircle(circle)

      [todo] add documentation

   .. py:staticmethod:: CreateFromCircleParams(circle, t0, t1)

      [todo] add documentation
