How to get Braced girder (89) fields into report?

Tekla Structures
Not version-specific
Tekla Structures
Environment
Not environment-specific

Question:
We want to collect data from macro dialog and have it listed in a report.The image below shows the macro Braced Girder (89) with additional fields highlighted. Are these fields available for listing in reports?

Image
reporting_braced_girder_fields.png


Answer:
We do not have possibility to report macro fields, but these fields are saved for rebars as user-defined attributes. So you can get these to rebar reports with the following value field definitions:
  • GetValue("USERDEFINED.type")
  • GetValue("USERDEFINED.art_number")
  • GetValue("USERDEFINED.fabricator")
  • GetValue("USERDEFINED.WEIGHT_PER_UNIT")

These attributes are not available in Template Editor, but you just have to type them into the Select attribute [REBAR] dialog box.
 

Was this helpful?