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, _parent_object=None, _pb_object=None, _attribute_path=None)#

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

Added in ACP server version 25.1.

Methods

Attributes