ansys.mapdl.core.Mapdl.etlist#
- Mapdl.etlist(ityp1='', ityp2='', inc='', **kwargs)#
Lists currently defined element types.
Mechanical APDL Command: ETLIST
- Parameters:
- ityp1
str Lists element types from
ITYP1toITYP2(defaults toITYP1) in steps ofINC(defaults to 1). IfITYP1= ALL (default),ITYP2andINCare ignored and all element types are listed.- ityp2
str Lists element types from
ITYP1toITYP2(defaults toITYP1) in steps ofINC(defaults to 1). IfITYP1= ALL (default),ITYP2andINCare ignored and all element types are listed.- inc
str Lists element types from
ITYP1toITYP2(defaults toITYP1) in steps ofINC(defaults to 1). IfITYP1= ALL (default),ITYP2andINCare ignored and all element types are listed.
- ityp1
Notes
This command is valid in any processor.