for i=1 to arrayOne.count/2 do (append PartA arrayOne[i])
for i=(arrayOne.count/2 + 1) to arrayOne.count do (append PartB arrayOne[i])
A question that is related to the previous one.
Now that I have 2 object arrays the second array starts connecting the values but from 0.0 to 1.0 and I would need the opposite starting with a value of 1.0 and ending with a value of 0.0
I'm using this way to do it and it's not the right way.
Replies
So in your example it would probably look something like this: EDIT, see below!
- PartB = #(1,2,3,4,5)for i=1 to PartB.count do ( print (PartB[PartB.count - i + 1]))
When connecting the wire parameter, an error occurs and it cannot connect to the elements.The sample 3dsmax scene to test.
https://drive.google.com/open?id=1UUl68bH_6dXd2iR4hxp3ik1KYmc-73wZ