M_Rhino_Geometry_Arc__ctor_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new aligned arc at the given center point, with a custom radius and angle.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Arc(
Plane plane,
Point3d center,
double radius,
double angleRadians
)
VB
Public Sub New (
plane As Plane,
center As Point3d,
radius As Double,
angleRadians As Double
)
- plane
- Type: Rhino.Geometry.Plane
Alignment plane for arc. The arc will be parallel to this plane. - center
- Type: Rhino.Geometry.Point3d
Center point for arc. - radius
- Type: System.Double
Radius of arc. - angleRadians
- Type: System.Double
Sweep angle of arc (in radians)
Supported in: 6.0.16224.21491, 5D58w