If entities is an integer array of geometric entities in dimension 
dim, use the following syntax to select these entities
 
    
    Some features have more than one selection, for example sweep, where it is possible to specify 
source and 
destination faces. Use the following syntax to access these selections.
 
    To specify a named selection, <stag>, for the selection of the feature 
<ftag>, use
 
    
    For meshes that define their own geometric model, use the following methods to get hold of the tags <stag> for named selections. For more information, see 
Geometric Model. Both methods return empty string arrays if there are no named selections. Selections defined under Definitions cannot be used.
 
     model.component(<ctag>).mesh(<tag>).feature(<ftag>).outputSelection() returns the tags of named selections (selection output objects) that are defined.
 
     model.component(<ctag>).mesh(<tag>).feature(<ftag>).componentSelection() returns tags of the selection in 
model.selection() that are derived from the selections in the feature. If the sequence does not define the geometrical model of the component, 
componentSelection() returns an empty result. For more information about using named selections in the component, see the section 
Selections.