Circle.GetCircleData Method
Parent Object: CircleDescription
Get the data defining this circle.
Syntax
Circle.GetCircleData( Center() As Double, AxisVector() As Double, Radius As Double )Parameters
Name | Type | Description |
Center | Double | Input/output Double that specifies the circle's center. |
AxisVector | Double | Input/output Double that specifies axis vector. |
Radius | Double | Output Double that specifies the radius of the circle. |