Change the prefix in radial dimensions
This page was written for a different software version than you have currently selected.
|
Change the prefix in radial dimensions
Change the prefix in radial dimensions
You can change the dimension prefix in radial dimensions.
By default, the prefix of radial dimensions is R, for example, R 200.
- Close Tekla Structures
- Open the file dim_operation.ail located in ..\Tekla Structures\<version>\messages\.
- Change the prefix R to Radius:
string dim_operation_dim_radius_prefix{ ... entry = ("enu", "R ");};
string dim_operation_dim_radius_prefix{ ... entry = ("enu", "Radius ");};
- Save the changes and reopen Tekla Structures.