Hi everyone,
I’m trying to do something, but I’m stuck.
Here’s what I’d like to do: get the value of a shared parameter used in the “electrical circuit” category and apply it to items in the "Luminaires"category. But first I have to group the elements “Electrical circuit” and “luminaire” according to the value of the parameter “circuit”.
Here is my reasoning:
I group in element lists of the categories “electric circuit” and “luminaire” using the value of the parameter “circuit”. I get sub-lists with my electrical circuitry as the last element. Convert my sub-lists to lists. I use the last item in my list to get the value of the parameter that I apply to the other items in my list.
For the moment, I can’t convert my sub-lists to lists.
Can you help me, please? Is there a faster way to do what I want?