mikekmx 发表于 2022-7-6 23:35:17

quick question : fillet macro

Hi,
Could someone correct this please. I have tried many variations but cannot get a macro to fillet all the corners of a polyline to (in this case) 400mm radius. It keeps invoking the Pan command
 
 
^C^C_Fillet;R;400;P;

Dadgad 发表于 2022-7-7 00:06:16

Enter P for Polyline before you specify the radius.

steven-g 发表于 2022-7-7 00:29:44

Interesting problem, it looks like entering the options in a macro actually cancels the command, anyhow's try this

^C^C_Fillet;R;400;_Fillet;P;
or this would do it

^C^C_Fillet;R;400;;P;

mikekmx 发表于 2022-7-7 00:48:27

excellent. thank you very much.
 
 
I have gone with
^C^C_Fillet;R;400;;P;
页: [1]
查看完整版本: quick question : fillet macro