Tag - Reference to Beam/Column Profile

Hi, Is it possible to reference beam or column profile inside the tag?
Something like %<element.profile>%?

Hi @rbialozor and welcome to discourse! :slightly_smiling_face:

Yes you can display any object property. Specifically to get the name of the profile you should write:
%<element.profile.name>%

This would be valid for any object with profile like beams, columns, windows and doors.

Following this idea for example you would be able to get other profile data like the radius in the case of a circular profile: %<element.profile.radius>%

Kind regards