Individual rebar property for Tapered Rebar Group

Tekla Structures rebar list varying tapered bar mark report BBS tapered group varying range
Not version-specific
Tekla Structures
Environment
Not environment-specific
Attachments

Question:

How to list individual rebar property for Tapered Rebar Group?

Answer
1) In Template Editor, create Row with Content Type “Single Rebar” instead of “Rebar” as shown in the below image.

 

 

Image
1.png

 


2) Create value field with the attribute “REBAR_POS” and with “SUB_ID”

GetValue(REBAR.REBAR_POS”)+”-“+GetValue(“SUB_ID”)

 

Result:

For example, 5-1 (where 5 is Rebar Position number of whole rebar group and 1 is Sub_id, which is an unique individual rebar id).

 

Image
2.png

 

Image
3.png


See also:
Rebar Sub Id Tool

Was this helpful?