AdjacentSelection
Define a selection of entities that are adjacent to a specified selection.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"AdjacentSelection");
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>,"AdjacentSelection") 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. For information about specifying a named selection as input, see Selections.
The following properties are available:
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
on | off
on | off
0 | 1 | 2 | 3
on | off
See Also
ExplicitSelection