How to list mesh cross rebar diameter and longitudinal diameter separately

Tekla Structures - Not version-specific Mesh Cross rebar diameter longitudinal diameter
Environment
Not environment-specific
Attachments

Question:

Can I list the mesh cross rebar diameter and longitudinal diameter separately?

Answer:

Yes, you can call the following attributes to list:

  • GetValue("CC_DIAMETER_CROSS")  →  To list mesh cross diameter.
  • GetValue("CC_DIAMETER_LONG")   →  To list mesh longitudinal diameter.

You can download a sample report file from the attachment.

Was this helpful?
Submit