I am trying to make a component that prints a series of numbers as a contour plate in Tekla.
My problem is that I get evry number 20 times at each location.
Chears.
I am trying to make a component that prints a series of numbers as a contour plate in Tekla.
My problem is that I get evry number 20 times at each location.
Chears.
Hi Søren,
try flattening the UDA output.
The Attributes input expects a list of attribute strings, so if you feed it a tree the component will run multiple times creating those numbers on top of each other.
This will work even if you have multiple attributes for each component:
Cheers,
-b