Create land and center construction

Hello Dynaminions,

I’m trying to make a script that creates the land according to the input given and than center a building on it. The idea I had was to create a reference point on the center of the walls so I could use the center point to align with the center of the peace of land I just created. Now I got both scrips for the land creation and the reference point, but I don’t know how to develop a script that align those two together.

Thanks for the help!

Hi,

Apologies I’m away from a pc right now…

There are a few nodes for moving elements (maybe in Springs?) but it might be faster to move your topo points to the centre point before creating the topo?

You could find the average point of the topo points and get a a vector between that and the average wall point… then move all the topo points by vector then create topo?

Hope that helps,

Mark