Hi!
I have a set of 2D polylines, where I want to assign different z-values on the start and end node coordinates. The values I want to set are stored as attributes (let's call them "z_start" and "z_end").
Is there an easy way to achieve that?
Hi!
I have a set of 2D polylines, where I want to assign different z-values on the start and end node coordinates. The values I want to set are stored as attributes (let's call them "z_start" and "z_end").
Is there an easy way to achieve that?
Best answer by ebygomm
You can use a 3d Interpolator with the starting elevation set to z_start and the ending elevation set to z_end if you don't mind the intermediate vertices having a z value somewhere in between
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.