DWGDIMPLANPLACING
Last modified by superadmin on 2021/05/04 17:08
Sets the placing order for the dimension lines by typing a number followed by a semicolon and the next number. That will give the order of the dimension lines.
This variable is made up of numbers where each dimension lines is represented by a number as follows:
- Opening size and location within elevation = 1
- Wall size and gap = 2
- Columns = 4
- Opening size and location within walls = 8
- Total = 16
For example, if you want the following order for your dimension lines "Opening size and location within elevation = 1" & "Total = 16" the variable should be set to 1;16.
Example of the IMPACT default setting:
Variable | Type | Value |
---|---|---|
DWGDIMPLANPLACING | 0 | 16;4;2;1;8 |
Example with a user default setting:
Variable | Type | Value |
---|---|---|
DWGDIMPLANPLACING | 0 | 1;16 |