Category Archives: LISP

How to change Xref layer colors to one color?

Hi everyone! When presenting drawings of electrical systems, HVAC systems, internet systems, and fire protection systems, we usually use the architectural drawing as an Xref. If we keep the layer colors the same as in the architectural drawing, it becomes difficult to view, so we often change all Xref layer colors to one color. >> You can refer… Read More »

Draw Continue Polyline AutoCAD

How to Draw Continue Polyline in AutoCAD? Solution: Using LISP Do step by step as follows: Step 1: CPL > Enter Step 2: Select a part of a polyline near its endpoint. Step 3: Continue to draw with the Polyline command Download LISP here Thank you for visiting my blog!  

Lisp calculate total length of polylines

You have a lot of separate polylines in the drawing. How do you calculate its total? I will introduce a lisp to you. It will help you to calculate length of polylines. Download lisp here Load application Type TLEN > Choose polylines that you need to calculate > Enter > Show AutoCAD message dialog box. Video tutorial: