Elevation to vertices of polyline

814
1
Jump to solution
04-05-2022 04:22 AM
StaffanFridhKhamn
New Contributor

I have a polyline with 10 vertices at A-B-C-D-E-F. The distance between vertices varys and i know the elevation of A and F (200 and 120) is there a way to assign elevation to B-C-D-E? Without manually calculating the height difference. 

0 Kudos
1 Solution

Accepted Solutions
Scott_Harris
Esri Regular Contributor

@StaffanFridhKhamn 

Create a 2 point line and set the start and end z values as needed, then use Edit Vertices to add vertices while snapping along the line. The new vertices will have interpolated Z values based on the elevation of the start and end vertex:

z_vertices.gif

Does that help?

-Scott

View solution in original post

1 Reply
Scott_Harris
Esri Regular Contributor

@StaffanFridhKhamn 

Create a 2 point line and set the start and end z values as needed, then use Edit Vertices to add vertices while snapping along the line. The new vertices will have interpolated Z values based on the elevation of the start and end vertex:

z_vertices.gif

Does that help?

-Scott