Overwrite Visibility Settings of Beam Element Based On Mark Number

Hello,

I am trying to select multiple beam elements in my model based on their Mark numbers so that I may overwrite their color so that they stand out in a 3D and plan view. I already have the list of Mark numbers that are associated to specific beams that this would apply to. Is it possible to overwrite the color of the beams so that they stand out in plan and in my 3D view?

Use the Element.OverrideColorInView node

Feed your list of beams and choose a color for them

Thanks for the reply. I fed it a beam in my model and I got a warning shown in the screenshot below. Can you help me resolve this issue?

I’m not sure what your passing to elements but here’s an example

I replaced the “Color.Red” node with the “UI.Color.ByArgbUI” node and it worked perfectly.

Thank you!