Skip to main content
Question

3D LInes with Z and M

  • October 29, 2020
  • 2 replies
  • 15 views

I am trying to extract vertexes from a shape file that has 3D Lines with both a Z value and an M value. I am trying to extract the both the Z and M value but I don't see a way to do it. Vertex Extractor will only give me X,Y,Z

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.

2 replies

Forum|alt.badge.img+2
  • 1891 replies
  • October 29, 2020

@Richard Nairn​ VertexExtractor drops the measures. If you want the data as a series of points in the same way that VertexExtractor presents them, plus the M then you can use:

  • Chopper - By Vertex & Number Vertices = 1
  • MeasureExtractor
  • CoordinateExtractor

I've attached a small example workspace


  • Author
  • 1 reply
  • October 29, 2020

Thanks, I will give it a try.