ansys.mapdl.core.Mapdl.aatt#
- Mapdl.aatt(mat='', real='', type_='', esys='', secn='', **kwargs)#
Associates element attributes with the selected, unmeshed areas.
Mechanical APDL Command: AATT
- Parameters:
- mat
str The material number to be associated with selected, unmeshed areas.
- real
str The real constant set number to be associated with selected, unmeshed areas.
- type_
str The type number to be associated with selected, unmeshed areas.
- esys
str The coordinate system number to be associated with selected, unmeshed areas.
- secn
str The section number to be associated with selected unmeshed areas.
- mat
Notes
Areas subsequently generated from the areas will also have these attributes. These element attributes will be used when the areas are meshed. If an area 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, esys, and secnum command settings. Reissue the aatt command (before areas are meshed) to change the attributes. A zero (or blank) argument removes the corresponding association. If any of the arguments
MAT,REAL,TYPE,ESYS, orSECNare defined as -1, then that value will be left unchanged in the selected set.In some cases, Mechanical APDL can proceed with an area meshing operation even when no logical element type has been assigned via aatt,
TYPEor The type statement. For more information, see the discussion on setting element attributes in Meshing Your Solid Model in the Modeling and Meshing Guide.