Tips & Tools Weekly (Vol. 13, No. 13)
6 Apr, 2008This Week's Software Tips Flip Dimension Text "To run this, simply drag the FDT.LSP file into the AutoCAD drawing window to load it. Then type FDT on the Command line. (I have this utility set up with Autoload on demand from a custom toolbar for easy access.)" NOTES FROM CADALYST TIP PATROL: Very slick! Be sure to follow the instruction to drag and drop the code file it into the drawing window, because we couldn't get Appload to run it. We adapted this to automatically flip the text when we pick a dimension, with further picks flipping the dimension back and forth. That's because we may need to only flip odd dimensions and would rather see the dynamic effect on each one as we go rather than selecting a set of dimensions to operate on. Note that when you cut and paste between drawings with rotated UCSs, you may get dimensions being read from the left instead of the right, and adapting this via the properties of the dimension is nearly impossible. Plot Styles Toggle NOTES FROM CADALYST TIP PATROL: This is another winner. For those who have plot styles turned on in their displays, this is a huge time saver. Copy/Paste as Block NOTES FROM CADALYST TIP PATROL: We must use this one a dozen times a day -- one of our favorites! These shortcuts and others can be found under the Edit menu. The keyboard shortcuts display next to the commands on the menu itself. Tip Patrol member Kevin Sawyer shared his COPYPASTE.LSP routine, which lets you select objects to copy in World Coordinate System (WCS) regardless of your current UCS and is followed by the Pasteorigin command to paste to the original world coordinates, again regardless of your current UCS. He uses it all the time between various floor plans to copy all sorts of entities from one level to another. Clipboard Copy/Paste "Well, maybe not the X/Y/Z part; they will usually fail once the Paste is finished. If you try to skew the objects, they tantalizingly drag into the display correctly, but then revert back to original aspect ratio once they are inserted. Use Paste as Block if you need skewed X/Y/Z scales. "Copy/Paste has some interesting bonus abilities. If you copy a viewport using the core Copy command and then use the core Scale command to change the viewport size, the viewport display scale stays where it was originally. But if you scale the viewport during a Paste operation, the viewport display scale will be adjusted by the new scaling factor. Note that you must use the Mview command to turn on viewports copied via the clipboard. "It has probably been mentioned before, but worth repeating: The clipboard memory is unaffected by many AutoCAD commands (such as Undo or creating new selection sets). Entities can be copied into the clipboard for later retrieval. Just don't forget they are there if you are multitasking! Imagine finishing something complicated that you wouldn't want to do over, but you discover that earlier something else was done horribly wrong. A multiple Undo action would help resolve the old error(s), but you'll lose the new good stuff. Just copy the new good stuff to the clipboard, and run Undo as far back as needed. Undo does not affect clipboard memory, so those objects are still available to paste back in once you get that bad stuff out of your drawing." NOTES FROM CADALYST TIP PATROL: Useful tips! Everyone will need this at some stage, although if you're not confident that your new work will stay on the clipboard successfully, then just save your work to a temporary file using .SAVE (dot save) before undoing you work. Don't use Save As because this changes the current drawing to your temporary name without saving your previous file. Layout Viewports Handler
Installation:
Read VPHANDLEEN-README.DOC for complete information about installing and running the utility. ViewportHandle is shareware, but runs fully with no limitations. NOTES FROM CADALYST TIP PATROL: This tip is a very complete package. It may need to be adapted to each user's office standards regarding viewport layer, colors, etc. Very well thought out! Special Characters NOTES FROM CADALYST TIP PATROL: Good tip! Add to that the Windows Character Map (accessed through the Mtext Editor), and users will have a vast array of characters at their disposal. In the Mtext Editor, right-click and then select Symbols / Other to access this feature. Note: These follow-up tips have not been tested by the Cadalyst Tip Patrol. Follow-Up: Isolate and Unisolate Layers ^C^C-LA,ON,*,, "The ^C^C is to clear all previous commands so this command is not transparent. Similarly, you can make a new command and button to thaw all layers: ^C^C-LA,TH,*,, Follow-Up: Middle of Two Points Regarding the same tip, Cadalyst Tip Patrol member Mitch Hirschklau added some interesting perspective. "Back in 2006, I had occasion to discuss the Middle-2-Points in an AutoCAD/DRCAuto user's forum. One of the reasons that a lot of users don't use the new (well, new in 2006-LT, etc.) Middle-2-Points command modifier much (or for that matter, the older From and Tracking command modifiers) might be because too many people keep casually referring to them as object snaps! "What is the difference between a command modifier and an object snap mode? An object snap mode refers to a geometric or other "fixed" feature. A line has only two endpoints. A line or an arc has only one midpoint. A circle and an arc can have only one center point. Text, mtext, and blocks can have only one insertion point. And two lines, or arcs, or graphic entities can have only one intersection, apparent-intersection, and so forth. Even for a given line and arc, there can be only one tangent. That's why they can be made into running osnaps. Although some calculation is involved (as in quadrant-of, nearest-to, apparent-intersection-of, and tangent-to), these calculations are limited and relatively simple. "Command modifiers, however, require AutoCAD (or AutoCAD-LT) to make separate and unique calculations based on changing conditions! The Middle-2-Points command modifier, for example, requires two user inputs -- and the user inputs themselves can be, let's say, apparent-intersection-of for one and tangent-to for another. By their very usage, they cannot be object snap modes; the calculation does not relate to any preset or predefined quality of the entities to be selected. "That's probably why they're not on the Osnap or Dsettings pop-up menus or in AutoCAD Help under Osnap. Of course, confusingly enough and in typical Autodesk fashion, they are in the Osnap toolbar!" Follow-Up: Snapang Command Follow-Up: Block Count BLCOUNT.LSP is my attempt at a better version. It counts all blocks in the drawing, including dynamic blocks. It prompts the user to select a single block or the entire drawing. If a single block is selected, only the instances of that block are counted. "The user is then given the choice of outputting a list similar to that of the BCOUNT command, or to output a detailed description of all the inserted blocks. The detailed description lists block name, anonymous name, insertion point, if the block has attributes, if the block is visible, the layer name, the space the block is inserted to and the layout name if the space is paper space. "If you select a detailed list, you're given the choice to print the list to the text screen or to print it to a comma-delimited text file. If the drawing contains a large number of inserted blocks, the text screen buffer may be too small to list all. The text file can easily be imported in a spreadsheet program. "I have written the LSP file in AutoCAD 2008, but I can't see any reason it shouldn't work in earlier releases (or later). I used the file Blocks and tables -METRIC.DWG in the Sample directory of the AutoCAD installation along with some other files for testing. I hope some will find this command useful!" BCOUNT list from Blocks and tables -METRIC.DWG:
Block............Count BLCOUNT list from the same drawing:
SUMMARY: MicroStation Tip: Dragging and Dropping Reference Files Today's MicroStation tip courtesy of Axiom and MicroStationTips.com.
Submit Your Tip for your favorite CAD software. If we publish your tip, we'll send you a Cadalyst T-shirt, and each month Cadalyst editors will randomly select one published tip and send a $100 gift card to its author. Please submit only code and other tips that are your original work (or provide the original source so we can include proper credit) and tell us which software version you use. By submitting code, you grant Cadalyst the right to print and distribute your code in print, digitally, and by other means. Cadalyst and individual authors retain all rights to the code; published code is not to be used for commercial purposes. Tips & Tools Weekly software tips for AutoCAD are reviewed by Cadalyst staff and the Tip Patrol before publication. Use all tips at your own discretion, please, and watch later editions of this newsletter for updates and corrections. We're sorry, but editors and Tip Patrol members cannot provide assistance with technical problems; please refer to Cadalyst's Hot Tip Harry-Help discussion forum. Sincere thanks to our volunteer Tip Patrol members: Brian Benton, Don Boyer, Mitchell Hirschklau, R.K. McSwain, Kevin Sawyer, and Billy Wooten.Back to Top | |
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Resources Physical Landscape Models Made to Order Back to Top | |
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Deals & Freebies Free AEC Batch Editing Software Free Architectural Software Download Back to Top | |
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Opportunities & Honors VectorWorks Users Win AIA 2008 Housing Awards ADEPT Airmotive Named Autodesk Inventor of the Month Bass, Yares, and Riddle Win CAD Society Awards Back to Top | |
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Books & Training 3D Manufacturing Back to Top | |
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The Week's New CAD and Related Products General Software: Mathematica Player Pro General Software: EnSuite v2 General Software: ABViewer v6.3 Visualization: Eye-Sys AEC: TurboCAD Deluxe v15 AEC: CADWorx Design Review 2008 AEC: progeARCH AEC: AecBatchStylesEditor 2008 AEC: RAM Structural System v11.3 MCAD: QuadriSpace v2008 CAE: ANSYS Engineering Knowledge Manager (EKM) CAM: progeCAM CNC 2008 Back to Top | |
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mark Your Calendar Webcasts: Synergis Training for CAD Professionals International DFMA Forum NVISION 08 For a complete list of CAD meetings, conferences, training sessions, and more, check out our calendar of events on Cadalyst.com. Back to Top |