AttitudeStandardBasic#
- class ansys.stk.core.stkobjects.AttitudeStandardBasic#
Basic attitude profile.
Overview#
Set basic attitude profile type. |
|
Get a value indicating whether the specified type can be used. |
Get basic attitude profile type. |
|
Return an array of valid choices. |
|
Return the profile interface. |
Import detail#
from ansys.stk.core.stkobjects import AttitudeStandardBasic
Property detail#
- property AttitudeStandardBasic.profile_type: AttitudeProfile#
Get basic attitude profile type.
- property AttitudeStandardBasic.profile: IVehicleAttitudeProfile#
Return the profile interface.
Method detail#
- AttitudeStandardBasic.set_profile_type(self, profile: AttitudeProfile) None #
Set basic attitude profile type.
- Parameters:
profile :
AttitudeProfile
- Returns:
- AttitudeStandardBasic.is_profile_type_supported(self, profile: AttitudeProfile) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
profile :
AttitudeProfile
- Returns: