ldele#
- Lines.ldele(nl1='', nl2='', ninc='', kswp='', **kwargs)#
Deletes unmeshed lines.
Mechanical APDL Command: LDELE
- Parameters:
- nl1
str Delete lines from
NL1toNL2(defaults toNL1) in steps ofNINC(defaults to 1). IfNL1= ALL,NL2andNINCare ignored and all selected lines ( lsel ) are deleted. IfNL1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNL1(NL2andNINCare ignored).- nl2
str Delete lines from
NL1toNL2(defaults toNL1) in steps ofNINC(defaults to 1). IfNL1= ALL,NL2andNINCare ignored and all selected lines ( lsel ) are deleted. IfNL1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNL1(NL2andNINCare ignored).- ninc
str Delete lines from
NL1toNL2(defaults toNL1) in steps ofNINC(defaults to 1). IfNL1= ALL,NL2andNINCare ignored and all selected lines ( lsel ) are deleted. IfNL1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNL1(NL2andNINCare ignored).- kswp
intorstr Specifies whether keypoints are also to be deleted:
0- Delete lines only.1- Delete lines, as well as keypoints attached to lines but not attached to other lines.
- nl1
Notes
A line attached to an area cannot be deleted unless the area is first deleted.