Skip to main content

Hi

I am sure that I have seen this before but how can I create a polygon from a single point. I only want to make the polygon 3m in diameter. I thought that there was a transformer but I can not find anything now....

Any suggestions welcome.

Hi @ingalla, if you need a circular-shape polygon, the Bufferer might help you.


And to add to that you could also add a BoundingBoxReplacer after the Bufferer to create a nice square.


That's great, thanks for your help, all works well....


Even a rectangle can be made directly from the Bufferer if you set the end type to square.


Reply