Copy Duct System parameter to Project parameter

Hi,

First time posting and new to dynamo. Basically I’m trying to create a dynamo script that copies the System Abbreviation from Ducts, Duct Fittings, Duct Accessories and Flex Ducts to a new Project Parameter I created System Abbreviation 2. The reason for this is so I can control the graphic properties of these categories on a demolition plan.

Thanks,

Hi @Navid_Hoorzad

Welcome to Dynamo Forum!

You could do this way…
Get All Elements of categories-> GetParameter node-> and finally SetParametet node to write those values to new parameter.

1 Like

Thanks a lot for your help. It got me started. This is what i have so far, Is there something i’m missing?.

Nope! Looks good to me. Cheers!

1 Like