Fillet line with polyline

Fillet line with polyline

Anonymous
Not applicable
467 Views
4 Replies
Message 1 of 5

Fillet line with polyline

Anonymous
Not applicable

Hello everybody.

I'm trying to fillet a polyline having a certain thickness with a line (Autocad 2016 and 2019). I select the polyline first and then the line, but I get a non-uniform fillet, as can be seen from the image:

 

1.jpg

 

I want, however, to obtain a uniform result, as shown in the image below:

 

2.jpg

 

I have been working for 20 years and have never stumbled upon such a hostile problem. Do you know how I solve? thank you
 
 
0 Likes
468 Views
4 Replies
Replies (4)
Message 2 of 5

ВeekeeCZ
Consultant
Consultant

Nothing you can do but fix it manually.

Go to the properties palette and reset a global width.

0 Likes
Message 3 of 5

Anonymous
Not applicable

Really? In autocad 2010 i can do it ...

0 Likes
Message 4 of 5

ВeekeeCZ
Consultant
Consultant

The thing is that FILLET has changed. Probably in 2014 or so.

 

If you're not using LT, you can still run the old version using a LISP expression (LISP in general uses old versions of commands). Copy-paste it into the command-line as it is.

(command-s "fillet")

 
0 Likes
Message 5 of 5

Anonymous
Not applicable

thanks.

0 Likes