Stud size and length lists are empty in my custom component

Tekla Structures
Not version-specific
Tekla Structures
binding
stud parameters
custom component
Environment
Not environment-specific
Question:
I have a custom component where I have defined the stud size, stud standard, and stud length, but in my custom component dialog box, the stud size and stud length lists are empty.

Answer:
The problem was in the naming of stud parameters. The stud parameters must have certain naming, otherwise they do not work:
These are the correct ones:
  • P12_size (not P12_diameter_size)
  • P12_standard (not P12_screwdin_standard)
  • P12_length (the name was already OK)
Also, you should remove the binding for the stud length parameter (P12_length) from the tree because it is not needed.
Image
how_to_fix_stud_CC.png
Was this helpful?