Hello. I created two edge lines of the ramp. I gave different heights to a certain number of points for the slope. But since the two lines are not parallel to each other, there are pits or bumps on the surface. how can I solve this? Thanks
Hard to see how you generated the surface here. Guessing you used a Surface.ByPatch node.
Draw a line between opposite pairs of points, and loft between those.
Or generate N points along the lines, transpose the list, build new curves through the points, replace the first and last in this list of curves with the original end curves (watch the order), and then loft between the new sequence of curves.
Or generate N points along the lines and use a NurbsSurface.ByPoints node.
1 Like
Yes, I used a Surface.ByPatch node. I try your suggestion.