Monthly Archives: September 2012

Text to Multileader

This routine will allow you to select either an MTEXT or DTEXT (single line text) object and then create a multileader from its contents on the current layer and the current multileader style. Here’s how: AM <enter> to start Add … Continue reading

Posted in AutoLISP, AutoLISP: Modify, AutoLISP: Text, Leaders, Modifying | 13 Comments

AutoLISP: Select block by name

Even though, you can use the SELECTSIMILAR [found here] command to select a block and then this command will select the other blocks like the selected block…Here is a LISP rouinte that will make a selection set of a named … Continue reading

Posted in AutoLISP, AutoLISP: Blocks, AutoLISP: Modify | 12 Comments

Autolisp: Find Blocks and Mark Them

This is a re-post of an earlier post that had an error in it. So here it goes again… This routine will let you easily find blocks in your drawing. It does this by drawing lines from the insertion point … Continue reading

Posted in AutoLISP, AutoLISP: Blocks, AutoLISP: Manage | 3 Comments

Cycling Mode

With AutoCAD 2011 they introduced the selection cycling tool which is very helpful and I have posted about it here. There are times, however, when it is annoying. Take for example when you are simply zoomed out of a drawing … Continue reading

Posted in BASICS, TIPS | 1 Comment

Add A Fillet or Chamfer With No Trim

There might be times when you need to use fillet or chamfer and you do not want these tools to trim the objects. This method will leave the original objects intact and simply apply the fillet or chamfer. Here’s how: … Continue reading

Posted in BASICS, Customization, Modifying, TIPS | 3 Comments