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 the geostationary box. |
Opt whether to show the plane. |
|
Center longitude of the plane at the initial condition of the satellite at epoch. Uses Longitude Dimension. |
|
Angular length of the plane from North to South. Uses Angle Dimension. |
|
Angular length of the plane from East to West. Uses Angle Dimension. |
|
Get or set the radius from the center of the Earth to the center of the plane. Uses Distance Dimension. |
|
Color of the lines defining the plane. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DGeoBox
Property detail#
- 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.