CreateEdges
Create edges in a component without geometry.
Syntax
model.component(<ctag>).mesh(<tag>).create(<ftag>,"CreateEdges");
model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection();
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.
You can specify the size distribution in four different ways: by specifying the number of elements only, by specifying the maximum element size, by specifying the element distribution explicitly, or by specifying the number of elements together with properties determining the distribution of the elements. The property type determines which of the four alternatives you want to use.
The following properties are available:
size | number | explicit | predefined
on | off
arithmetic | geometric
on | off
on | off
See Also
CreateDomains, CreateFaces, CreateVertices