Click or drag to resize

Arc Constructor

Overload List
  NameDescription
Public methodArc(Circle, Interval)
Initializes a new instance of an arc from a base circle and an interval of angles.
Public methodArc(Circle, Double)
Initializes a new instance of an arc from a base circle and an angle.
Public methodArc(Plane, Double, Double)
Initializes a new arc from a base plane, a radius value and an angle.
Public methodArc(Point3d, Point3d, Point3d)
Initializes a new arc through three points. If the points are coincident or co-linear, this will result in an Invalid arc.
Public methodArc(Point3d, Vector3d, Point3d)
Initializes a new arc from end points and a tangent vector. If the tangent is parallel with the endpoints this will result in an Invalid arc.
Public methodArc(Point3d, Double, Double)
Initializes a new horizontal arc at the given center point, with a custom radius and angle.
Public methodArc(Plane, Point3d, Double, Double)
Initializes a new aligned arc at the given center point, with a custom radius and angle.
Top
See Also