Category Archives: AutoLISP XREFs

Change XREF Layer Colors to One Color

Here is a great lisp routine that lets you simply select an XREF and change all of the XREF’s layers to a specific color (color 253 in this case). This is useful in some of my work’s drawings because we … Continue reading

Posted in AutoLISP, AutoLISP XREFs, XREFs | 20 Comments

AutoLISP: Great Dialog Box to Turn On Layers from Various States

If you’re like me, you have a handful of routines, scripts or macros that let you basically “turn on” layers Thaw those frozen layers; Unlock those locked layers; Turn on those Off layers… The routine featured today combines all of … Continue reading

Posted in AutoLISP, AutoLISP XREFs, AutoLISP: Manage, AutoLISP: Modify, Layers | 1 Comment

AutoLISP: Globally Change XREF Attachment Type

If you need to Changeall of the way in which XREF’s are attached this routine is for you. This routine will change all XREFs in a drawing to either “Overlay” or “Attached.” Here’s How: X2A <enter> = All XREFs to … Continue reading

Posted in AutoLISP, AutoLISP XREFs, AutoLISP: Modify, XREFs | 2 Comments