Hi guys, do you have any idea why i can’t get the rebar shape name. I want to make a correlation between the rebar shape name and a detail item.
Thank you very much!
Hi guys, do you have any idea why i can’t get the rebar shape name. I want to make a correlation between the rebar shape name and a detail item.
Thank you very much!
You can use a Element.Name node:
Remember: when you see those green numbers, it means that you are getting an element. So you can use again Element.GetParameterValueByName, after the first one, to get other parameter values.
Thank you very much!