Overload_Rhino_Geometry_ArcCurve__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

ArcCurve Constructor

Overload List

 

Name Description
Public method ArcCurve() Initializes a new ArcCurve instance. Radius is set to 1, position to Origin and Domain to full span (circle).
Public method ArcCurve(Arc) Initializes a new ArcCurve instance, copying values from another Arc.
Public method ArcCurve(ArcCurve) Initializes a new ArcCurve instance, copying values from another ArcCurve.
Public method ArcCurve(Circle) Initializes a new ArcCurve instance, copying the shape of a Circle. Parameterization will be [0;circle.Circumference]
Protected method ArcCurve(SerializationInfo, StreamingContext) Protected constructor used in serialization.
Public method ArcCurve(Arc, Double, Double) Initializes a new ArcCurve instance, copying values from another Arc and specifying the needed parametrization of the arc. Arc will not be cut again at these parameterizations.
Public method ArcCurve(Circle, Double, Double) Initializes a new ArcCurve instance, copying values from a Circle and specifying the needed parametrization of the arc. Circle will not be newly cut at these parameterizations.
  Back to Top

See Also

Reference

ArcCurve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️