You can access a named selection by model.geom(<gtag>).selection(<seltag>), where
<seltag> is the selection’s tag. Usually,
<seltag> is the same as the tag of the feature that created the selection, but derived selections of entities have a suffix
.dom,
.bnd,
.edg, or
.pnt.
Here, <trimmedseltag> is the selection’s tag without the suffix.
Each named selection of entities in the geometry sequence can also be used as a named selection on the finalized geometry. You can access this named selection by model.selection(<gtag>_<seltag>). However, if the selection was derived from a selection of whole objects, you access the corresponding selection on the finalized geometry by
model.selection(<gtag>_<trimmedseltag>_<lvl>), where
<lvl> is one of
dom,
bnd,
edg, or
pnt. Named selections on the finalized geometry are described in
model.selection().