LogicalExpressionSelection
Combine selections of entities or objects using a logical expression.
Syntax
model.component(<ctag>).geom(<tag>).create(<ftag>,"LogicalExpressionSelection");
odel.component(<ctag>).geom(<tag>).feature().set(property,<value>);
model.component(<ctag>).geom(<tag>).feature().getType(property);
Description
For LogicalExpressionSelection, 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.
-1 | 0 | 1 | 2 | 3
The logical expression to use. It can contain parentheses and the ||, &&, and ! Boolean operators, operating on the tags of existing named geometry selections.
on | off
If the level is not Object, the allowed values are on | off. If the level is Object, the allowed values are all | obj | dom | bnd | edg | pnt | off.
If the level is not Object, the default value is on. If the level is Object, the default value is all in a component’s geometry, obj in a part, and dom in a work plane’s Plane Geometry.
See Selections of Geometric Entities for general information about selections.
See Also
AdjacentSelection, BallSelection, BoxSelection, CylinderSelection, Disk Selection, ExplicitSelection, UnionSelection, IntersectionSelection, DifferenceSelection, ComplementSelection