etdele#
- Mapdl.etdele(ityp1='', ityp2='', inc='', **kwargs)#
APDL Command: ETDELE
Deletes element types.
- Parameters:
- ityp1, ityp2, inc
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 theetcommand.
- 戻り値の型:
Examples
Create and delete an element type.
>>> mapdl.et(1, 'SOLID186') >>> mapdl.etdele(1)