|
|  |
AutoCAD Tips & Tutorials
Toggling the display of grips within blocks
By default, when you select a block, AutoCAD displays only one grip, at the block's base point. However, what if you want to grip edit the block from some other point in the block. You can do so by displaying the grips of all the objects in the block. Jack Foster sent in a great AutoLISP routine that easily toggles between these modes. To use it, type the following at the end of your acad.lsp file (or create the file if it doesn't exist and put it in your AutoCAD's \Support folder).
(defun c:gb()
(setvar "gripblock" (abs(1- (getvar "gripblock"))))
)
This will load automatically when you start AutoCAD. Then simply type gb to run the routine. Each time you use gb, the routine toggles the GRIPBLOCK system variable setting. Here you see the results of both settings.

Jack notes that you can use the same method to toggle other system variables that use 0 and 1 as their two values, such as tilemode.
Back to main tips menu for more tips
|
|
|
Books by Ellen
|
New!
AutoCAD 2009 and AutoCAD LT 2009 Bible
This is the 9th edition of this book! Completely updated to conform to the new interface and, of course, it covers all the new features, such as the ribbon, Quick View, ShowMotion, the View Cube, the SteeringWheel, and more. |
AutoCAD 2008 and AutoCAD LT 2008 Bible
Learn the great new features with wide application to all disciplines. Get the most comprehensive book on AutoCAD! DVD contains a 30-day trial of AutoCAD and AutoCAD LT. Thorough exercises guide you through each feature.
|
|
AutoCAD 2007 and AutoCAD LT 2007 Bible
Discover the 2007 features, especially the radically improved 3D tools. CD has AutoCAD 30-day trial, 3rd-party software, and drawings for exercises.
|
AutoCAD 2006 and AutoCAD LT 2006 Bible
Understand and use the 2006 features,
including dynamic blocks and the new method of
customizing menus and toolbars. CD-ROM
has AutoCAD trial, software, and
drawings for all exercises. |
|

AutoCAD 2005 and AutoCAD LT 2005 Bible
Fully explains latest
2005 features: tables,
fields, and sheet sets. For the first
time, covers AutoCAD LT! CD-ROM
comes with software and
drawings for all exercises.
|
|

AutoCAD 2004 Bible
Covers all features
in detail. Hands-on exercises. Over
1300 pages + CD-ROM with software and
drawings for all exercises.
|
|