Skip to main content
Solved

How can I maintain my Z values in my featuresclass using surface draper while replacing the vertices that lack a Z value using the surface provided?

  • December 14, 2022
  • 1 reply
  • 14 views

Forum|alt.badge.img
How can I maintain my Z values in my featuresclass using surface draper while replacing the vertices that lack a Z value using the surface provided?

Best answer by virtualcitymatt

It depends a bit on the data. If the features themselves have mixed dimensions it's a bit tricky (for example a line with only some 2D points and some 3D points), however, if the feature itself is either 3D or 2D then it's pretty easy to just filter the feature which already have a good z value. You can probably use the bounds extractor to get a z value which you can then test for.

the ones which don't have a z value can go into the SurfaceDraper and the already 3D ones just go around it

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

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • Best Answer
  • December 15, 2022

It depends a bit on the data. If the features themselves have mixed dimensions it's a bit tricky (for example a line with only some 2D points and some 3D points), however, if the feature itself is either 3D or 2D then it's pretty easy to just filter the feature which already have a good z value. You can probably use the bounds extractor to get a z value which you can then test for.

the ones which don't have a z value can go into the SurfaceDraper and the already 3D ones just go around it