Skip to main content
Solved

Does the constant interpolation method in the surfaceDraper transformer takes into account X, Y and Z coordinates (2.5D) or is it only looking at the closest 2D value in X and Y coordinates?

  • March 2, 2023
  • 4 replies
  • 31 views

Forum|alt.badge.img
Does the constant interpolation method in the surfaceDraper transformer takes into account X, Y and Z coordinates (2.5D) or is it only looking at the closest 2D value in X and Y coordinates?

Best answer by saraatsafe

How is the closest vertex determined? Based on X, Y or X, Y, Z?

Hi @sibe​, the closest vertex is determined via X, Y only. Hope this helps!

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.

4 replies

saraatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • 147 replies
  • March 7, 2023

Hi @sibe​, the CONSTANT Interpolation Method takes z values into account; it draws on the z value of the closest vertex in the underlying model. Feel free to take a look at the SurfaceDraper's documentation for more. I hope this helps!


Forum|alt.badge.img
  • Author
  • 17 replies
  • March 14, 2023

How is the closest vertex determined? Based on X, Y or X, Y, Z?


saraatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • 147 replies
  • Best Answer
  • March 14, 2023

How is the closest vertex determined? Based on X, Y or X, Y, Z?

Hi @sibe​, the closest vertex is determined via X, Y only. Hope this helps!


Forum|alt.badge.img
  • Author
  • 17 replies
  • March 15, 2023

Thank you