ansys.mapdl.core.Mapdl.rdele#
- Mapdl.rdele(nset1='', nset2='', ninc='', lchk='', **kwargs)#
Deletes real constant sets.
Mechanical APDL Command: RDELE
- Parameters:
- nset1
str Delete real constant sets from
NSET1toNSET2(defaults toNSET1) in steps ofNINC(defaults to 1). IfNSET1= ALL, ignoreNSET2andNINCand all real constant sets are deleted.- nset2
str Delete real constant sets from
NSET1toNSET2(defaults toNSET1) in steps ofNINC(defaults to 1). IfNSET1= ALL, ignoreNSET2andNINCand all real constant sets are deleted.- ninc
str Delete real constant sets from
NSET1toNSET2(defaults toNSET1) in steps ofNINC(defaults to 1). IfNSET1= ALL, ignoreNSET2andNINCand all real constant sets are deleted.- lchk
str Specifies the level of element-associativity checking:
NOCHECK- No element-associativity check occurs. This option is the default.WARN- When a section, material, or real constant is associated with an element, the program issues a message warning that the necessary entity has been deleted.CHECK- The command terminates, and no section, material, or real constant is deleted if it is associated with an element.
- nset1
Notes
Deletes real constant sets defined with the r command.
This command is also valid in SOLUTION.