interactive_auto_delta#
- isos.interactive_auto_delta(p0: float) int #
Set the isosurface animation delta for use when surface is set to interactive mode via “isos: interactive_type auto/auto_cycle”.
The currently selected part must be an isosurface part. Not used for isovolume parts.- Args:
- p0:
‘delta’ delta value that will be added to the isosurface value for each refresh of the screen
- Examples:
ensight.part.select_begin(3) ensight.isos.interactive_type("auto") ensight.isos.interactive_rangemin(0.) ensight.isos.interactive_rangemax(5.) ensight.isos.interactive_auto_delta(.5)
- Returns:
zero on success, non-zero on error