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 parametrizable, 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.
See Also
Contour