Circle Constructor (Point3d, Point3d, Point3d)

Circle Constructor (Point3d, Point3d, Point3d)

Initializes a circle through three 3d points.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Circle(
	Point3d point1,
	Point3d point2,
	Point3d point3
)
Public Sub New ( 
	point1 As Point3d,
	point2 As Point3d,
	point3 As Point3d
)

Parameters

point1
Type: Rhino.GeometryPoint3d
The start/end of the circle is at point1.
point2
Type: Rhino.GeometryPoint3d
Second point on the circle.
point3
Type: Rhino.GeometryPoint3d
Third point on the circle.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also