kclear#
- Meshing.kclear(np1='', np2='', ninc='', **kwargs)#
Deletes nodes and point elements associated with selected keypoints.
Mechanical APDL Command: KCLEAR
- Parameters:
- np1
str Delete mesh for keypoints
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL,NP2andNINCare ignored and the mesh for all selected keypoints ( ksel ) is deleted. 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.- np2
str Delete mesh for keypoints
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL,NP2andNINCare ignored and the mesh for all selected keypoints ( ksel ) is deleted. 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.- ninc
str Delete mesh for keypoints
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL,NP2andNINCare ignored and the mesh for all selected keypoints ( ksel ) is deleted. 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.
- np1
Notes
Deletes all nodes and point elements associated with selected keypoints (regardless of whether the nodes or elements are selected). Nodes associated with non-point elements will not be deleted. Attributes assigned as a result of katt are maintained. In the program’s response to the command, if a keypoint is tallied as cleared, it means either its node or element reference was deleted.