CRA_Assembly.rotate_assembly

CRA_Assembly.rotate_assembly(o, axis, angle, is_rad=False)[source]

Rotate the entire assembly.

Parameters
  • o (list) – Rotation origin.

  • axis (list) – Rotation axis.

  • angle (float) – Rotation angle.

  • is_rad (bool, optional) – True: angle is radian. False: angle is degree.

Returns

None