Adding identity data "Mark" to curtain wall panels by curtain wall "Type Mark"

Hello!

Newbie with dynamo

I am trying to make specification for my curtain wall.
I have 6 types of curtain walls with “Type Mark” FS1, FS1*, FS2, FS2*, FS3, FS3*. I need to specifie each glazing within curtain wall. So if I have curtain wall with “Type Mark” FS2* i need to “Mark” each glazing (curtain panel) in that curtain wall with FSP2*. Or Curtain wall “Type Mark” FS3, glazing “Mark” FSP3 etc.

Please help me! I have got so far that I can get a list of all curtain walls with “Type Mark” FS2*, but I cant get panels inside those curtain walls.

Hello @janislielmanis95 and welcome…is it something here ?

1 Like

Hey @sovitek ! Thanks for response!

I think its right direction, but something still dosent work. Maybe I have to filter Element.ElementType also with curtain wall?

yeah sure my bad :wink: but i dont like you get null after filter by bool mask…try get rid of them

hi @janislielmanis95,
below is the example what you are trying to accomplished.


test1.dyn (25.2 KB)

I got the solution this way, but problems is that all curtain panels also those i dont need to mark is marked because they ar in list. I need only FS1…FS3* and not ASA1 and others to be marked. What should be included in Code block to exclude those?

try with this…


test1.dyn (30.2 KB)