Hello, I have a 3d polyline, let's say, with coordinates (0,0,0), (1,40,50),(0,50,100). What would be the easiest way to find the x and y where the z is 75 for example? Do I have to cycle through the coordinates and use the distance formula? TIA