Floor.Plan.ByRoom node by archi-lab - combine multiple rooms

Hey,
Element Binding
The following link does somehow not work for me (i hope it´s just me), but there is a great post by JacobSmall where he explains what it is and how you can use it.

The basics: ID´s of elements that have been created with this script are “bound” to the script. That way you can update elements without recreating them each time you run the script.

Quick fix:

  • Open the script
  • Disconnect input nodes and run the script (every node should return “null” or throw an error.
  • Reconnect and save the script
  • Run script on Level1
  • Close script (not saving!)
  • Open again and run for Level2

There might be a more permanent solution in that post of JacobSmall.
The best would be to run it through the Dynamo Player, since the file does not save between runs. Remember to set your inputs in the graph:
image

2 Likes