DeleteEntities
Delete geometric entities from an imported mesh.
Syntax
model.component(
<ctag>
).mesh(
<tag>
).create(
<ftag>
,"DeleteEntities");
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>
,"DeleteEntities")
to delete geometric entities from an imported 2D or 3D mesh.
Use
model.component(
<ctag>
).mesh(
<tag>
).feature(
<ftag>
).selection()
to specify geometric entities to delete.
The following property is available:
Table 4-34:
Available Property for DeleteEntities
Property
Value
Default
Description
deleteadj
Boolean
true
Specifies if the operation removes lower dimensional adjacent entities.
See Also
Import
,
JoinEntities