Skip to main content
Question

Updating adjacent elevations

  • November 4, 2020
  • 1 reply
  • 7 views

The data has three points crossing a main segment. The center point will generally hold the correct elevation value needed for the adjacent features. crossing

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

chrisatsafe
Contributor
Forum|alt.badge.img+2
  • Contributor
  • November 4, 2020

Hi @jediahcanonhill​ ,

There is likely more than one way of accomplishing this, but one method would be to extract the coordinates of the feature into a list and set the z in the 3D forcer to the 2nd z value in your list (e.g. _indices{1}.z) in the attached workspace. Or is your center point on a separate feature? If so, perhaps you could still implement the same logic using Adjacent Feature Handling?

11.04.2020-10.48