VehicleSpatialInformation#

class ansys.stk.core.stkobjects.VehicleSpatialInformation#

Represents a spatial information of the vehicle.

Overview#

get_state

Return a spatial state of the vehicle at specified time.

get_available_times

Return a collection of available intervals.

recycle

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#

property VehicleSpatialInformation.recycle: bool#

Control whether to reuse the same spatial state object in subsequent calls to GetState.

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