PDA

View Full Version : add a rectangle on the plane



Dimitry
02-24-2011, 07:11 AM
Hi Steve,
Could you please add the addRectangle function, with possibility to put length, height and plane as parameters? Something similar as grasshopper’s “add a rectangle on the plane”.

Thank you and Best Wishes!
Dimitry

Steve Baer
02-24-2011, 07:49 PM
Hi Dimitry,
I couldn't find this function in RhinoScript. Are you requesting a function from Grasshopper?
Thanks,
-Steve

Dimitry
02-24-2011, 08:07 PM
Hi Steve,
thanks for the reply! yes its a grasshopper function. please see the attachment.
Best
Dimitry

Steve Baer
02-24-2011, 09:22 PM
Hi Dimitry,
Here ya go
https://github.com/mcneel/rhinopython/blob/master/scripts/rhinoscript/curve.py

Thanks,
-Steve