Problem with surface from points

hello ,

i need some help with my grasshopper script. my points are looking fine but it says “ A point in the grid is null. Fitting operation aborted “ then i am trying to make the surface. i would appriciate so much , some help

merry xmas

25.12 aa.gh (33.3 KB)

Please internalize required curves

1 Like

hi , basically i want to create a surface that will be deformed by a open curve and moving that curve on rhino will change the surface i thought to have a exterior and interior curve , i am sharing my rhino file , i am extremly new in grasshopper ( i want to apply the script also in other similar curves this is wy i need it in grasshopper )

help me pleasee .3dm (49.3 KB)

For this purpose I prefer to use Curve Closest point .
And another thing is that your reference surface is Trimmed , so the Divide Srf result has nulls , and causes problem for Surface from points .
As you can see this is how I managed to do that , Untrim the surface first and then in the end Retrim the deformed untrimmed surface to have the desired shape .



Baran_01.gh (15.8 KB)

2 Likes

thank you i am looking to understand better

You’re welcome , please mark it as a solution if it’s solved .