Skip to main content
Solved

Replace z-coordinates of a line's start and end nodes with values from attributes?

  • August 21, 2019
  • 1 reply
  • 18 views

jonas_nelson
Enthusiast
Forum|alt.badge.img+25

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • Best Answer
  • August 22, 2019

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