Category Archives: AutoLISP: Attributes

AutoLISP: ATTWIPE Clear Selected Attribute Values

Here is one that lets you easily clear the selected attribute tag(s). This is especially helpful for when you are editing titleblocks that have populated attributes or when you copy a block (symbol) that already has attribute values already populated. … Continue reading

Posted in Attributes, AutoLISP, AutoLISP: Attributes, Blocks, Modifying | 1 Comment

AutoLISP: Change Text Styles

Today’s featured routine was posted by “Peter” at Augi.com found here: http://forums.augi.com/showthread.php?22959-Help-Changing-text-style-in-blocks This routine helps changes the text style of text objects and even attributes inside of blocks to a user specified text style. This is helpful for when you … Continue reading

Posted in AutoLISP, AutoLISP: Attributes, AutoLISP: Manage, AutoLISP: Text | 9 Comments

AutoLISP: Select Attributes for Invisibility

Here is a simple lisp routine that lets you select the individual attribute to make it “invisible.” Here’s how: INVIS <enter> to start Select the attributes that you would like to be invisible <enter> when finished (defun c:invis (/ ent … Continue reading

Posted in Attributes, AutoLISP, AutoLISP: Attributes, AutoLISP: Blocks, AutoLISP: Modify | Leave a comment

AutoLISP: Copy Text to Table Cells

Link to http://www.autocadtips.wordpress.com There used to be a web site called ASMITOOLS.com where this particular LISP routine was posted. After the website went down, the author basically dumped all the routines in a forum as he decided to move on … Continue reading

Posted in AutoLISP, AutoLISP: Attributes, AutoLISP: Modify, AutoLISP: Text | 2 Comments

AutoLISP: Select Text, Rename Layout Tab

Link to AutoCAD Tips I used this LISP routine frequently for my old job. It is a routine that I found at http://www.cadalyst.com and is very helpful. What it does is let you rename the current layout tab by selecting … Continue reading

Posted in Attributes, AutoLISP, AutoLISP: Attributes, AutoLISP: Text, Layout, Paper Space, Text, TIPS | 3 Comments

AutoLISP: Delete Invisible Attributes

Link to AutoCADtips There are times when sending or submitting drawings to client or another drafter when the blocks in your drawings contain many attributes – some of which may be set to Invisible. And if you have ever wanted … Continue reading

Posted in Attributes, AutoLISP, AutoLISP: Attributes, AutoLISP: Modify, Blocks, Modifying | 1 Comment

AutoLISP: Bump Attributes Values

Here is another Lee-Mac routine. This routine is not on Lee’s website but is from the Augi forums [found here]. http://wp.me/p1aURt-kg This routine is pretty awesome for moving attributes up or down in position. It will not “move” the entire … Continue reading

Posted in Attributes, AutoLISP, AutoLISP: Attributes, AutoLISP: Blocks, AutoLISP: Manage, AutoLISP: Modify | Leave a comment

AutoLISP: Align Attributes

Here is a simple yet helpful LISP routine that will let you align you attributes after they have been added to a block. It allows you to align them either vertically (up & down) or vertically (side-to-side). Note: This routine … Continue reading

Posted in Attributes, AutoLISP, AutoLISP: Attributes, AutoLISP: Blocks, Blocks, Modifying | 1 Comment

AutoLISP: Text Calculator by LM

Last Spring, I asked Lee Mac for a program to help me with my job at the time and he delivered. You can find the program here. What it does is allow you to select various text objects whether they … Continue reading

Posted in Attributes, AutoLISP, AutoLISP: Attributes, AutoLISP: Text, Blocks, Text, TIPS | 2 Comments

AutoLISP: Individual Attribute Visibility Toggle

Here’s another great routine by Lee Mac. If you have ever needed to turn on or off a specific attribute, and used the BATTMAN (Block ATTribute MANager) command, you know that it toggles on or off the attribute you specify … Continue reading

Posted in Attributes, AutoLISP, AutoLISP: Attributes, Blocks | 6 Comments