IGreatArcVehicle#
- class ansys.stk.core.stkobjects.IGreatArcVehicle#
A base interface for all Great Arc Vehicles.
Overview#
Set the propagator type. |
|
Get a value indicating whether the specified type can be used. |
|
Set the type of attitude profile. |
|
Get a value indicating whether the specified type can be used. |
Get the propagator type. |
|
Return an array of valid choices. |
|
Get the route properties. |
|
Get the type of attitude profile. |
|
Return an array of valid choices. |
|
Get the attitude profile. |
|
Get the ground ellipses properties. |
|
Get the constraints imposed on the vehicle. |
|
Get the customized list of Eclipse Bodies, which are central bodies used in lighting computations. |
|
Opt whether to compute lighting using terrain data. |
|
Do not use this property, as it is deprecated. Use LightingMaxStepTerrain or LightingMaxStepCbShape as appropriate. The maximum step size to use when computing lighting when UseTerrainInLightingComputations is true. Uses Time Dimension. |
Import detail#
from ansys.stk.core.stkobjects import IGreatArcVehicle
Property detail#
- property IGreatArcVehicle.route_type: PropagatorType#
Get the propagator type.
- property IGreatArcVehicle.route: IPropagator#
Get the route properties.
- property IGreatArcVehicle.attitude_type: VehicleAttitude#
Get the type of attitude profile.
- property IGreatArcVehicle.attitude: IVehicleAttitude#
Get the attitude profile.
- property IGreatArcVehicle.ground_ellipses: VehicleGroundEllipsesCollection#
Get the ground ellipses properties.
- property IGreatArcVehicle.access_constraints: AccessConstraintCollection#
Get the constraints imposed on the vehicle.
- property IGreatArcVehicle.eclipse_bodies: VehicleEclipseBodies#
Get the customized list of Eclipse Bodies, which are central bodies used in lighting computations.
Method detail#
- IGreatArcVehicle.set_route_type(self, route: PropagatorType) None #
Set the propagator type.
- Parameters:
route :
PropagatorType
- Returns:
- IGreatArcVehicle.is_route_type_supported(self, route: PropagatorType) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
route :
PropagatorType
- Returns:
- IGreatArcVehicle.set_attitude_type(self, attitude: VehicleAttitude) None #
Set the type of attitude profile.
- Parameters:
attitude :
VehicleAttitude
- Returns:
- IGreatArcVehicle.is_attitude_type_supported(self, attitude: VehicleAttitude) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
attitude :
VehicleAttitude
- Returns: