If I make a group of surfaces from a group of points is there a way that I can call on just one surface in particular?
Is there a way to simulate the Rhino tool "contour lines" using GH? And if you can, is there a way to control where the contour lines exist on the surface and their relative distance?
Is there a way to have a group of rail curves and a group of section curves to go into one sweep function?
Ok a little less lost on the solid difference operation but I could still use some help automating the contour lines on a surface with control on the plane the contour lines start on in GH. THanks!
If you have your rails and curves in a flat list, you can use the graft component on the two list to separate the curves in different patch-branchs and then use the sweep component.
There is a param viewer component to see the data structure (so you can check the paths-branchs).