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>
).get
Type
(
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:
Table 4-21:
Available Properties
Property
Value
Default
Description
x
double
0
x-coordinate.
y
double
0
y-coordinate.
z
double
0
z-coordinate.
See Also
Import