Hi, you can see different point clouds. I separated the edge points and would like to interpolate around them. The interpolation should just do vertical and horizontal curves. Can someone help me to make the interpolation, please? In this picture, the point groups are overlapping.
Hello, thanks a lot for your help. I am sorry for the incorrect terminology. In this case, I meant multiple groups of points.
My problem corresponds to this post, where I would like to follow David’s first step. I need the boundary of my point groups:
Here is the boundary curve that I need from all of my point groups separately. I zoomed in to one side of an individual group to show you the boundary that I am looking for.
You don’t need medial axis, the trick is to keep mesh faces or rectangle surface where there is a point. The join all the faces/rectangles, then getting the contour. It is easy with mesh.
I gave you the link to the good discussion (n°9).
I did it, but when I see you points I am quite sure they come from a clean geometry that you must have and you can use it.
Whatever here is a solution to reconstruct a mesh using your points with face centered on the points 190718-GHQuestion.gh (32.2 KB)
That is very helpful but also complex.
Here you can see how I developed my point groups (definition is well sorted and named). I really hope that you can show how to get the boundary from my groups earlier in the definition. This would reduce a lot of code.
Thanks a lot for your help again!!!
You don’t undestand what I mean. My question is where your first points are from ? You make them by hand ? In Rhino ? They where given by a professor ? Initial rectangle measure 32 in height 242.37 in length.
So to generate with this rectangle you just have to use a Mesh Plane
It is not complex, there just lot of operations (* + /) to define how many faces are needed, what is distance between points … It is quite elementary to put the equation to make a rectangle around points that are on grid.
My points are from a grid that I made in Grasshopper.
Thanks for the help with the boundary.
Just one more question to my originally problem that I started here.
David told me that I should use boundaries to subtract my point groups from each other. But is there another way how to control the culling from different overlapping fields? Let’s say just by culling duplicated points? Please have a look on my description at the other topic. Maybe it would be better if we continue in the corresponding topic.
Here is my try to do it with the mesh plane component. Unfortunately I do not receive the closed boundary for each group, even though if I receive my 5 meshes.
Your final result is one surrounding polyline. What I need is a polyline from each group, just to avoid missunderstandings.