ansys.mapdl.core.Mapdl.cpdele#
- Mapdl.cpdele(nset1='', nset2='', ninc='', nsel='', **kwargs)#
Deletes coupled degree of freedom sets.
Mechanical APDL Command: CPDELE
- Parameters:
- nset1
str Delete coupled sets from
NSET1toNSET2(defaults toNSET1) in steps ofNINC(defaults to 1). IfNSET1= ALL,NSET2andNINCare ignored and all coupled sets are deleted.- nset2
str Delete coupled sets from
NSET1toNSET2(defaults toNSET1) in steps ofNINC(defaults to 1). IfNSET1= ALL,NSET2andNINCare ignored and all coupled sets are deleted.- ninc
str Delete coupled sets from
NSET1toNSET2(defaults toNSET1) in steps ofNINC(defaults to 1). IfNSET1= ALL,NSET2andNINCare ignored and all coupled sets are deleted.- nsel
str 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.
- nset1
Notes
See the cp command for a method to delete individual nodes from a set.