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)
Since: 5.0
Syntax 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)
See Also