kplot#
- Keypoints.kplot(np1='', np2='', ninc='', lab='', **kwargs)#
Displays the selected keypoints.
Mechanical APDL Command: KPLOT
- Parameters:
- np1
str Display keypoints from
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL (default),NP2andNINCare ignored and all selected keypoints ( ksel ) are displayed.- np2
str Display keypoints from
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL (default),NP2andNINCare ignored and all selected keypoints ( ksel ) are displayed.- ninc
str Display keypoints from
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL (default),NP2andNINCare ignored and all selected keypoints ( ksel ) are displayed.- lab
str Determines what keypoints are plotted (one of the following):
(blank)- Plots all keypoints.HPT- Plots only those keypoints that are hard points.
- np1
Notes
This command is valid in any processor.