I made this shape in Grasshopper and want to pull the point in the image attached out a little to make it more like that shape. I was wondering if there was a way to do this in grasshopper or after it is baked in rhino. If anyone has any tips that would be Awesome! I feel like it would have something to do with the transform tab. I have also attachedperfect model.gh (35.8 KB)
I needed to find that vertex, There are other ways of doing it, but I eyeballed it and placed a point near your corner. Closest Point then gave me the index of your point.
oh ok I see and then to recreate that surface you just attach it to that brep. what does weld do? sorry If im asking too many questions I just want to learn so I can do it again.
Before a mesh is welded, each mesh face has its own set of vertices, so if three faces meet at a point, there could really be three points at that node. Weld gets rid of the extra points.