auto_load_parts#
- prefs.auto_load_parts(p0: str) int #
Allows you to have EnSight automatically load parts when the data file is read.
- Args:
- p0:
‘method’
Must be one of:
all
none
- Examples:
ensight.prefs.starting_time_step("last") ensight.prefs.auto_load_parts("all") ensight.data.binary_files_are("big_endian") ensight.data.format("case") ensight.data.path("/usr/tmp") ensight.data.geometry("car_crash.case") ensight.data.read()
- Returns:
zero on success, non-zero on error