Circle.PutCircleData Method
Parent Object: CircleDescription
Method that sets the data defining this circle.
Syntax
Circle.PutCircleData( 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 | Input Double that specifies the radius of the circle. |