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.

Advertisement

3 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.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

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