How can I Create a fixed mesh?

Hi everyone,

I’m building a ship hull and have one problem befor creating the suface.

I was buliding longitudinals and frames which intersect. Now I want to “pull” on those intersection-points to smooth the later surface.

How can I tell Rhino, that the two Lines (which intersect) are both fixed?

When I’m moving the intersection-point, the only thing i’m moving is the point itself.
It is important, that all the others intersection points are keeping there position.

Thank you in advanced

RJG

Hello - there is not a good way to do this - a not-so-good way is to make the curves with CrvThroughPt and History. Basically working backwards from the intersections.

HistoryCurvesFromPts.3dm (61.8 KB)

-Pascal