Properties_T_Rhino_Geometry_Arc - mcneel/rhinocommon-api-docs GitHub Wiki
The Arc type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Angle | Gets or sets the sweep -or subtended- angle (in Radians) for this arc segment. |
![]() |
AngleDegrees | Gets or sets the sweep -or subtended- angle (in Radians) for this arc segment. |
![]() |
AngleDomain | Gets or sets the angle domain (in Radians) of this arc. |
![]() |
Center | Gets or sets the center point for this arc. |
![]() |
Circumference | Gets the circumference of the circle that is coincident with this arc. |
![]() |
Diameter | Gets or sets the Diameter of this arc. |
![]() |
EndAngle | Gets or sets the end angle (in Radians) for this arc segment. |
![]() |
EndAngleDegrees | Gets or sets the end angle (in Radians) for this arc segment. |
![]() |
EndPoint | Gets the end point of the arc. |
![]() |
IsCircle | Gets a value indicating whether or not this arc is a complete circle. |
![]() |
IsValid | Gets a value indicating whether or not this arc is valid. Detail: Radius>0 and 0<AngleRadians()<=2*Math.Pi. |
![]() |
Length | Gets the length of the arc. (Length = Radius * (subtended angle in radians)). |
![]() |
MidPoint | Gets the mid-point of the arc. |
![]() |
Plane | Gets or sets the plane in which this arc lies. |
![]() |
Radius | Gets or sets the radius of this arc. |
![]() |
StartAngle | Gets or sets the start angle (in Radians) for this arc segment. |
![]() |
StartAngleDegrees | Gets or sets the start angle (in Radians) for this arc segment. |
![]() |
StartPoint | Gets the start point of the arc. |
![]() ![]() |
Unset | Gets an Arc with Unset components. |