SpatialState#
- class ansys.stk.core.stkobjects.SpatialState#
Represents a position and an attitude of an object.
Overview#
Return a velocity of the vehicle in central body fixed frame. |
|
Return a velocity of the vehicle in central body inertial frame. |
Return a position of the vehicle in central body fixed frame. |
|
Return a position of the vehicle in central body inertial frame. |
|
Return an attitude of the vehicle in central body inertial frame. |
|
Return an attitude of the vehicle in central body fixed frame. |
|
Return the current time. |
|
Return a name of the central body. |
|
Return the start time. |
|
Return the stop time. |
|
Return whether the spatial state is valid. |
Import detail#
from ansys.stk.core.stkobjects import SpatialState
Property detail#
- property SpatialState.fixed_position: IPosition#
Return a position of the vehicle in central body fixed frame.
- property SpatialState.inertial_position: IPosition#
Return a position of the vehicle in central body inertial frame.
- property SpatialState.inertial_orientation: IOrientation#
Return an attitude of the vehicle in central body inertial frame.
- property SpatialState.fixed_orientation: IOrientation#
Return an attitude of the vehicle in central body fixed frame.