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; Enter P for Polyline before you specify the radius. 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; excellent. thank you very much.
I have gone with
^C^C_Fillet;R;400;;P;
页:
[1]