M_Rhino_Geometry_Arc__ctor_4 - mcneel/rhinocommon-api-docs GitHub Wiki

Arc Constructor (Point3d, Point3d, Point3d)

Initializes a new arc through three points. If the points are coincident or colinear, this will result in an Invalid arc.

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

Syntax

C#

public Arc(
	Point3d startPoint,
	Point3d pointOnInterior,
	Point3d endPoint
)

VB

Public Sub New ( 
	startPoint As Point3d,
	pointOnInterior As Point3d,
	endPoint As Point3d
)

Parameters

 

startPoint
Type: Rhino.Geometry.Point3d
Start point of arc.
pointOnInterior
Type: Rhino.Geometry.Point3d
Point on arc interior.
endPoint
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** ⚠️