Skip to main content

I have a workbench that creates points from coordinates then generates lines. I am only getting three sides of the polygon and I have not found a transformer that will close the forth side.

 

Can you suggest a solution?

Hi @jurgenmack​ Use the LineCloser - it adds the start point to the end, closing the line with an additional line segment.


Hi @jurgenmack​ Use the LineCloser - it adds the start point to the end, closing the line with an additional line segment.

Thanks Dave

I was searching for something like polygon closer or finisher.


Reply