Grasshopper how to copy

How do I copy the columns(geometry) so that they are located at those points(random points)?

Furthermore, after that, Can you tilt those columns randomly?

Hello
you ask for very basic question. There are lot of documentation and tutorial. This one is very good.

For copying, there is a component named move geometry, another for rotation. But tilting is surely best to be done in 2 steps one steps to radomize the azimuth and then the tilt.

It is also better to post some script with geometry

Here’s a simple demo for you…


Orient and Tilt_re.gh (15.0 KB)

Thank you so much!! It worked when I applied it with the method you told me.