Set type in background open family

I have many families that all types will only work loaded in if I save it out with it on a certain type of family set before saving.

Is there a node/way to change the type its on in a background opened family before I save? I’ve been looking through lots of nodes but dosnt seem to be one.

Sorry I may have worded wrong. I just want to set a type in a family doc

I am sure there is a node out there somewhere, it here is the price of python to do it.

You have to get the Types from the Family Manager, then use the setter on the CurrentType property making it equal to the one you want.

for type in famdocs.FamilyManager.Types:
	cType = famdocs.FamilyManager.CurrentType = typ
1 Like

I thought Orchid would have had it but couldn’t find one