AttitudeProfileAlignedAndConstrained#
- class ansys.stk.core.stkobjects.AttitudeProfileAlignedAndConstrained#
Bases:
IVehicleAttitudeProfile
Aligned and Constrained attitude profile.
Overview#
Get the aligned vector pair. Vectors dependent on the satelliteβs body axes are invalid for this attitude profile; all other vectors are valid choices. |
|
Get the constrained vector pair. Vectors dependent on the satelliteβs body axes are invalid for this attitude profile; all other vectors are valid choices. |
|
Aligned vector type displayed on GUI. |
|
Constrained vector type displayed on GUI. |
Import detail#
from ansys.stk.core.stkobjects import AttitudeProfileAlignedAndConstrained
Property detail#
- property AttitudeProfileAlignedAndConstrained.aligned_vector: VehicleVector#
Get the aligned vector pair. Vectors dependent on the satelliteβs body axes are invalid for this attitude profile; all other vectors are valid choices.
- property AttitudeProfileAlignedAndConstrained.constrained_vector: VehicleVector#
Get the constrained vector pair. Vectors dependent on the satelliteβs body axes are invalid for this attitude profile; all other vectors are valid choices.
- property AttitudeProfileAlignedAndConstrained.displayed_aligned_vector_type: DirectionType#
Aligned vector type displayed on GUI.
- property AttitudeProfileAlignedAndConstrained.displayed_constrained_vector_type: DirectionType#
Constrained vector type displayed on GUI.