Ellipse Row (Geometry Section)
Contains the x - and y -coordinates of the ellipse's center point and two points on the ellipse.
An Ellipse row contains the following cells.
Cell | Description |
---|---|
X |
The x -coordinate of the center point. |
Y |
The y -coordinate of the center point. |
A |
The x-coordinate of one point on the ellipse; paired with y -coordinate represented by the B cell. |
B |
The y -coordinate of one point on the ellipse; paired with x-coordinate represented by the A cell. |
C |
The x -coordinate of another point on the ellipse; paired with y -coordinate represented by the D cell. |
D |
The y -coordinate of another point on the ellipse; paired with y -coordinate represented by the C cell. |
Remarks
A geometry section that contains an Ellipse or an InfiniteLine row should not contain any other rows.