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:

  1. Rotation about the x-axis

  2. Rotation about the y-axis

  3. Rotation about the z-axis

  4. Translation

Methods

Attributes