Copy all the instance parameters from similar elements, like match properties do for type parameters

Does anyone have dynamo script for this? Suggestions please.

A possible path forward:

  1. Select source element A
  2. Element.Parameters
  3. Parameter.IsReadOnly
  4. List.FilterByBoolMask to filter the list of parameters (from 3) by the mask of the read only result
  5. Get the value of the excluded parameters
  6. Get the name of the excluded parameters
  7. Select target element B
  8. Element.SetParameterValue using the parameter names (from 6) and values (from 5)
1 Like