IOrientationYPRAngles#

class ansys.stk.core.stkutil.IOrientationYPRAngles#

Bases: IOrientation

Interface for Yaw-Pitch Roll (YPR) Angles orientation system.

Overview#

sequence

YPR sequence. Must be set before Yaw,Pitch,Roll values. Otherwise the current Yaw,Pitch,Roll values will be converted to the Sequence specified.

yaw

Yaw angle. Uses Angle Dimension.

pitch

Pitch angle. Uses Angle Dimension.

roll

Roll angle. Uses Angle Dimension.

Import detail#

from ansys.stk.core.stkutil import IOrientationYPRAngles

Property detail#

property IOrientationYPRAngles.sequence: YPRAnglesSequence#

YPR sequence. Must be set before Yaw,Pitch,Roll values. Otherwise the current Yaw,Pitch,Roll values will be converted to the Sequence specified.

property IOrientationYPRAngles.yaw: Any#

Yaw angle. Uses Angle Dimension.

property IOrientationYPRAngles.pitch: Any#

Pitch angle. Uses Angle Dimension.

property IOrientationYPRAngles.roll: Any#

Roll angle. Uses Angle Dimension.