DeleteEntities Delete geometric entities from an imported mesh. Syntax model.mesh(<tag>).create(<ftag>,"DeleteEntities"); model.mesh(<tag>).feature(<ftag>).selection(); model.mesh(<tag>).feature(<ftag>).set(property,<value>); model.mesh(<tag>).feature(<ftag>).getType(property); Description Use model.mesh(<tag>).create(<ftag>,"DeleteEntities") to delete geometric entities from an imported 2D or 3D mesh. Use model.mesh(<tag>).feature(<ftag>).selection() to specify geometric entities to delete. The following properties are available: Table 4-27: Available Properties Property Value Default Description deleteadj Boolean true Specifies if the operation removes lower dimensional adjacent entities See Also Import, JoinEntities