M_Rhino_Geometry_Arc__ctor_6 - mcneel/rhinocommon-api-docs GitHub Wiki

Arc Constructor (Point3d, Double, Double)

Initializes a new horizontal arc at the given center point, with a custom radius and angle.

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

Syntax

C#

public Arc(
	Point3d center,
	double radius,
	double angleRadians
)

VB

Public Sub New ( 
	center As Point3d,
	radius As Double,
	angleRadians As Double
)

Parameters

 

center
Type: Rhino.Geometry.Point3d
Center point of arc.
radius
Type: System.Double
Radius of arc.
angleRadians
Type: System.Double
Sweep angle of arc (in radians)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Arc Structure
Arc Overload
Rhino.Geometry Namespace

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