Hi,
I would like to get the intersection points between the red plane and all the curves that form a hull and then create a surface out of it.
thanks.
Hi,
I would like to get the intersection points between the red plane and all the curves that form a hull and then create a surface out of it.
thanks.
Ok got my intersection points.
Now I would like to create a surface with this points.
Don’t know if I can use sfrGrid with this list.
I could draw a curve between points according to their Y position and then loft those lines.
Any idea?
Hi,
Could you attach your GH file with internalized geometry ?
hull generation.gh (54.6 KB)
What we’re talking about is on top of the sheet. Got my points, but struggling to create a surface with them. the initial curves are made in Rhino.
Cheers.
And aren’t internalized, so I’m gonna need the Rhino file as well…
GrassBoat.3dm (2.6 MB)
here you go.
poutre= beams
coque = hull
You weren’t far with the lines, just needed to flatten and add a Loft.
Also it’s possible to extract the points in order and build a polyline, from there fill the curve.
hull generation.gh (54.0 KB)
thanks a lot : )