Vertex
Create a vertex mesh.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"Vertex");
model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection();
Description
Use model.component(<ctag>).mesh(<tag>).create(<ftag>,"Vertex") to mesh geometrical points.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection() to specify the point selection. If you do not specify any selection the feature creates a mesh on the remaining points.
See Also
Edge