Monthly Archives: April 2012

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: Change Hatches to Solid Hatches

Today’s featured routine will help you if you need to change some or all hatches to the solid hatch pattern. Here’s how: HATCH2SOLID <enter> Create a selection set by either individual selection or window/crossing selection. Or As shown in the … Continue reading

Posted in AutoLISP, AutoLISP: Modify, Hatch, Modifying | Leave a comment

AutoLISP: Easily Make Isometric Text

If you need to create isometric text  and you are tired of using so many different styles, today’s tip will be your new best friend. Note that this routine only works with DTEXT (single line text). Here’s how: ISOTEXT <enter> … Continue reading

Posted in AutoLISP, AutoLISP: Creating, AutoLISP: Modify, AutoLISP: Text, Isometrics | 4 Comments

Load Express Tools for 2013

This post works the same for AutoCAD and AutoCAD Architecture. Upon installing AutoCAD you may not have installed the Express Tools… Here is how to load them: Click Start Click “Control Panel” Click on “Programs and Features” Note: if you … Continue reading

Posted in AutoCAD 2013, Customization, Express Tools, Manage, New In 2013, TIPS | 75 Comments

Create Rotated or Aligned MTEXT

If you’ve gone to school for CAD or ever dealt with a good manager then you’ve undoubtedly heard them remind the CAD users to “Look at your options in the command line…” Today’s tip is a good example of this. If you … Continue reading

Posted in BASICS, Text, TIPS | 3 Comments

Express Tools: CLIPIT

I recently showed how to create an XCLIP for XREFs (found here) but today’s tip gives you some more options. The Express Tool CLIPIT will clip reference objects – not just XREFed drawings. It will work on the following objects: … Continue reading

Posted in Blocks, Manage, Modifying, TIPS, Wipeouts, XREFs | 3 Comments

Turn Shape Objects into Blocks

If you have a drawing that contains shape objects and then you try to send that drawing to someone else, those shape objects will be missing from their drawing. Today’s tip features an Express Tool called SHP2BLK which simply lets … Continue reading

Posted in Blocks, Express Tools, Manage, Modifying | 1 Comment

XCLIPFRAME

Here are the options (system variables) for how your XCLIP frame is shown and/or printed. The variable is XCLIPFRAME <enter> and the default setting is <2>

Posted in BASICS, Customization, Manage, Modifying, XREFs | 3 Comments

Invert XCLIP

Once you have an XCLIP created, you can can invert the XCLIP so that the area that is inside of the defined XCLIP border will be hidden and the area outside will be shown. Here’s how: Select the XCLIP boundary … Continue reading

Posted in Manage, Modifying, XREFs | 1 Comment

Create an XCLIP

For those who use XREFs, there may be times when you do not need the entire XREF to be brought into your drawing especially if the XREF is rather large. With the command XCLIP you can create a boundary around … Continue reading

Posted in Manage, Modifying, XREFs | 19 Comments