ansys.mapdl.core.Mapdl.katt#
- Mapdl.katt(mat='', real='', type_='', esys='', **kwargs)#
Associates attributes with the selected, unmeshed keypoints.
Mechanical APDL Command: KATT
- Parameters:
- mat
str Material number, real constant set number, type number, and coordinate system number to be associated with selected, unmeshed keypoints.
- real
str Material number, real constant set number, type number, and coordinate system number to be associated with selected, unmeshed keypoints.
- type_
str Material number, real constant set number, type number, and coordinate system number to be associated with selected, unmeshed keypoints.
- esys
str Material number, real constant set number, type number, and coordinate system number to be associated with selected, unmeshed keypoints.
- mat
Notes
Keypoints subsequently generated from the keypoints will also have these attributes. These element attributes will be used when the keypoints are meshed. If a keypoint does not have attributes associated with it (by this command) at the time it is meshed, the attributes are obtained from the then current mat, real, The type statement, and esys command settings. Reissue the katt command (before keypoints are meshed) to change the attributes. A zero (or blank) argument removes the corresponding association.
If any of the arguments
MAT,REAL,TYPE, orESYSare defined as -1, then that value will be left unchanged in the selected set.In some cases, Mechanical APDL can proceed with a keypoint meshing operation even when no logical element type has been assigned via katt,
TYPEor The type statement. For more information, see the discussion on setting element attributes in Meshing Your Solid Model eshing Your Solid Model in the Modeling and Meshing Guide.