Contour plate multiplies in Tekla

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.

image

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:
image

Cheers,

-b

1 Like

And that did Indeed Work :slight_smile:

THX

1 Like