MeshControlFaces
Define mesh control faces.
Syntax
model.component(<ctag>).geom(<tag>).create(<ftag>,"MeshControlFaces");
model.component(<ctag>).geom(<tag>).feature(<ftag>).selection(property);
model.component(<ctag>).geom(<tag>).feature(<ftag>).set(property,<value>);
model.component(<ctag>).geom(<tag>).feature(<ftag>).getType(property);
Description
Use model.component(<ctag>).geom(<tag>).create(<ftag>,"MeshControlFaces") to define mesh control faces in 3D.
Use model.component(<ctag>).geom(<tag>).feature(<ftag>).selection("input") to select the faces to include. The default selection is empty.
The feature removes the selected faces that are isolated or that are between two domains. The faces are kept for mesh control.
The following properties are available:
Table 3-108: Valid Properties
on | off
Use includeadj to specify if the feature also includes the ignorable edges and vertices on the boundary of each resulting composite domain.
See Also
IgnoreFaces, MeshControlDomains, MeshControlEdges, MeshControlVertices