IOrientationEulerAngles#

class ansys.stk.core.stkutil.IOrientationEulerAngles#

Bases: IOrientation

Interface for Euler Angles orientation method.

Overview#

sequence

Euler rotation sequence. Must be set before A,B,C values. Otherwise the current A,B,C values will be converted to the Sequence specified.

a

Euler A angle. Uses Angle Dimension.

b

Euler b angle. Uses Angle Dimension.

c

Euler C angle. Uses Angle Dimension.

Import detail#

from ansys.stk.core.stkutil import IOrientationEulerAngles

Property detail#

property IOrientationEulerAngles.sequence: EulerOrientationSequenceType#

Euler rotation sequence. Must be set before A,B,C values. Otherwise the current A,B,C values will be converted to the Sequence specified.

property IOrientationEulerAngles.a: Any#

Euler A angle. Uses Angle Dimension.

property IOrientationEulerAngles.b: Any#

Euler b angle. Uses Angle Dimension.

property IOrientationEulerAngles.c: Any#

Euler C angle. Uses Angle Dimension.