Click or drag to resize

CircularArc Properties

[This is preliminary documentation and is subject to change.]

The CircularArc type exposes the following members.

Properties
  NameDescription
Public propertyBegin
The first point of the curve
(Inherited from Curve.)
Public propertyCenter
The center point of the circle on which the arc is positioned
(Inherited from CircularBase.)
Public propertyEnd
The last point of the curve
(Inherited from Curve.)
Public propertyIntermediate
Point on the curve, between Head & Tail
Public propertyIsValid
Determines if the data provided makes for a valid circle
(Inherited from CircularBase.)
Public propertyNumberOfPointsRequiredForRendering
Determines how many points the curve needs in order to be rendered correctly
(Inherited from CircularBase.)
Public propertyPoints
The list of points that make up the curve
(Inherited from Curve.)
Public propertyRadius
The distance between the center and any point on the arc
(Inherited from CircularBase.)
Top
See Also