Skip to main content
Solved

Assign z coordinates to polyline verteces from underlying points

  • November 30, 2023
  • 2 replies
  • 39 views

cw_
Contributor
Forum|alt.badge.img

Hi,

 

I have 2 data sets (shape-files). A point dataset with 3d-points or at least points where the elevation is stored in an attribute field (different data quality) and a polyline dataset with 2d-lines whose vertices are identical to the points from the point dataset. Is there a way to assign the elevations from the point datasets to the line vertices and then create 3d polylines from them?

 

Thanks for your help

Best answer by redgeographics

Yes, you can use the SurfaceDraper to do that. Send your 3d points to its Points/Lines input, no need to input breaklines.

 

If the points are not 3D yet you can use a 3DForcer to do that.

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.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+62
  • Celebrity
  • Best Answer
  • November 30, 2023

Yes, you can use the SurfaceDraper to do that. Send your 3d points to its Points/Lines input, no need to input breaklines.

 

If the points are not 3D yet you can use a 3DForcer to do that.


cw_
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • December 1, 2023

It worked fantasticly. Thanks a lot!