Create a rule for symbol in Template Editor
2022
Tekla Structures
2021
Tekla Structures
2020
Tekla Structures
2023
Tekla Structures
2024
Tekla Structures
2025
Tekla Structures
2026
Tekla Structures
Environment
Not environment-specific
Inside the conditional statement, you can create a rule for the symbol with various data and string operations.
Below is an example of a rule that includes a symbol. Note that the symbol library and the symbol id must always be separated with @.
Below is an example of a rule that includes a symbol. Note that the symbol library and the symbol id must always be separated with @.
if GetValue("PROFILE_TYPE")=="I" then
"parts.sym@3"
else
"parts.sym@7"
endif