kfill#
- Keypoints.kfill(np1='', np2='', nfill='', nstrt='', ninc='', space='', **kwargs)#
Generates keypoints between two keypoints.
Mechanical APDL Command: KFILL
- Parameters:
- np1
str Beginning and ending keypoints for fill-in.
NP1defaults to next to last keypoint specified,NP2defaults to last keypoint specified. IfNP1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).- np2
str Beginning and ending keypoints for fill-in.
NP1defaults to next to last keypoint specified,NP2defaults to last keypoint specified. IfNP1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI).- nfill
str Fill
NFILLkeypoints betweenNP1andNP2(defaults to |NP2-NP1|-1).NFILLmust be positive.- nstrt
str Keypoint number assigned to first filled-in keypoint (defaults to
NP1+NINC).- ninc
str Add this increment to each of the remaining filled-in keypoint numbers (may be positive or negative). Defaults to (
NP2-NP1)/(NFILL+ 1), that is, linear interpolation.- space
str Spacing ratio. Ratio of last division size to first division size. If > 1.0, divisions increase. If < 1.0, divisions decrease. Ratio defaults to 1.0 (uniform spacing).
- np1
Notes
Generates keypoints (in the active coordinate system) between two existing keypoints. The two keypoints may have been defined in any coordinate system. However, solid modeling in a toroidal coordinate system is not recommended. Any number of keypoints may be filled in and any keypoint numbering sequence may be assigned.