**remove_set#

Description#

This command is used to delete unwanted sets from the active mesh. In contrast to the **delete_elset command (see delete_elset ), this command only delete the given sets while mesh entities that make up these sets are kept.

Syntax#

The command has the following syntax:

**remove_set \(~\,\) *nsets nset-list \(~\,\) *bsets bset-list \(~\,\) *elsets elset-list \(~\,\) *ipsets ipset-list \(~\,\) *nsets_start_with nset-prefix-list \(~\,\) *bsets_start_with bset-prefix-list \(~\,\) *elsets_start_with elset-prefix-list \(~\,\) *ipsets_start_with ipset-prefix-list \(~\,\) *null_sets \(~\,\) *do_all

*nsets

every nset which name matches exactly with one of the given names will be removed.

*bsets

idem for bsets.

*elsets

idem for elsets.

*ipsets

idem for ipsets.

*nsets_start_with

every nset which name starts with one of the given prefixes will be removed.

*bsets_start_with

idem for bsets.

*elsets_start_with

idem for elsets.

*ipsets_start_with

idem for ipsets.

*null_sets

all empty sets will be removed, i.e. sets not containing any items.

*do_all

delete all sets.