change_cs_mode#

CoordinateSystem.change_cs_mode(mode_type=0)[source]#

Change the mode of the coordinate system.

Parameters:
mode_typeint, optional

Type of the mode. Options are:

  • 0 - Axis/Position

  • 1 - Euler Angle ZXZ

  • 2 - Euler Angle ZYZ

The default is 0.

Returns:
bool

True when successful, False when failed.