**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
*nsetsevery nset which name matches exactly with one of the given names will be removed.
*bsetsidem for bsets.
*elsetsidem for elsets.
*ipsetsidem for ipsets.
*nsets_start_withevery nset which name starts with one of the given prefixes will be removed.
*bsets_start_withidem for bsets.
*elsets_start_withidem for elsets.
*ipsets_start_withidem for ipsets.
*null_setsall empty sets will be removed, i.e. sets not containing any items.
*do_alldelete all sets.