Create a rule for symbol in Template Editor

Tekla Structures
2022
Tekla Structures
2021
Tekla Structures
2020
Tekla Structures
2019i
Tekla Structures
2019
Tekla Structures
2018i
Tekla Structures
2018
Tekla Structures
2023
Tekla Structures
symbol rule
rule for symbol in Template
symbol
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 @.

if GetValue("PROFILE_TYPE")=="I" then
    "parts.sym@3"
else
    "parts.sym@7"
endif

Was this helpful?