CreateEdges
Create edges in a mesh that defines its own geometric model.
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>,"CreateEdges") to create additional edges in a mesh that defines its own geometric model. For more information, see Geometric Model.
Choose between creating new meshed edges between vertices or converting existing mesh edges into edge elements. In the general case, converting mesh edges is most easily done by clicking in the Graphics window, as the midpoint coordinates must be exact.
When specifying start/end vertices, 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:
vertices | meshedge
size | number | explicit | predefined
Size distribution type when edgespec is vertices.
on | off
on | off
arithmetic | geometric
on | off
on | off
on | off
See Also
CreateDomains, CreateFaces, CreateVertices