Results > Solution Selection > Average, Integral, Maximum, Minimum

Average, Integral, Maximum, Minimum
Create average. integral, maximum, and minimum evaluation data sets.
Syntax
model.result().dataset().create(<dtag>,"Average");
model.result().dataset().create(<dtag>,"Integral");
model.result().dataset().create(<dtag>,"Maximum");
model.result().dataset().create(<dtag>,"Minimum");
model.result().dataset(<dtag>).set(property, <value>);
model.result().dataset(<dtag>).selection(...);
Description
model.result().dataset().create(<dtag>,"Average") creates a data set named <dtag> that computes the average of another data set.
model.result().dataset().create(<dtag>,"Integral") creates a data set named <dtag> that computes the integral of another data set.
model.result().dataset().create(<dtag>,"Maximum") creates a data set named <dtag> that computes the maximum of another data set.
model.result().dataset().create(<dtag>,"Minimum") creates a data set named <dtag> that computes the minimum of another data set.
model.result().dataset(<dtag>).selection() returns the selection of the geometry for the data set, which by default is the selected geometry in the data set that this data set refers to. See Selections for more information about the available selection methods.
model.result().dataset(<dtag>).set(property,<value>) sets the value of a property of the data set.
The following properties are available:
none | data set name
fromdataset | volume | surface | edge | point
The description of the expression in expr. Is used in the automatic title.
on | off
linpoint | harmonic | lintotal | lintotalavg | lintotalrms | lintotalpeak
The following properties are available:
auto | integration | summation
on | off