ansys.mapdl.core.Mapdl.kdele#
- Mapdl.kdele(np1='', np2='', ninc='', **kwargs)#
Deletes unmeshed keypoints.
Mechanical APDL Command: KDELE
- Parameters:
- np1
str Delete keypoints from
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL,NP2andNINCare ignored and all selected keypoints ( ksel ) are deleted. IfNP1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNP1(NP2andNINCare ignored).- np2
str Delete keypoints from
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL,NP2andNINCare ignored and all selected keypoints ( ksel ) are deleted. IfNP1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNP1(NP2andNINCare ignored).- ninc
str Delete keypoints from
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL,NP2andNINCare ignored and all selected keypoints ( ksel ) are deleted. IfNP1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNP1(NP2andNINCare ignored).
- np1
Notes
Deletes selected keypoints. A keypoint attached to a line cannot be deleted unless the line is first deleted.