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
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 )
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 .