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)
Syntaxpublic 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)
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also