M_Rhino_Geometry_Arc__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki

Arc Constructor (Plane, Point3d, Double, Double)

Initializes a new aligned 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(
	Plane plane,
	Point3d center,
	double radius,
	double angleRadians
)

VB

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

Parameters

 

plane
Type: Rhino.Geometry.Plane
Alignment plane for arc. The arc will be parallel to this plane.
center
Type: Rhino.Geometry.Point3d
Center point for 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** ⚠️