Arc Constructor (Point3d, Vector3d, Point3d)

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)
Syntax
public Arc(
	Point3d pointA,
	Vector3d tangentA,
	Point3d pointB
)
Public Sub New ( 
	pointA As Point3d,
	tangentA As Vector3d,
	pointB As Point3d
)

Parameters

pointA
Type: Rhino.GeometryPoint3d
Start point of arc.
tangentA
Type: Rhino.GeometryVector3d
Tangent at start of arc.
pointB
Type: Rhino.GeometryPoint3d
End point of arc.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also