FamilyInstance.SetType "Success" output is all false

I am using the FamilyInstance.SetType node from the clockwork package. The imputs are a list of wall tags and a list of family types (of the wall tag category of course). The lists are the same length, the lacing is set to short. The node is not throwing out an error, but the ‘success’ output is giving me a list of all “false” results, confirming what I see in the Revit model that none of the tags are changing type… Anyone have ideas why this would be happening?

1 Like

I have now succeeded in resolving this problem by using the built-in Element.SetParameterByName node on the “Family and Type” parameter instead.

1 Like