Notifications
Clear all

[Closed] Linking 2 Arrays element

Hi everybody
Can anybody help me with this please:

I have 50 points helper in a layer name Point001,Point002… up to Point050 and at the same layer i have 50 spheres name sphere001,sphere002… up to sphere050.
I need to link sphere001 to piont001, shpere002 to Point002 and … sphere050 to Point050

Thanks in advance

1 Reply
for s in $sphere* where (p = getnodebyname (substitutestring s.name "Sphere" "Point")) != undefined do s.parent = p