number_to_create#

isos.number_to_create(p0: int) int#

Specify the number of instances of an isosurface to create.

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

‘instances’ number of instances to create.

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