Skip to main content

i have a line of 1500 mts, and i could trim it in different parts (the same longitude), and now i calculate the statisticscalculator sumary the vertex of each line (first and last number point), to know what is the value of the last poiny of each line. if i know what is it, what can i do to search in each line by these value, because each line have diferents point.

if some one can help me, thanks for all :)

Hi @ftl, if you need to extract coordinates (x, y, z) of the first or the last vertex of a line, the CoordinateExtractor (Mode: Specify Coordinate, Coordinate Index: 0 for the first vertex; -1 for the last vertex) might help you.


Thank you very much @takashi you inspired me and I was able to do what I wanted.

?????


Reply