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>).getType(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:
See Also
Import, JoinEntities