I am trying to create a volume from a few points in 3Dspace. I tried to use the method I found here:
(You have to download Mesh Analysis and Utility Plug-In for the component cullVertices)
The mesh that is created looks good, just like I want it, but for some reason it is invalid so I cannot bake it.
I tried some tricks from the forum for invalid meshes (deconstruct mesh and reconstruct, explode mesh and rejoin) but it did not work.
In the end I want to use the volume as a boundary region in millipede, so it has to be a brep. Maybe there is also an easier way to get a brep from these points.
The reason why you got a invalid mesh is, that you created a sphere with 4600 faces.You pulled the verticies to the nearest point of 24. So you got an endless amount of faces and verticies, overlapping etc.
Pretty sure there is a rectangular hole at the top (you can see that the area is a little darker in your image). At least that is where my hole was when I tried it out.
However, I think the issue is a Rhino 6 one. Opened your file in R5 and works as expected. I think R6 has more conditions on what it considers Invalid. R5 had less restrictions (not such a good thing).
Hi, I just started learning grasshopper 2 weeks ago and i ran into the same issue⌠just wondering is there any gh file that i can refer to (using Convex Hull component) after its been solved?