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 |
---|---|
The x-coordinate of the center point. |
|
The y-coordinate of the center point. |
|
The x-coordinate of one point on the ellipse; paired with y-coordinate represented by the B cell. |
|
The y-coordinate of one point on the ellipse; paired with x-coordinate represented by the A cell. |
|
The x-coordinate of another point on the ellipse; paired with y-coordinate represented by the D cell. |
|
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.