EllipseFull.PutEllipseFullData Method
Parent Object: EllipseFullDescription
Method that sets the data defining this ellipse.
Syntax
EllipseFull.PutEllipseFullData( Center() As Double, AxisVector() As Double, MajorAxis() As Double, MinorMajorRatio As Double )Parameters
Name | Type | Description |
Center | Double | Input/output Double that specifies the entity's center. |
AxisVector | Double | Input/output Double that specifies axis vector. |
MajorAxis | Double | Input/output Double that specifies major axis. |
MinorMajorRatio | Double | Input Double that specifies the ratio of the minor and major axes of the ellipse. |