Click or drag to resize

Circle Constructor

Overload List
  NameDescription
Public methodCircle(Arc)
Initializes a circle from an arc.
Public methodCircle(Double)
Initializes a circle with center (0,0,0) in the world XY plane.
Public methodCode exampleCircle(Plane, Double)
Initializes a circle on a plane with a given radius.
Public methodCode exampleCircle(Point3d, Double)
Initializes a circle parallel to the world XY plane with given center and radius.
Public methodCircle(Plane, Point3d, Double)
Initializes a circle parallel to a given plane with given center and radius.
Public methodCircle(Point3d, Point3d, Point3d)
Initializes a circle through three 3d points.
Public methodCircle(Point3d, Vector3d, Point3d)
Initializes a circle from two 3d points and a tangent at the first point. The start/end of the circle is at point "startPoint".
Top
See Also