M_Rhino_Geometry_Arc__ctor_5 - mcneel/rhinocommon-api-docs GitHub Wiki

Arc Constructor (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.

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

Syntax

C#

public Arc(
	Point3d pointA,
	Vector3d tangentA,
	Point3d pointB
)

VB

Public Sub New ( 
	pointA As Point3d,
	tangentA As Vector3d,
	pointB As Point3d
)

Parameters

 

pointA
Type: Rhino.Geometry.Point3d
Start point of arc.
tangentA
Type: Rhino.Geometry.Vector3d
Tangent at start of arc.
pointB
Type: Rhino.Geometry.Point3d
End point of arc.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Arc Structure
Arc Overload
Rhino.Geometry Namespace

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