Automatic Bend Tolerance Application - Macro / LISP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
My company uses AutoCAD to create two dimensional panel drawings. These drawings are made to scale, and then adjusted to account for bend tolerances. When the panel bends in the field, .025" is added to the face of each panel. This means each of our panel drawings must be shrunk by .025" per bend line so when they are bent in the field they end up the correct size. (Only the face of the panel needs adjusted)
Since we handle hundreds of panels per job, shrinking every panel manually can become time consuming. Is there a way to create a macro that would automatically do this?
Perhaps a different macro for each of the different panel types would be needed.
- A macro for rectangular panels (1 face panels)
- A macro for 2 face panels and so on
I attached a dwg file with some examples of what I mean. The faces that require adjustment are in yellow.
Can this be done? If so, how should I go about doing it?