VehicleEllipseDataElement#

class ansys.stk.core.stkobjects.VehicleEllipseDataElement#

Ground ellipse data.

Overview#

time

Time of the ellipse. Uses DateFormat Dimension.

custom_position

Opt whether to specify a custom position for the center of the ellipse. Otherwise the object’s center is used.

latitude

Get or set the latitude of the center of the ellipse. Read-only unless you opt to specify a custom position. Uses Latitude Dimension.

longitude

Get or set the longitude of the center of the ellipse. Read-only unless you opt to specify a custom position. Uses Longitude Dimension.

semi_major_axis

Get or set the semimajor axis of the ellipse. Uses Distance Dimension.

semi_minor_axis

Get or set the semiminor axis of the ellipse. Uses Distance Dimension.

bearing

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.time: Any#

Time of the ellipse. Uses DateFormat Dimension.

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.

property VehicleEllipseDataElement.semi_minor_axis: float#

Get or set the semiminor axis of the ellipse. Uses Distance Dimension.

property VehicleEllipseDataElement.bearing: Any#

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.