ExplicitSelection
To create a named selection for individual geometric entities on the geometric entity level chosen. Supported for meshes that define their own geometric model.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"ExplicitSelection");
model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection();
model.component(<ctag>).mesh(<tag>).feature(<ftag>).set(property,<value>);
model.component(<ctag>).mesh(<tag>).feature(<ftag>).getType(property);
Description
Supported for meshes that define their own geometric model, such as imported meshes. For more information, see Geometric Model.
Use model.component(<ctag>).mesh(<tag>).create(<ftag>,"ExplicitSelection") to create a named selection for one or more entities.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection() to specify the input entities for the selection.
The following properties are available:
on | off
none | custom | integer between 1 and the number of colors in the current theme
The color to use. Active when color is set to custom.
on | off
For more information, see the section Selections.
See Also
AdjacentSelection