Gets or sets the angle domain (in Radians) of this arc.
Gets or sets the sweep -or subtended- angle (in Radians) for this arc segment.
Gets or sets the center point for this arc.
Gets the circumference of the circle that is coincident with this arc.
Gets or sets the Diameter of this arc.
Gets or sets the end angle (in Radians) for this arc segment.
Gets or sets the end angle (in Degrees) for this arc segment.
Gets the end point of the arc.
Gets a value indicating whether or not this arc is a complete circle.
Gets a value indicating whether or not this arc is valid. Detail: Radius>0 and 0<AngleRadians()<=2*Math.Pi.
Gets the length of the arc. (Length = Radius * (subtended angle in radians)).
Gets the mid-point of the arc.
Gets or sets the plane in which this arc lies.
Gets or sets the radius of this arc.
Gets or sets the start angle (in Radians) for this arc segment.
Gets or sets the start angle (in Degrees) for this arc segment.
Gets the start point of the arc.
Bounding box of arc.
Point to get close to.
Parameter (in radians) of the point on the arc that is closest to the test point. If testPoint is the center of the arc, then the starting point of the arc is (arc.Domain()[0]) returned. If no parameter could be found, RhinoMath.UnsetValue is returned.
Point to get close to.
The point on the arc that is closest to testPoint. If testPoint is the center of the arc, then the starting point of the arc is returned. UnsetPoint on failure.
A nurbs curve representation of this arc or null if no such representation could be made.
Transformations to apply. Note that arcs cannot handle non-euclidean transformations.
true on success, false on failure.
StaticcreateStart point of arc.
Point on arc interior.
End point of arc.
Gets or sets the sweep -or subtended- angle (in Degrees) for this arc segment.