CreateVertex
Create an additional vertex in an imported mesh.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"CreateVertex");
model.component(<ctag>).mesh(<tag>).feature(<ftag>).set(property,<value>);
model.component(<ctag>).mesh(<tag>).feature(<ftag>).getType(property);
Description
Use model.component(<ctag>).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