Skip to main content
Question

Offset Curve Generator lost z value

  • April 16, 2018
  • 1 reply
  • 31 views

Hi guys,

I'm trying to offset lines (SHP) with z-value geometry using OffsetCurveGenerator. I have two attributies to offset roads at left or right site of the road. It works ok, by I'm loosing information about z-value which is significant becouse I'm trying to get flat surface of the road (the second phase is to update DTM).

Function @Buffer(@Value(RBuffer),22.5, RIGHT_SIDE_ONLY) gives the same resoult.

Any idea how to offset road but keeping z-value?

 

Thanks for the help,

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

lars_de_vries
Forum|alt.badge.img+10

What you can do, is storing the Z values upfront and update them afterwards. However, you should take into account that extra vertices might be created when offsetting your line.