type#

frame.type(p0: str) int#

Set the coordinate system type for the frame.

Args:
p0:

‘coord_system’

  • rectangular

  • cylindrical

  • spherical

Examples:
ensight.frame.select_begin(1)
ensight.frame.type("cylindrical")
Returns:

zero on success, non-zero on error