Tommy Holder submitted a different approach to creating fillets–one that includes drawing the lines. For the earlier routine, see “Reduce mouse clicks and increase productivity with AutoLISP.”
Tommy’s approach is unique, I think. Instead of drawing the lines first, the AutoLISP routine prompts you for points, which are the endpoints of the lines. Here are the steps:
- Download fl.lsp. FL.lsp (click to download)
- Unzip the file.
- Use the APPLOAD command to load fl.lsp in a location that is in AutoCAD’s support file search path.
- On the command line, type fl and press Enter.
- At the Enter points : prompt, specify the first line’s start point.
- The prompt repeats, so specify the first line’s end point (which is also the second line’s start point)
- Next, specify the second line’s endpoint and press Enter.
- At the Enter BEND RADIUS <1.0000>: prompt, enter the fillet radius and press Enter.
Watch the video!
Tommy Holder has 35 years experience with Ingalls Shipbuilding on the Mississippi Gulf Coast where the company has built numerous ships for the Navy. He has been a CAD designer and developer, having written many lines of code, developed many menus, and trained many users. He has been a project lead and supervisor but found that his true calling was not in management but CAD development and helping users.
- Combine or subtract 2D shapes to create custom shapes - February 17, 2022
- Working with linetype scales - January 18, 2022
- Rename named objects–blocks, dimension styles, layers, and more - December 21, 2021
I spent a lot of time to find something like this