Help with parametric surface

Hi,

I am following a tutorial and trying to create a parametric surface that can be voxelized.

I need to add additional information to the script to specifiy not just the max points but also the min points. I’m currently remapping the control points to the Max domain, but I need to specifiy points at the minimum as well and I’m not sure how to split up the data.


massing4.gh (12.8 KB)

thanks for any help

to the same end, I am trying a hybrid manual/gh approach. How do I get the surface to interpolate the points correctly instead of looping on itself?


testing-surface.gh (7.1 KB)

points need to be Sorted, not random:

1 Like

I was able to do this by lofting curves through points.