Isosurface (Dataset)
Create an isosurface dataset.
Syntax
model.result().dataset().create(<dtag>,"Isosurface");
model.result().dataset(<dtag>).set(property, <value>);
Description
model.result().dataset().create(<dtag>,"Isosurface") creates an isosurface dataset feature named <dtag>.
The following properties are available:
none | dataset name
on | off
linpoint | harmonic | lintotal | lintotalavg | lintotalrms | lintotalpeak
number | levels
Round the isosurface level values, if levelmethod is set to number.
See Also
Isosurface (Plot)