VehicleGraphics2DPasses#
- class ansys.stk.core.stkobjects.VehicleGraphics2DPasses#
Settings for satellite pass display graphics.
Overview#
Pass display option: show all or those in a user-specified range. |
|
Get a value indicating whether the specified type can be used. |
Pass display option: show all or those in a user-specified range. |
|
Return an array of valid choices. |
|
Get the pass property. |
|
Get or set the visible sides option for the pass: ascending, descending, both or none. |
|
Opt whether to display pass numbers at the pass break locations in the 2D Graphics window. |
|
Opt whether to display path numbers within a repeating ground track sequence at the pass break locations in the 2D Graphics window. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics2DPasses
Property detail#
- property VehicleGraphics2DPasses.pass_type: VehicleGraphics2DPass#
Pass display option: show all or those in a user-specified range.
- property VehicleGraphics2DPasses.satellite_pass: IVehicleGraphics2DPass#
Get the pass property.
- property VehicleGraphics2DPasses.visible_sides: VehicleGraphics2DVisibleSideType#
Get or set the visible sides option for the pass: ascending, descending, both or none.
Method detail#
- VehicleGraphics2DPasses.set_pass_type(self, pass_type: VehicleGraphics2DPass) None #
Pass display option: show all or those in a user-specified range.
- Parameters:
pass_type :
VehicleGraphics2DPass
- Returns:
- VehicleGraphics2DPasses.is_pass_type_supported(self, pass_type: VehicleGraphics2DPass) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
pass_type :
VehicleGraphics2DPass
- Returns: