CreateVertices
Create vertices in a component without geometry.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"CreateVertices");
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>,"CreateVertices") to create additional vertices in a component without geometry.
The following properties are available:
See Also
CreateDomains, CreateEdges, CreateFaces