MeshControlVertices Define mesh control vertices. Syntax model.geom(<tag>).create(<ftag>,"MeshControlVertices"); model.geom(<tag>).feature(<ftag>).selection(property); model.geom(<tag>).feature(<ftag>).set(property,<value>); model.geom(<tag>).feature(<ftag>).getType(property); Description Use model.geom(<tag>).create(<ftag>,"MeshControlVertices") to define mesh control vertices. Use model.geom(<tag>).feature(<ftag>).selection("input") to select the vertices to include. The default selection is empty. The feature removes the selected vertices that are isolated or that are adjacent to precisely two edges. The vertices are kept for mesh control. The following properties are available: Table 3-73: Valid Properties Name Value Default Description input Selection Vertices to include. See Also IgnoreVertices, MeshControlFaces, MeshControlEdges