Replace panels

Hi everyone.

I’m pretty new to Dynamo, I am a proficient grasshopper user but the logic seems very different due to it being Revit and not Rhino.

I’m still just trying to do pretty basic stuff.

I am creating Empty Curtain walls by Curve and then I would like to give them different panels, but can’t seem to figure out how to replace the simple panel they are created with for a panel family of my choosing.

 

Any help would be greatly apreciated

 

Thanks!!!

You’ll need to change the family type of your family instances. You can use Familyinstance.SetType from package Clockwork for that.

(Or you could just specify the default panel type directly in Revit when you set up your curtain wall type properties…)