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.
Computes the 3D axis aligned bounding box for this 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.
Gets parameter on the arc closest to a test point.
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.
Computes the point on an arc that is closest to a test point.
A nurbs curve representation of this arc or null if no such representation could be made.
Initializes a nurbs curve representation of this arc. This amounts to the same as calling NurbsCurve.CreateFromArc().
Transformations to apply. Note that arcs cannot handle non-euclidean transformations.
true on success, false on failure.
Transforms the arc using a Transformation matrix.
Static
createStart point of arc.
Point on arc interior.
End point of arc.
Initializes a new arc through three points. If the points are coincident or co-linear, this will result in an Invalid arc.
Generated using TypeDoc
Gets or sets the sweep -or subtended- angle (in Degrees) for this arc segment.