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>
).get
Type
(
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:
Table 4-31:
Available Properties for CreateVertices
Property
Value
Default
Description
x
double[]
{}
x-coordinates.
y
double[]
{}
y-coordinates.
z
double[]
{}
z-coordinates (3D only).
relsnaptol
double
0.001
The snapping tolerance relative to diameter of the mesh bounding box diameter.
See Also
CreateDomains
,
CreateEdges
,
CreateFaces