Is it possible make varies door types acoording to the given width and height parameters?

Hi guys
I want to make doors according to the given name and parameter,for instance, I got a door family with the name of Fire_Door_10002100,if there is a possible way to create varies doors like Fire_Door_12002100, Fire_Door_1500*2100(…and so on) with the specific width and height input?
Any help will be appreciated!

Just duplicate the family type (FamilyType.Duplicate from Clockwork or ElementType.Duplicate from SpringNodes), then change the parameter values for width and height (Element.SetParameterByName).

1 Like

Thanks Andreas
It works(shown in the pic below)!But another question comes,how do i set the door orientation and door handing by dynamo?

1 Like