create_delta#

isos.create_delta(p0: float) int#

Specify delta between isosurface instances.

Requires the use of the isos: number_to_create <instances> command in conjunction with this command.
Args:
p0:

‘delta’ the delta value between multiple instances of an isosurface.

Examples:
ensight.isos.begin()
ensight.isos.variable("temperature")
ensight.isos.type("isosurface")
ensight.isos.create_delta(0.5)
ensight.isos.number_to_create(10)
ensight.isos.value(1.76)
ensight.isos.end()
ensight.isos.create()
Returns:

zero on success, non-zero on error