VehicleEllipseDataElement#
- class ansys.stk.core.stkobjects.VehicleEllipseDataElement#
Ground ellipse data.
Overview#
Time of the ellipse. Uses DateFormat Dimension. |
|
Opt whether to specify a custom position for the center of the ellipse. Otherwise the object’s center is used. |
|
Get or set the latitude of the center of the ellipse. Read-only unless you opt to specify a custom position. Uses Latitude Dimension. |
|
Get or set the longitude of the center of the ellipse. Read-only unless you opt to specify a custom position. Uses Longitude Dimension. |
|
Get or set the semimajor axis of the ellipse. Uses Distance Dimension. |
|
Get or set the semiminor axis of the ellipse. Uses Distance Dimension. |
|
Get or set the bearing of the ellipse: the angle, measured in an easterly direction, between the major axis and the local North direction. Uses Angle Dimension. |
Import detail#
from ansys.stk.core.stkobjects import VehicleEllipseDataElement
Property detail#
- property VehicleEllipseDataElement.custom_position: bool#
Opt whether to specify a custom position for the center of the ellipse. Otherwise the object’s center is used.
- property VehicleEllipseDataElement.latitude: Any#
Get or set the latitude of the center of the ellipse. Read-only unless you opt to specify a custom position. Uses Latitude Dimension.
- property VehicleEllipseDataElement.longitude: Any#
Get or set the longitude of the center of the ellipse. Read-only unless you opt to specify a custom position. Uses Longitude Dimension.
- property VehicleEllipseDataElement.semi_major_axis: float#
Get or set the semimajor axis of the ellipse. Uses Distance Dimension.