If you need to move (or copy) things from one point to another, use the Vec2Pt component, with one point being point you are moving from, and second point being point you are moving to. See image.
Hello Everyone,
I'm really new in grashopper, actually is first attempt.
I need to copy an object (polysurface), manytimes in a curve.
for now I divide the curve and use the Brep to store my polysurface. Now I need to copy the object int the curv…