kmesh#
- Meshing.kmesh(np1='', np2='', ninc='', **kwargs)#
Generates nodes and point elements at keypoints.
Mechanical APDL Command: KMESH
- Parameters:
- np1
str Mesh keypoints from
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL,NP2andNINCare ignored and all selected keypoints ( ksel ) are meshed. 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 Mesh keypoints from
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL,NP2andNINCare ignored and all selected keypoints ( ksel ) are meshed. 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 Mesh keypoints from
NP1toNP2(defaults toNP1) in steps ofNINC(defaults to 1). IfNP1= ALL,NP2andNINCare ignored and all selected keypoints ( ksel ) are meshed. 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
Missing nodes required for the generated elements are created and assigned the lowest available numbers.