MESH_TEXT_LINE
Last modified by Adam Carlson on 2021/05/07 11:19
MESH_TEXT_LINE is used to set up macros to show text for the reinforcement mesh.

This variable can contain the following macros
| Macro | Description |
| $NA | Mesh definition name |
| $DE | Mesh definition description |
| $NR>1[] | If the number of meshes > 1 the text within [] is displayed, otherwise the text within [] is left out |
| $NR | Number of meshes |
| $D_L | Diameter longitudinal |
| $C_L | Spacing longitudinal |
| $Q_L | Quality longitudinal |
| $D_T | Diameter transversal |
| $C_T | Spacing transversal |
| $Q_T | Quality transversal |
| /P | Line break |
| %%c | Diameter sign |
This variable applies for both when "Display as" is set to "Line" as well as "Box + Line". Both these examples will be shown below.


Example of the IMPACT default setting:
| Variable | Type | Value |
|---|---|---|
| MESH_TEXT_LINE | 0 | $NR $NA |
"Line"

"Box + Line"

Example with a user default setting:
| Variable | Type | Value |
|---|---|---|
| MESH_TEXT_LINE | 0 | $NR>1[1+1 ]$NA |
"Line"

"Box + Line"
