VehicleGraphics3DOrbitProximity#

class ansys.stk.core.stkobjects.VehicleGraphics3DOrbitProximity#

Bases: IVehicleGraphics3DProximity

Proximity graphics.

Overview#

geo_box

Get the parameters for a geostationary box, a planar rectangle centered at a fixed longitude in space and used to visually check that a GEO satellite stays within a certain area.

control_box

Get the parameters for a control box, defining a volume around the object that moves with the object.

bearing_box

Get the parameters for a bearing box, defining a volume, relative to a bearing from the North, around an object.

bearing_ellipse

Get the parameters for a bearing ellipse, defining an ellipse, relative to a bearing from the North, around the object.

line_of_bearing

Get the parameters for a line of bearing parameters drawn from an origin in the direction of a bearing.

uncertainty_area_label_swap_distance

Area of uncertainty label swap distance.

ellipsoid

Define the ellipsoid parameters.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DOrbitProximity

Property detail#

property VehicleGraphics3DOrbitProximity.geo_box: VehicleGraphics3DGeoBox#

Get the parameters for a geostationary box, a planar rectangle centered at a fixed longitude in space and used to visually check that a GEO satellite stays within a certain area.

property VehicleGraphics3DOrbitProximity.control_box: VehicleGraphics3DControlBox#

Get the parameters for a control box, defining a volume around the object that moves with the object.

property VehicleGraphics3DOrbitProximity.bearing_box: VehicleGraphics3DBearingBox#

Get the parameters for a bearing box, defining a volume, relative to a bearing from the North, around an object.

property VehicleGraphics3DOrbitProximity.bearing_ellipse: VehicleGraphics3DBearingEllipse#

Get the parameters for a bearing ellipse, defining an ellipse, relative to a bearing from the North, around the object.

property VehicleGraphics3DOrbitProximity.line_of_bearing: VehicleGraphics3DLineOfBearing#

Get the parameters for a line of bearing parameters drawn from an origin in the direction of a bearing.

property VehicleGraphics3DOrbitProximity.uncertainty_area_label_swap_distance: Graphics3DLabelSwapDistance#

Area of uncertainty label swap distance.

property VehicleGraphics3DOrbitProximity.ellipsoid: VehicleGraphics3DEllipsoid#

Define the ellipsoid parameters.