RhinoCommon API
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)

public Arc( Plane plane, double radius, double angleRadians )
Public Sub New ( plane As Plane, radius As Double, angleRadians As Double )
Parameters
- plane
- Type: Rhino.GeometryPlane
The plane of the arc (arc center will be located at plane origin) - radius
- Type: SystemDouble
Radius of arc. - angleRadians
- Type: SystemDouble
Sweep angle of arc (in radians)

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14