type#
- isos.type(p0: str) int #
Set the isosurface part to represent a surface or a volume.
The default is isosurface.- Args:
- p0:
‘iso_type’
isosurface
isovolume
- Examples:
ensight.isos.begin() ensight.isos.variable("temperature") ensight.isos.value(1.1) 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