cpdele#

Mapdl.cpdele(nset1='', nset2='', ninc='', nsel='', **kwargs)[source]#

Deletes coupled degree of freedom sets.

APDL Command: CPDELE

Parameters:
nset1, nset2, ninc

Delete coupled sets from NSET1 to NSET2 (defaults to NSET1) in steps of NINC (defaults to 1). If NSET1 = ALL, NSET2 and NINC are ignored and all coupled sets are deleted.

nsel

Additional node selection control:

ANY - Delete coupled set if any of the selected nodes are in the set (default).

ALL - Delete coupled set only if all of the selected nodes are in the set.

Notes

See the CP command for a method to delete individual nodes from a set.