kplot#
- Mapdl.kplot(np1='', np2='', ninc='', lab='', *, graphics_backend=None, show_keypoint_numbering=True, **kwargs)#
Display the selected keypoints.
APDL Command: KPLOT
Note
PyMAPDL plotting commands with
graphics_backend=GraphicsBackend.PYVISTA
ignore any values set with thePNUM
command.- Parameters:
- np1, np2, ninc
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.
- lab
Determines what keypoints are plotted (one of the following):
(blank) - Plots all keypoints.
HPT - Plots only those keypoints that are hard points.
- graphics_backend
GraphicsBackend
,optional
Plot the currently selected lines using
ansys-tools-visualization_interface
.- show_keypoint_numberingbool,
optional
Display keypoint numbers when
graphics_backend=GraphicsBackend.PYVISTA
.
Notes
This command is valid in any processor.