kplot#

Keypoints.kplot(np1='', np2='', ninc='', lab='', **kwargs)#

Displays the selected keypoints.

Mechanical APDL Command: KPLOT

Parameters:
np1str

Display keypoints from NP1 to NP2 (defaults to NP1 ) in steps of NINC (defaults to 1). If NP1 = ALL (default), NP2 and NINC are ignored and all selected keypoints ( ksel ) are displayed.

np2str

Display keypoints from NP1 to NP2 (defaults to NP1 ) in steps of NINC (defaults to 1). If NP1 = ALL (default), NP2 and NINC are ignored and all selected keypoints ( ksel ) are displayed.

nincstr

Display keypoints from NP1 to NP2 (defaults to NP1 ) in steps of NINC (defaults to 1). If NP1 = ALL (default), NP2 and NINC are ignored and all selected keypoints ( ksel ) are displayed.

labstr

Determines what keypoints are plotted (one of the following):

  • (blank) - Plots all keypoints.

  • HPT - Plots only those keypoints that are hard points.

Notes

This command is valid in any processor.