mpdele#
- Materials.mpdele(lab='', mat1='', mat2='', inc='', lchk='', **kwargs)#
Deletes linear material properties.
Mechanical APDL Command: MPDELE
- Parameters:
- lab
str Material property label (see mp command for valid labels). If ALL, delete properties for all applicable labels.
- mat1
str Delete materials from
MAT1toMAT2(defaults toMAT1) in steps ofINC(defaults to 1). IfMAT1= ALL,MAT2andINCare ignored and the properties for all materials are deleted.- mat2
str Delete materials from
MAT1toMAT2(defaults toMAT1) in steps ofINC(defaults to 1). IfMAT1= ALL,MAT2andINCare ignored and the properties for all materials are deleted.- inc
str Delete materials from
MAT1toMAT2(defaults toMAT1) in steps ofINC(defaults to 1). IfMAT1= ALL,MAT2andINCare ignored and the properties for all materials 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, Mechanical APDL 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.
- lab
Notes
This command is also valid in SOLUTION.
The
LCHKargument is valid only whenLab= ALL.