Skip to main content
Question

Transfer values from Measures or Lists, to z-values in Coordinates?

  • August 6, 2019
  • 5 replies
  • 28 views

jonas_nelson
Enthusiast
Forum|alt.badge.img+25

OK, there must be an easy way to do this, so sorry for asking. o_O;

 

 

I have 3D polylines with z-values only on the start and end node coordinates. Using the MeasureOrZvalueInterpolator I have calculated measures for the z-values for the intermediate vertices, and with the MeasureExtractor I have also turned these into a list attribute.

 

 

Now, my question is - How can I transfer these values to the z-coordinate values of my intermediate vertices, so that my lines will be in "full 3D" for all coordinates?

 

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.

5 replies

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

Why not use a 3d Interpolator?


jonas_nelson
Enthusiast
Forum|alt.badge.img+25
  • Author
  • Enthusiast
  • 109 replies
  • August 6, 2019

Why not use a 3d Interpolator?

That is - of course - a very easy way of doing it! Thanks!

 

 

But there might be other situations where I like to replace a coordinate with a value from a list, and not having them interpolated. So the question is still valid - how can i transfer values from a list to a coordinate?

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

That is - of course - a very easy way of doing it! Thanks!

 

 

But there might be other situations where I like to replace a coordinate with a value from a list, and not having them interpolated. So the question is still valid - how can i transfer values from a list to a coordinate?

I would use python but this answer might be an alternative for you

https://knowledge.safe.com/questions/74966/set-z-values.html


jonas_nelson
Enthusiast
Forum|alt.badge.img+25
  • Author
  • Enthusiast
  • 109 replies
  • August 6, 2019

Why not use a 3d Interpolator?

Thanks egomm, I had looked into that thread as well, but I couldn't figure how to get the values into the coordinates. For instance, what should I put as "Result attribute" and "Configuration Line"?


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

Thanks egomm, I had looked into that thread as well, but I couldn't figure how to get the values into the coordinates. For instance, what should I put as "Result attribute" and "Configuration Line"?

You can leave them blank