Hello,
I am a student who has recently started to learn grasshopper. I have a designed a vertical tower, now I want to rotate the tower from each floor. The points that I have on each floor are random as of now
I would like to know how to join the points per floor so that I have one center per floor from which I can rotate each floor differently.
You could use the ConvexHull component with inputting your points and the plane the points are in, then get the center from the resulting polyline. You could also simply use a BoundingBox component on the points - the result might be somewhat different from the first. Another way might be to use the average component to find the “mean” point on each floor plane… Probably lots of other ways.