Click or drag to resize

ArcCurve Constructor

Overload List
  NameDescription
Public methodArcCurve
Initializes a new ArcCurve instance.

Radius is set to 1, position to Origin and Domain to full span (circle).

Public methodArcCurve(Arc)
Initializes a new ArcCurve instance, copying values from another Arc.
Public methodArcCurve(ArcCurve)
Initializes a new ArcCurve instance, copying values from another ArcCurve.
Public methodArcCurve(Circle)
Initializes a new ArcCurve instance, copying the shape of a Circle.

Parameterization will be [0;circle.Circumference]

Protected methodArcCurve(SerializationInfo, StreamingContext)
Protected constructor used in serialization.
Public methodArcCurve(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 methodArcCurve(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.

Top
See Also