VehicleVector#

class ansys.stk.core.stkobjects.VehicleVector#

Aligned and Constrained attitude profile.

Overview#

body

Get the body-fixed vector that is aligned or constrained with respect to the reference vector.

reference_vector

Get or set the reference vector with respect to which the body-fixed vector is aligned or constrained.

available_reference_vectors

Return the available reference vectors.

Import detail#

from ansys.stk.core.stkobjects import VehicleVector

Property detail#

property VehicleVector.body: IDirection#

Get the body-fixed vector that is aligned or constrained with respect to the reference vector.

property VehicleVector.reference_vector: str#

Get or set the reference vector with respect to which the body-fixed vector is aligned or constrained.

property VehicleVector.available_reference_vectors: list#

Return the available reference vectors.