Where a wrong??

i following the instruction of a tutorial but the result is bad..
Where i wrong?
Anyone can help me to understand?
I add:
Rhino file
Grasshopper file
Image of tutorial...


In the tutorial i have to array 10 copy to X-y axis my definition...but the result is not the same

Thanks a lot for help

Tutorial.ghx

  • up

    Danny Boyes

    Without knowing what the original tutorial definition looks like I cannot say where you are going wrong, but I can make a guess. As Grasshopper has evolved the data management has changed so that what might have been a correct tutorial from a version 12 months ago might not work as intended now.

    to achieve the desired result I would create Vectors from two points 1) your origin and 2) the list of grid points. I would then plug the PlanarSrf component into a Move component with the list of Vectors 2Pt.

    • up

      txingyu

      Generally speaking, to use vector component to define the direction and distance based on which the unit will be relocated/copied in certain array. In this case, the component vector2PT will establish the relation between origin of unit and array points.
      1