Skip to content

Overload_Rhino_Geometry_Arc__ctor

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Arc Constructor

Overload List

 

Name Description
Public method Arc(Circle, Interval) Initializes a new instance of an arc from a base circle and an interval of angles.
Public method Arc(Circle, Double) Initializes a new instance of an arc from a base circle and an angle.
Public method Arc(Plane, Double, Double) Initializes a new arc from a base plane, a radius value and an angle.
Public method Arc(Point3d, Point3d, Point3d) Initializes a new arc through three points. If the points are coincident or colinear, this will result in an Invalid arc.
Public method Arc(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 method Arc(Point3d, Double, Double) Initializes a new horizontal arc at the given center point, with a custom radius and angle.
Public method Arc(Plane, Point3d, Double, Double) Initializes a new aligned arc at the given center point, with a custom radius and angle.
  Back to Top

See Also

Reference

Arc Structure
Rhino.Geometry Namespace

Clone this wiki locally