vatt#
- Meshing.vatt(mat='', real='', type_='', esys='', secnum='', **kwargs)#
Associates element attributes with the selected, unmeshed volumes.
Mechanical APDL Command: VATT
- Parameters:
- mat
str Material number, real constant set number, type number, coordinate system number, and section number to be associated with selected, unmeshed volumes.
- real
str Material number, real constant set number, type number, coordinate system number, and section number to be associated with selected, unmeshed volumes.
- type_
str Material number, real constant set number, type number, coordinate system number, and section number to be associated with selected, unmeshed volumes.
- esys
str Material number, real constant set number, type number, coordinate system number, and section number to be associated with selected, unmeshed volumes.
- secnum
str Material number, real constant set number, type number, coordinate system number, and section number to be associated with selected, unmeshed volumes.
- mat
Notes
These element attributes will be used when the volumes are meshed. If a volume 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 vatt command (before volumes are meshed) to change the attributes. A zero (or blank) argument removes the corresponding association.
If any of the arguments
MAT,REAL,TYPE,ESYSorSECNUMare defined as -1, then that value will be left unchanged in the selected set.In some cases, the program can proceed with a volume meshing operation even when no logical element type has been assigned via vatt,
TYPEor The type statement. For more information, see the discussion on setting element attributes in Meshing Your Solid Model of the Modeling and Meshing Guide.