JoinEntities
Join geometric entities of an imported mesh.
Syntax
model.component(
<ctag>
).mesh(
<tag>
).create(
<ftag>
,"JoinEntities");
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>
).get
Type
(
property
);
Description
Use
model.component(
<ctag>
).mesh(
<tag>
).create(
<ftag>
,"JoinEntities")
to join adjacent geometric entities of an imported 2D or 3D mesh.
Use
model.component(
<ctag>
).mesh(
<tag>
).feature(
<ftag>
).selection()
to specify geometric entities to join.
The following properties are available:
Table 4-23:
Available Properties.
Property
Value
Default
Description
joinadj
Boolean
true
Specifies if the operation joins lower dimensional adjacent entities.
See Also
Import
,
DeleteEntities