MeshControlEdges
Define mesh control edges.
Syntax
model.component(<ctag>).geom(<tag>).create(<ftag>,"MeshControlEdges");
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>,"MeshControlEdges") to define mesh control edges.
Use model.component(<ctag>).geom(<tag>).feature(<ftag>).selection("input") to select the edges to include. The default selection is empty.
The feature removes the selected edges that are isolated, that are adjacent to precisely two faces (in 3D), or that are between two domains (in 2D). The edges are kept for mesh control.
The following properties are available:
Table 3-107: Valid Properties
on | off
Use includevtx to specify if the feature also removes the ignorable start and end vertices of the edge.
See Also
IgnoreEdges, MeshControlDomains, MeshControlFaces, MeshControlVertices