Skip to main content

Hi,

 

 

I try to make lines from points to the nearest polygon. I used Counter as unique ID for the points, and a geometry remover because I thought is necessary to obtain points from the vertex creator. However, it still does create lines. Also the result I want (LineBuilder) are obviously weird. Whats going wrong here?

 

 

Thanks!

 

You don't need the GeometryRemover, just add two VertexCreators one after another. The first one with Mode set to "Replace with point", the other one to "Add point". You can then also drop the Sorter and the LineBuilder.


You don't need the GeometryRemover, just add two VertexCreators one after another. The first one with Mode set to "Replace with point", the other one to "Add point". You can then also drop the Sorter and the LineBuilder.

Amazing! Thank you David!


Reply