matflow.param_classes.orientations.EulerDefinition#

class matflow.param_classes.orientations.EulerDefinition(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: _EulerDefinition, Enum

How to apply Euler angles.

Methods

Attributes

BUNGE

Convention typically used in crystallography.

value

The index of the enumeration value.

rotation_order

The order to apply Euler rotations.

BUNGE = 0#

Convention typically used in crystallography.

rotation_order: str#

The order to apply Euler rotations.

property value: int#

The index of the enumeration value.