ansys.mapdl.core.Mapdl.kdele#

Mapdl.kdele(np1='', np2='', ninc='', **kwargs)#

Deletes unmeshed keypoints.

Mechanical APDL Command: KDELE

Parameters:
np1str

Delete keypoints from NP1 to NP2 (defaults to NP1 ) in steps of NINC (defaults to 1). If NP1 = ALL, NP2 and NINC are ignored and all selected keypoints ( ksel ) are deleted. If NP1 = 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 NP1 ( NP2 and NINC are ignored).

np2str

Delete keypoints from NP1 to NP2 (defaults to NP1 ) in steps of NINC (defaults to 1). If NP1 = ALL, NP2 and NINC are ignored and all selected keypoints ( ksel ) are deleted. If NP1 = 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 NP1 ( NP2 and NINC are ignored).

nincstr

Delete keypoints from NP1 to NP2 (defaults to NP1 ) in steps of NINC (defaults to 1). If NP1 = ALL, NP2 and NINC are ignored and all selected keypoints ( ksel ) are deleted. If NP1 = 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 NP1 ( NP2 and NINC are ignored).

Notes

Deletes selected keypoints. A keypoint attached to a line cannot be deleted unless the line is first deleted.