Skip to content

M_Rhino_Geometry_Arc__ctor_3

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Arc Constructor (Plane, Double, Double)

Initializes a new arc from a base plane, a radius value and an angle.

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

Syntax

C#

public Arc(
	Plane plane,
	double radius,
	double angleRadians
)

VB

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

Parameters

 

plane
Type: Rhino.Geometry.Plane
The plane of the arc (arc center will be located at plane origin)
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

Clone this wiki locally