LogicalExpression
Split geometric entities of an imported mesh by specifying a logical expression.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"LogicalExpression");
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
Use model.component(<ctag>).mesh(<tag>).create(<ftag>,"LogicalExpression") to split entities of an imported mesh by specifying an element set based on a logical expression.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection() to specify the geometric entities for which you want to define an element selection. If you do not specify the selection, the feature operates on the entire geometry.
The following properties are available:
Logical expression, where the valid variables are: x, y, and z; h and qual; and istri, isquad, istet, ispyr, isprism, ishex, and meshelement.
allvertices | somevertex
See Also
Import, Ball, Box, Cylinder, DetectFaces