I’m just starting with Dynamo. I simply want to move all objects (circles) from Layer “123” to Layer “456”. I have been able to move select objects from ALL layers to layer “456” but can’t figure out how to further filter the selection.
Here is a link to the file I couldn’t upload here as a ‘new user’
Is there any suggestions on how to complete this seemingly simple task?
EDIT: can now attach file. I
Drawing1.dwg (904.7 KB)
essentially want to do group 1> group 2> and input to group 3. But obviously when I try and add group two inline, the node inputs and outputs are incorrect
Move info.dyn (20.4 KB)
Welcome to the forum @michael.jamesG7LDR!
I just pushed your trust level so you can post files here now as well which should make things easier for you. You can also export your workspace as an image and attach that to help give more context on the problem you are facing.
Hi Michael,
If I am following you correctly and you want to move all objects from layer “123” to layer “456”, you just need to pass the “all objects on layer” output to the set node. If you are looking to just move circles from layer “123”, you could do something like this.
Perfect. Thanks Devin, this did exactly what i was looking for. Ill spend some time and process this. Thankyou!