I have multiple 2d polygons built up from points in y and z direction, each of these "faces" are located at a cordinate x. I want to show this as a solid model and therefor need to triangulate the points between the sections.
This would be easy if the points were evenly distributed and there were equal amounts of points on each section. But that is not the case. One section can have 4 points, and the next can have 32. Does anyone know of any algorithms or methods to do this? I attached a picture that shows how the cross sections can look.