How to easily modify Line, Arc, and Circle width in AutoCAD 2023 using an AutoCAD Lisp

How to change AutoCAD objects' width?

You may want to change the width of lines, arcs, and circles in AutoCAD to achieve different effects or styles. However, manually modifying the width of each object can be tedious and inconsistent, especially if you have a large number of objects of varying shapes and sizes. Fortunately, a simple LISP code can be used to easily modify line, arc, and circle width in AutoCAD.

Introduction to AutoCAD.

In this post, I'll demonstrate how to use LISP code to change the width of any line, arc, or circle in your drawing with a single click.

What is the AutoCAD LISP and how do you upload it to AutoCAD?


After you have uploaded the LISP file, you need to type 'C', 'H', and 'W' to activate it.

then select your objects.

Finally, specify the new width.

You can download the lisp from here.

Conclusion:

When working with line, arc, and circle objects in AutoCAD, you can save a lot of time and effort by using this LISP code. Without using the properties panel, the change command, or the pedit command, you can easily change the width of any object with a single click. This LISP code can also be used to create uniform and consistent widths for your objects, which is useful if you want to adhere to a specific standard or preference.

In this post, I demonstrated how to easily change the width of a line, arc, or circle in AutoCAD using LISP code. This is a very useful and convenient tool that can help you improve your productivity and work quality when working with AutoCAD line, arc, and circle objects. I hope you found this post useful and educational. Please leave a comment if you have any questions or feedback. Thank you for taking the time to read this.

Comments