Does anyone have dynamo script for this? Suggestions please.
Copy all the instance parameters from similar elements, like match properties do for type parameters
A possible path forward:
- Select source element A
- Element.Parameters
- Parameter.IsReadOnly
- List.FilterByBoolMask to filter the list of parameters (from 3) by the mask of the read only result
- Get the value of the excluded parameters
- Get the name of the excluded parameters
- Select target element B
- Element.SetParameterValue using the parameter names (from 6) and values (from 5)
1 Like