M_Rhino_Geometry_Circle__ctor_4 - mcneel/rhinocommon-api-docs GitHub Wiki

Circle Constructor (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".

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Circle(
	Point3d startPoint,
	Vector3d tangentAtP,
	Point3d pointOnCircle
)

VB

Public Sub New ( 
	startPoint As Point3d,
	tangentAtP As Vector3d,
	pointOnCircle As Point3d
)

Parameters

 

startPoint
Type: Rhino.Geometry.Point3d
Start point of circle.
tangentAtP
Type: Rhino.Geometry.Vector3d
Tangent vector at start.
pointOnCircle
Type: Rhino.Geometry.Point3d
Point coincident with desired circle.

Remarks

May create an Invalid circle

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Circle Structure
Circle Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️