begin#
- isos.begin() int #
Delimit the modifications for iso-surface attributes
These commands are used to set the attributes for a isosurface part creation.- Examples:
ensight.isos.begin() ensight.isos.variable("temperature") ensight.isos.value(1.1) ensight.isos.type("isosurface") ensight.isos.end() ensight.isos.create()
- Returns:
zero on success, non-zero on error