CoordinateTransformation#
- class ansys.acp.core.CoordinateTransformation(rotation_angle_x=0.0, rotation_angle_y=0.0, rotation_angle_z=0.0, translation_x=0.0, translation_y=0.0, translation_z=0.0)#
Defines a coordinate transformation via rotation angles and translations.
All angles are in degrees. The operations are performed in the following order:
Rotation about the x-axis
Rotation about the y-axis
Rotation about the z-axis
Translation
Methods
Attributes