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.