FamilyDocument Set Shared Parameters

Hi all,

I try to set values in shared parameters in different types and multiple families.

I use an excel file for that, some families do have multiple familytypes and I need to set multiple parameters.

SetSharedParameters.dyn (62.3 KB)

@GavinNicholls I use the node Familydoc.ParameterSet
Do you have any thoughts about this?

The node as comes is built for a single family document with a list of types, list of list of values and list of parameter names if i recall correctly. If you want to run it across multiple documents then list levels might work, if not adjusting my python code to operate at intended levels.

Thanks that make sense.