Report for components/embeds

Tekla Structures
Not version-specific
Tekla Structures
Environment
Not environment-specific
Question:
Some embeds are created as COMPONENTS and not as CONNECTIONS. This is shown when you inquire them. Is there any way to create report that will list the names and quantities of different embeds? I would like to have, for example, JPL 200*30  30pcs. I cannot select them as a connection and cannot report them as a connection. How to deal with such components?

Answer:
All standard embeds have class 100 for the members. You can report them in a normal assembly list which has a rule for class 100 in the assembly row.
if GetValue("CLASS") == 100 then
    Output()
else
    StepOver()
endif
Was this helpful?