Hi there,
I want to make a rectangle in the curve (along with the curve). And the rectangle component needs a plane which is my free form curve drown in Grasshopper. But I can’t convert my surface into the plane for drawing rectangle. Any idea how can I fix it?
Thanks in advance.
You understand what a plane is?
http://grasshopperdocs.com/components/grasshoppersurface/evaluateSurface.html
.
Inputs
Name ID Description Type
Surface S Base surface Surface
Point uv {uv} coordinate to evaluate Point
Outputs
Name ID Description Type
Point P Point at {uv} Point
Normal N Normal at {uv} Vector
U direction U U direction at {uv} Vector
V direction V V direction at {uv} Vector
Frame F Frame at {uv} Plane
…
The "Frame"s are tangent planes at the points on the surface .
You will have to manpiulate them probably to get them perpendicular then .
Then , use those for your base planes for the Rectangle component .
…
Finally , Sweep & Cap to get closed BREPs .
…


