Properties_T_Rhino_Geometry_Arc - mcneel/rhinocommon-api-docs GitHub Wiki

Arc Properties

The Arc type exposes the following members.

Properties

 

Name Description
Public property Angle Gets or sets the sweep -or subtended- angle (in Radians) for this arc segment.
Public property AngleDegrees Gets or sets the sweep -or subtended- angle (in Radians) for this arc segment.
Public property AngleDomain Gets or sets the angle domain (in Radians) of this arc.
Public property Center Gets or sets the center point for this arc.
Public property Circumference Gets the circumference of the circle that is coincident with this arc.
Public property Diameter Gets or sets the Diameter of this arc.
Public property EndAngle Gets or sets the end angle (in Radians) for this arc segment.
Public property EndAngleDegrees Gets or sets the end angle (in Radians) for this arc segment.
Public property EndPoint Gets the end point of the arc.
Public property IsCircle Gets a value indicating whether or not this arc is a complete circle.
Public property IsValid Gets a value indicating whether or not this arc is valid. Detail: Radius>0 and 0<AngleRadians()<=2*Math.Pi.
Public property Length Gets the length of the arc. (Length = Radius * (subtended angle in radians)).
Public property MidPoint Gets the mid-point of the arc.
Public property Plane Gets or sets the plane in which this arc lies.
Public property Radius Gets or sets the radius of this arc.
Public property StartAngle Gets or sets the start angle (in Radians) for this arc segment.
Public property StartAngleDegrees Gets or sets the start angle (in Radians) for this arc segment.
Public property StartPoint Gets the start point of the arc.
Public propertyStatic member Unset Gets an Arc with Unset components.
  Back to Top

See Also

Reference

Arc Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️