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-37:
Available Property for DeleteEntities.
Property
Value
Default
Description
unmesheddom
Boolean
false
Specifies whether to remove domain elements, while keeping the domains as unmeshed as well as keeping adjacent meshed boundaries. Only available in 3D and only valid when dimension of the selection is 3.
deleteadj
Boolean
true
Specifies if the operation removes lower dimensional adjacent entities. Ignored if
unmesheddom
is valid and set to
true
See Also
Import
,
JoinEntities