Skip to main content

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?

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


Reply