Contour (Dataset)
Create a contour dataset.
Syntax
model.result().dataset().create(<dtag>,"Contour");
model.result().dataset(<dtag>).set(property,<value>);
Description
model.result().dataset().create(<dtag>,"Contour") creates a contour dataset feature named <dtag>.
Contour lines are in general not parameterizable, and this limits the set of plots and transformations that can be applied to them.
The following properties are available:
none | dataset name
on | off
linpoint | harmonic | lintotal | lintotalavg | lintotalrms | lintotalpeak
number | levels
Round the contour level values, if levelmethod is set to number.
Unit of expr. If the old unit is not valid when the expression changes, the unit property is reset to default.
See Also
Contour (Plot)