Mesh > Mesh Commands > Point

Point
Create a point mesh.
Syntax
model.mesh(<tag>).create(<ftag>,"Point");
model.mesh(<tag>).feature(<ftag>).selection();
Description
Use model.mesh(<tag>).create(<ftag>,"Point") to mesh geometry vertices.
Use model.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