Fillet single corner of enclosed unfilled polygon on Edge.Cuts

KiCAD V9: When I try to apply a fillet to a corner of an enclosed polygon in PCB Editor, the fillet is applied to all the corners of an enclosed polygon. That is not what I want.

Is there a way to apply the fillet to just one corner of an enclosed polygon with all lines merged?

If not, is there a way to “explode” the polygon so I can apply the fillet to the corner I want or do I have to redraw the whole polygon over again as single lines?

Thanks in advance.
Allan

You can always draw a poligon with any size and any angle of chamfer at any edge.
Its a polygon.
“Poli” stands for many/several and “gon” for edge.
And you can easily edit it.

I did not ask about chamfer. I asked about fillet, which is a curved feature.

I just figured out how to do the second part of my question (the first one still isn’t answered). To “explode” as I said, in other words, decompose the polygon into a collection of lines:

  1. Right-click on the edge of the enclosed unfilled polygon
  2. Click “Create from Selection”
  3. In the submenu, click “Create Lines from Selection”
  4. In the popup window, check the box named “Delete source objects after conversion” and click OK.
    You can now select the two lines intersecting the corner you want to fillet and perform the fillet operation: (right click - Shape Modification - Fillet Lines).

This is good enough.

I’m sorry, you are right.