Hi, I’m new to this forum and also a bit new to Dynamo. But my first project is almost complete… except one thing.
I want to create a new object at the same place, rotation and level based on an existing object. The first 2 work fine, but the level parameter won’t set to multiple levels. When I select objects from level 00, the new objects are placed at level 00. The same when I select only objects from level 01, but it went wrong when I select objects form multiple levels. Only the level of the first element is used, and all new objects are placed on this level.
Hi Nick, you’re right! It went wrong on the list levels.
With some help from @jw.vanasselt (by a PM) I managed to solve the issues. Some list.flatten nodes does the trick. After this I need to correct the Z value, otherwise de parameter offset was written from Z=0.
In the meantime the script has become bit larger, to place 3 objects at the same time. And it works perfectly!
Hope you’re doing well. Don’t mean to bombard you with questions but i am looking to recreate a door, at the same place, but over multiple floors (30 floors in total). I was wondering if you were trying to create something similar with the levels. levels above node? I wonder if there is a node for multiple levels…