klist#
- Keypoints.klist(np1='', np2='', ninc='', lab='', **kwargs)#
Lists the defined keypoints or hard points.
Mechanical APDL Command: KLIST
- Parameters:
- np1
str List keypoints from
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL (default),NP2andNINCare ignored and all selected keypoints ( ksel ) are listed. 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 List keypoints from
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL (default),NP2andNINCare ignored and all selected keypoints ( ksel ) are listed. 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 List keypoints from
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL (default),NP2andNINCare ignored and all selected keypoints ( ksel ) are listed. 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).- lab
str Coordinate listing key:
(blank)- List all keypoint information.COORD- Suppress all but the keypoint coordinates (shown to a higher degree of accuracy than when displayed with all information).HPT- List only hard point information.
- np1
Notes
Lists keypoints in the active display coordinate system ( dsys ). An attribute (TYPE, MAT, REAL, or ESYS) listed as a zero is unassigned; one listed as a positive value indicates that the attribute was assigned with the katt command (and will not be reset to zero if the mesh is cleared); one listed as a negative value indicates that the attribute was assigned using the attribute pointer ( The type statement, mat, real, or esys ) that was active during meshing (and will be reset to zero if the mesh is cleared).
This command is valid in any processor.