change_cs_mode# CoordinateSystem.change_cs_mode(mode_type=0)[source]# Change the mode of the coordinate system. Parameters: mode_typeint, optionalType of the mode. Options are: 0 - Axis/Position 1 - Euler Angle ZXZ 2 - Euler Angle ZYZ The default is 0. Returns: boolTrue when successful, False when failed.