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)
Since: 5.0
Syntax public Arc(
Plane plane,
Point3d center,
double radius,
double angleRadians
)
Public Sub New (
plane As Plane,
center As Point3d,
radius As Double,
angleRadians As Double
)
Parameters
- plane
- Type: Rhino.GeometryPlane
Alignment plane for arc. The arc will be parallel to this plane. - center
- Type: Rhino.GeometryPoint3d
Center point for arc. - radius
- Type: SystemDouble
Radius of arc. - angleRadians
- Type: SystemDouble
Sweep angle of arc (in radians)
See Also