etdele#
- Mapdl.etdele(ityp1='', ityp2='', inc='', **kwargs)#
APDL Command: ETDELE
Deletes element types.
- Parameters:
- ityp1, ityp2, inc
Deletes element types from
ityp1
toityp2
(defaults toityp1
) in steps ofinc
(defaults to 1). Ifityp1='ALL'
,ityp2
andinc
are ignored and all element types are deleted. Element types are defined with theet
command.
- Return type:
Examples
Create and delete an element type.
>>> mapdl.et(1, 'SOLID186') >>> mapdl.etdele(1)