Surface from Grid.3dm (14.1 MB) I am trying to generate a surface from grid, but the problem is points are all shown as null…
A similar thread three days ago:
Site_L_2020Sep18a.gh (56.2 KB)
P.S. I’m not sure why but the Delaunay mesh is quite bad in this case, filling in the “bay” with a phony surface?
Thank you so much for solving this issue! It’s genius! Although I can’t really understand how it works at this point, but I will look up the command you write and try to learn more about it
Please see my “P.S.” - the Delaunay mesh is bad, distorting the SrfGrid.
I dug up a fix from here:
And applied it (yellow group) to your mesh:
Site_L_2020Sep18b.gh (63.1 KB)
It culls out mesh faces with long edges, removing the mesh garbage that covered the low flat areas.
is it because there are too much triangulation in the Delmesh?
It’s because the mesh spans the large “bay” on the left, connecting high points on either side with long edge faces. Removing those long edge faces fixes the problem.
The yellow group is slow - more than 40 seconds!
got it! thank you so much! i will keep learning
Works like a charm. Thanks for the help!
What’s the yellow box labeled with 4 ?
“4” is the index value used by List Item ‘i’ (Index) input to get the bottom face of the bounding box.
Great help here guys, thank you! But if anyone could help me and show how to use this setup with a different boundary (custom to my project) as when i use this file directly it comes with a pre-defined limit. Would love to apply this for future projects and Im new to grasshopper, so your help would be very appreciated! Any easy way to do this?
Hi Erik -
Without you posting your geometry? Who knows…
-wim
As in the first post here I have a bounding box boundary, is there a way to plug that into the solution Joseph_Oster posted? Because when i apply it directly i get his boundary and i dont know how to change it. Thats what i mean.
File is too big to upload but here is a DL link if anyone wants to have a look. Very appreciated!