In this tutorial we will use Parameter Link to find matching elements using Octo points and room solids. When set up properly, ParaLink will go through each room in the model, find each Octo point inside it, and match the element with the room. Matching elements will have parameters copied between them, according to the Parameters list in Parameter Link.
Keep in mind that ParaLink will copy parameters from a single element to another single element. If you have several Octo points in an element, in several named storages, you have to set up a task per named storage. Also, each of those tasks should not write to the same parameter, because then the tasks will just keep overwriting the parameter values. ParaLink will not aggregate parameter values together. In this case, a solution is to make one parameter per named storage in Octo and have each task write to the corresponding parameters.
In this tutorial you will learn how to copy a single parameter from a room to elements with Octo points inside the room.
To start, just open Parameter Link from the Toolbox toolbar.
Make a new settings file by clicking on the Browse / Open button in the upper right corner.
Make a new task by clicking on the [+] button on the right side of the task list
Now, in the Task Settings, let’s start with the From column:
<aside> ☝ Please make sure that Area and Volumes are enabled in the Area and Volume Computation settings → More information here
</aside>
Let’s move over to the To column.
Now you have a basic ParaLink task which will go through each room solid and search for all elements of given category which have Octo points at name storage located inside the room solids. It should look like this:

To erase parameter values in non-matching elements, do this. This will make sure that elements of given category with no matching room will have their parameters blanked out.
Now, **let’s set parameters to be copied. Before doing this, you must make sure that you have parameters to write to in the target elements, for example a parameter called Room Number. For now we will write the room number to the target elements. The Parameters section follows the same logic as the Task Settings. From is the parameter name on the element to copy from, in this case a room. And the To column is for the parameter to write to, which would be the elements with Octo points inside the room.
Finally it should look like this:

To copy more parameters, simply add a new line in the table with other From and To parameter names.
Save the settings and click Run. ParaLink will make a report for you summarising how many parameters have been copied. Any errors will also appear.