Hello,
I would appreciate your ideas on how I can get a clean sweep between these two cross sections in Grasshopper? is there a way to align the sections, not only the seams? Thank you
sweep 1 aligning sections.gh (6.5 KB)
Hello,
I would appreciate your ideas on how I can get a clean sweep between these two cross sections in Grasshopper? is there a way to align the sections, not only the seams? Thank you
sweep 1 aligning sections.gh (6.5 KB)
I am aware that if I split the curve as shown in the picture, and perform two seperate sweep then the result is good, but is there a way to do it withut the need to split?
ah sorry, I internalised all of them now. Thanks
sweep 1 aligning sections.gh (13.3 KB)
I tried many ways but these two section curves don’t “play nice”. This results in two breps that must be joined. Note: Rebuild curves doesn’t “observe” discontinuity points.
sweep 1 aligning sections (1).gh (20.6 KB)
and loft option:
sweep 1 aligning sections (with loft).gh (22.5 KB)
Definitively overkill.
This works (partially) for this single case… will probably fail otherwise.
Doing this on Rhino is much simpler and faster.
.GetNextDiscontinuity with tolerances at zero can extract relevant points, but the amount of features of the two shapes are different.
I suppose you can continue to ‘adjust’ the sweep by adding more sections:
sweep 1 aligning sections (add sections).gh (25.2 KB)
Thanks, it seems It would be better to change the cross sections for better results or doing it in Rhino. but this is the closest results. Thanks