Selection (Dataset Attribute)
Add a selection to a dataset.
Syntax
model.result(<pgtag>).dataset(<dtag>).selection().geom(...);
model.result(<pgtag>).dataset(<dtag>).selection().set(...);
Description
Use selections to limit data in a dataset to a certain selection of geometric entities such as domains or boundaries.
See model.selection() for more information about selection.
Selection attributes can be added to solution, mesh, cut line, cut plane, shell, layered material, average, minimum, maximum, and integral dataset.