Mesh > Mesh Commands > CreateVertex

CreateVertex
Create an additional vertex in an imported mesh.
Syntax
model.mesh(<tag>).create(<ftag>,"CreateVertex");
model.mesh(<tag>).feature(<ftag>).set(property,<value>);
model.mesh(<tag>).feature(<ftag>).getType(property);
Description
Use model.mesh(<tag>).create(<ftag>,"CreateVertex") to create an additional vertex in the mesh point closest to a specified position.
The following properties are available:
See Also
Import