VehicleSpatialInformation#
- class ansys.stk.core.stkobjects.VehicleSpatialInformation#
Represents a spatial information of the vehicle.
Overview#
Return a collection of available intervals. |
|
Return a spatial state of the vehicle at specified time. |
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_available_times(self) TimeIntervalCollectionReadOnly#
Return a collection of available intervals.
- Returns:
TimeIntervalCollectionReadOnly
- VehicleSpatialInformation.get_state(self, time: Any) SpatialState#
Return a spatial state of the vehicle at specified time.
- Parameters:
time :
Any- Returns:
SpatialState