VehicleSpatialInformation#
- class ansys.stk.core.stkobjects.VehicleSpatialInformation#
Represents a spatial information of the vehicle.
Overview#
Return a spatial state of the vehicle at specified time. |
|
Return a collection of available intervals. |
Control whether to reuse the same spatial state object in subsequent calls to GetState. |
Import detail#
from ansys.stk.core.stkobjects import VehicleSpatialInformation
Property detail#
Method detail#
- VehicleSpatialInformation.get_state(self, time: Any) SpatialState #
Return a spatial state of the vehicle at specified time.
- Parameters:
time :
Any
- Returns:
SpatialState
- VehicleSpatialInformation.get_available_times(self) TimeIntervalCollectionReadOnly #
Return a collection of available intervals.
- Returns:
TimeIntervalCollectionReadOnly