create#

isos.create() int#

Create a isosurface part with the currently defined attributes using the currently selected parts as parent parts.

The isosurface part is created using the currently selected parts as parents.
The isosurface part is created using the currently set isosurface attributes.
Examples:
ensight.isos.begin()
ensight.isos.variable("temperature")
ensight.isos.type("isovolume")
ensight.isos.constraint("band")
ensight.isos.min(1.)
ensight.isos.max(2.)
ensight.isos.end()
ensight.isos.create()
Returns:

zero on success, non-zero on error