Set List of Values to List of Elements for One Parameter


This has three inputs: an element list, a single parameter name, and a list of values to set to that parameter. The two lists should match in length for predictable results. The values must match the data type allowed by the parameter in Revit. After setting the values, this node returns the now-modified elements as an output.

4 thoughts on “Set List of Values to List of Elements for One Parameter

  1. It is built to work in a certain way with lists, and doesn’t require you to adjust lacing. I wanted to ensure the result was predictable. Inside, this node is pretty basic and uses List.Cycle and SetParameterByName to actually set the parameter.

  2. how to work with a set of element and a set of parameters?
    My current solution is to set each parameter one by one, because Dynamo can not operate multiple elements and multiple parameters at the same time.

Leave a reply to Congzheng ZOU Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.