edele#

Elements.edele(iel1='', iel2='', inc='', **kwargs)#

Deletes selected elements from the model.

Mechanical APDL Command: EDELE

Parameters:
iel1str

Delete elements from IEL1 to IEL2 (defaults to IEL1 ) in steps of INC (defaults to 1). If IEL1 = ALL, IEL2 and INC are ignored and all selected elements ( esel ) are deleted. If IEL1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted for IEL1 ( IEL2 and INC are ignored).

iel2str

Delete elements from IEL1 to IEL2 (defaults to IEL1 ) in steps of INC (defaults to 1). If IEL1 = ALL, IEL2 and INC are ignored and all selected elements ( esel ) are deleted. If IEL1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted for IEL1 ( IEL2 and INC are ignored).

incstr

Delete elements from IEL1 to IEL2 (defaults to IEL1 ) in steps of INC (defaults to 1). If IEL1 = ALL, IEL2 and INC are ignored and all selected elements ( esel ) are deleted. If IEL1 = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted for IEL1 ( IEL2 and INC are ignored).

Notes

Deleted elements are replaced by null or “blank” elements. Null elements are used only for retaining the element numbers so that the element numbering sequence for the rest of the model is not changed by deleting elements. Null elements may be removed (although this is not necessary) with the numcmp command. If related element data (pressures, etc.) are also to be deleted, delete that data before deleting the elements. edele is for unattached elements only. You can use the xCLEAR family of commands to remove any attached elements from the database.