If the R value of the inner and outer lines is the same, it's width is different in curve.
Is it sure that picture you want?
if YES, and T is smaller than R, you can use this routine.
1. set global width of polyline to T, by properties window (ctrl+1)
2. get outline of polylines by MPOLYOUTLINE
http://www.lee-mac.com/polyoutline.html
3. make fillet in once by FMP.
https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/fillet-multiple-polyline-all-at-once-by-lisp/m-p/6473166/highlight/true#M343470
if NO,
1. set global width of polyline to T, by properties window (ctrl+1)
2. make fillet in once by FMP.
https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/fillet-multiple-polyline-all-at-once-by-lisp/m-p/6473166/highlight/true#M343470
3. get outline of polylines by MPOLYOUTLINE. (link is different from the one above.)
http://www.lee-mac.com/advpolyoutline.html
It is more advanced version of MPOLYOUTLINE, because it recognizes arcs,
but it is difficult to execute on complex drawings.
so before execution, the drawing must be simply organized.