Golfdave Posted November 2, 2018 Posted November 2, 2018 Any one know of a lisp routine that will let you window the corners of a rectangle to fillet instead of picking the corners? Quote
Lee Mac Posted November 2, 2018 Posted November 2, 2018 (edited) Have you tried the Polyline option of the FILLET command, or are you looking to fillet specific corners? Quote Command: FILLET Current settings: Mode = TRIM, Radius = 2.0000 Select first object or [Undo/Polyline/Radius/Trim/Multiple]: Edited November 2, 2018 by Lee Mac Quote
Bill Tillman Posted November 2, 2018 Posted November 2, 2018 I second Lee Mac's suggestion. You can radius the corners of an existing rectangle but writing the code to get it to click in just the right places while not impossible would be rather tedious. Instead, if you draw the rectangle(s) with the FILLET switch you handle things in one swoop. Quote
Golfdave Posted November 2, 2018 Author Posted November 2, 2018 Lee, I use the poly line fillet command I even found a lisp that will let me window multiple poly lines and fillet all of them at once. I was just looking for a way to window a corner instead of picking two lines thought it would be faster seeing as you don't have to be so precise in picking. Not a biggy just wondering if anyone had done it. Don't sweat it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.