Round / Fillet Multiple Corners

Hi.
Is there a way to round or fillet multiple corners in a single operation?
I make lots of drawings for glass splashback production and need to put an internal radius in every corner of power outlet cut-outs.
This process is quite laborious in QCad and put me off using it full time, although there are many useful features otherwise…

Any help appreciated, thanks.

JR

Are these polylines or loose elements? Can you provide an example file? There might be a way, depending on the drawing.

See attached, a typical file from my customer.
Not including the two semi-circles this piece has 21 separate internal corners.

I can overdraw the rectangular cut-outs with a radius, this isn’t too bad actually. I was hoping more for a highlight all and click solution.


Any advice appreciated, thanks…
J47705 - 2 Kay.dxf (477 KB)

If I understand you correctly, you only want to round some of the corners (not the ones of the two half circles).

This is not possible as QCAD cannot know which ones to round, which ones not.

However, you can round all corners of a single polyline in one go if you’re willing to bear with me.

  1. Quit QCAD
  2. You need to open the text file QCAD3.ini and enable this experimental feature of the round tool. You can learn where to find this file on your platform from our tutorial Resetting the QCAD Configuration.
    Open the file with a plain text editor of your choice (Notepad, TextEdit, …).
  3. Find section [RoundPro] and under it, add the text Experimental=true:
[RoundPro]
Experimental=true
  1. Start QCAD and load your file
  2. Hide layers “Datum lines” and “0”
  3. Select > Select all
  4. Draw > Polyline > Polyline from Selection
    This converts your edges to polylines.
  5. Modify > Round
  6. Enter the radius in the options toolbar and enable “Polyline mode”
  7. Click each polyline once to round all corners.

Optionally, you can Modify > Explode the polylines again if you want to return to loose entities.

Note that this puts a radius on all corners, so you might want to pay special attention to those corners you don’t want to round:

Great, this will certainly help, I can trim back the ones that are not required in this case is much quicker.
Thanks and for the quick replies…