I have 2 datasets of points created from the vertex extractor transformer. The 2 points have the same X, Y coordinate but differ in Z. I want to create vertical lines between these 2 points. I think this should be possible using the vertex creator transformer with 2 transformers after each other but can’t get it to work.
Solved
How to generate vertical lines with same X, Y but difference in Z for two points?
Best answer by ebygomm
You can use a LineBuilder to do this, extract the coordinates of the points into attributes if they're not already stored as attributes then use the x and y fields as a group by
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.