algorithmic modeling for Rhino
If your rectangles are not parallel to any of XY, XZ, YZ and parallel with X,Y,Z directions, then - yes, my method would not work, and yours will.
That is why it is always helpful if a .gh file is attached, as from your screenshot it was not clear whether your rectangles fulfil upper conditions or not.
Glad you solved the problem.
This is all pretty horrific. I'll add a component for this that can sit next to Circle Center.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
wow, that is great
thanks
in the meantime, a script that does the same:
private void RunScript(System.Object x, ref object p, ref object w, ref object h)
{
Rectangle3d rect = (Rectangle3d) x;
p = rect.Plane;
w = rect.X;
h = rect.Y;
}
brilliant!
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by