MergeVertices
Merge two vertices.
Syntax
model.component(<ctag>).geom(<tag>).create(<ftag>,"MergeVertices");
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>,"MergeVertices") to merge two vertices.
Use model.component(<ctag>).geom(<tag>).feature(<ftag>).selection("keepvtx") to select the vertex to keep. The default selection is empty.
Use model.component(<ctag>).geom(<tag>).feature(<ftag>).selection("removevtx") to select the vertex to remove. The default selection is empty.
The feature merges the two vertices by collapsing the edge between the vertices and reconnecting the edges adjacent to the removed vertex to the resulting merged vertex.
The output object is a virtual geometry.
The following properties are available:
Table 3-70: Valid Properties
See Also
CollapseEdges