setr

   'setr' <set> 'n'|'e'|'p'|'l'|'la'|'ll'|'ls'|'ln'| ->
                's'|'b'|'L'|'S'|'v'|'se'|'sh'
                <name|*chars*> <name|*chars*> ..
This keyword is used to remove entities from a set (see also qrem. The entity will not be deleted. It is just not longer a member of that set. To remove entities from the set dummy type:

setr dummy p p1 p2

This will remove the points p1 and p2 from the set. The following entities are known: Nodes n, Elements e, Points p, Lines l, Surfaces s, Bodies b, Nurb Lines L, Nurb Surfaces S, Values v, other sets se and shapes sh. The program will automatically determine the type of the entities if not specified, but then the names must be unique. Wildcards (*) can be used to search for setnames of a certain expression.

The type of lines can be given with the second digit:

setr dummy ls all

This will remove only splines from set 'dummy'. Known are 'l' straight lines, 'a' arcs, 'n' nurbs, 's' splines.