ansys.mapdl.core.Mapdl.etdele#
- Mapdl.etdele(ityp1='', ityp2='', inc='', **kwargs)#
Deletes element types.
Mechanical APDL Command: ETDELE
- Parameters:
- ityp1
str Deletes element types from
ITYP1toITYP2(defaults toITYP1) in steps ofINC(defaults to 1). IfITYP1= ALL,ITYP2andINCare ignored and all element types are deleted. Element types are defined with the et command.- ityp2
str Deletes element types from
ITYP1toITYP2(defaults toITYP1) in steps ofINC(defaults to 1). IfITYP1= ALL,ITYP2andINCare ignored and all element types are deleted. Element types are defined with the et command.- inc
str Deletes element types from
ITYP1toITYP2(defaults toITYP1) in steps ofINC(defaults to 1). IfITYP1= ALL,ITYP2andINCare ignored and all element types are deleted. Element types are defined with the et command.
- ityp1