latt#
- Meshing.latt(mat='', real='', type_='', kb='', ke='', secnum='', **kwargs)#
Associates element attributes with the selected, unmeshed lines.
Mechanical APDL Command: LATT
- Parameters:
- mat
str Material number, real constant set number, and type number to be associated with selected, unmeshed lines.
- real
str Material number, real constant set number, and type number to be associated with selected, unmeshed lines.
- type_
str Material number, real constant set number, and type number to be associated with selected, unmeshed lines.
- kb
str Beginning and ending orientation keypoints to be associated with selected, unmeshed lines. Mechanical APDL uses the location of these keypoints to determine how to orient beam cross sections during beam meshing. Beam elements may be created along a line with a constant orientation by specifying only one orientation keypoint (
KB), or a pre-twisted beam may be created by selecting different orientation keypoints at each end of the line (KBandKE). (For a line bounded by two keypoints (KP1andKP2), the orientation vector at the beginning of the line extends fromKP1toKB, and the orientation vector at the end of the line extends fromKP2toKE. The orientation vectors are used to compute the orientation nodes of the elements.)- ke
str Beginning and ending orientation keypoints to be associated with selected, unmeshed lines. Mechanical APDL uses the location of these keypoints to determine how to orient beam cross sections during beam meshing. Beam elements may be created along a line with a constant orientation by specifying only one orientation keypoint (
KB), or a pre-twisted beam may be created by selecting different orientation keypoints at each end of the line (KBandKE). (For a line bounded by two keypoints (KP1andKP2), the orientation vector at the beginning of the line extends fromKP1toKB, and the orientation vector at the end of the line extends fromKP2toKE. The orientation vectors are used to compute the orientation nodes of the elements.)- secnum
str Section identifier to be associated with selected, unmeshed lines. For details, see the description of the sectype and secnum commands.
- mat
Notes
The element attributes specified by the latt command will be used when the lines are meshed.
Lines subsequently generated from the lines will also have the attributes specified by
MAT,REAL,TYPE, andSECNUM. If a line does not have these 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 secnum command settings.In contrast, the values specified by
KBandKEapply only to the selected lines; t hat is, lines subsequently generated from these lines will not share these attributes. Similarly, if a line does not haveKBandKEattributes associated with it via the latt command at the time it is meshed, Mechanical APDL cannot obtain the attributes from elsewhere. See the discussion on beam meshing in Meshing Your Solid Model in the Modeling and Meshing Guide for more information.Reissue the latt command (before lines are meshed) to change the attributes. A zero (or blank) argument removes the corresponding association. If any of the arguments are defined as -1, then that value will be left unchanged in the selected set.
In some cases, Mechanical APDL can proceed with a line meshing operation even when no logical element type has been assigned via latt,
TYPEor The type statement. See Meshing Your Solid Model in the Modeling and Meshing Guide for more information about setting element attributes.