VehicleGraphics3DGeoBox#

class ansys.stk.core.stkobjects.VehicleGraphics3DGeoBox#

Geostationary box, a fixed plane used to visually check that a GEO satellite stays within a certain area.

Overview#

reposition

Reposition the geostationary box.

show_graphics

Opt whether to show the plane.

longitude

Center longitude of the plane at the initial condition of the satellite at epoch. Uses Longitude Dimension.

north_south

Angular length of the plane from North to South. Uses Angle Dimension.

east_west

Angular length of the plane from East to West. Uses Angle Dimension.

radius

Get or set the radius from the center of the Earth to the center of the plane. Uses Distance Dimension.

color

Color of the lines defining the plane.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DGeoBox

Property detail#

property VehicleGraphics3DGeoBox.show_graphics: bool#

Opt whether to show the plane.

property VehicleGraphics3DGeoBox.longitude: float#

Center longitude of the plane at the initial condition of the satellite at epoch. Uses Longitude Dimension.

property VehicleGraphics3DGeoBox.north_south: float#

Angular length of the plane from North to South. Uses Angle Dimension.

property VehicleGraphics3DGeoBox.east_west: float#

Angular length of the plane from East to West. Uses Angle Dimension.

property VehicleGraphics3DGeoBox.radius: float#

Get or set the radius from the center of the Earth to the center of the plane. Uses Distance Dimension.

property VehicleGraphics3DGeoBox.color: Color#

Color of the lines defining the plane.

Method detail#

VehicleGraphics3DGeoBox.reposition(self) None#

Reposition the geostationary box.

Returns:

None