Showing posts with label quick tip. Show all posts
Showing posts with label quick tip. Show all posts

Wednesday, February 11, 2015

I use P to get what I want, when I want it, and you can too!

There are many times in AutoCAD when you need to select certain objects, but there just isn't a good way to do it while you are in a command. That is where the power of P can empower you and your selection sets.

If a command requires an object or objects to be selected then you can use the P option to select all objects that were previously selected. P stands for Previous. You can also use the SELECT command to, well, select objects. Once a set of objects has been selected it is saved in AutoCAD's memory until the next set of objects are selected. Here is a use case.

Tuesday, January 27, 2015

Some Thoughts to Employers About Training Your Employees

Train them or loose them.

Train them or your production will suffer.

Train them or you will loose even more money.

Train them or your competition will surpass you.

Train them or they will train themselves and leave you.

Stop fussing over training costs. Train your employees. It is the best investment in your company that you will ever make.

Wednesday, October 10, 2012

Quick Tip: Save before using AutoCAD Etransmit

AutoCAD's eTransmit tool is a quick and easy way to gather all of the used files, data, sheet set info, fonts, xref's, etc. from a project in order to send the files to a client or to archive the project.

eTransmit will get every piece of data you used to create your drawings so that you can rest assured that you have everything.  I use it to send project files to clients, municipalities, and for archiving.

But before you use it, if you have any files currently open that you plan to eTransmit  save them first.  If you don;t save them first, eTransmit will not work.  It will return an error message and stop working.  You will have to save the file then start the eTransmit command again.  Of course it stops once it has processed all of the drawing files.  If you selected 100 drawings to eTransmit, it will process each one then end.  Forcing you to sit through that again!

Save first.  Then eTransmit.

Thursday, May 10, 2012

AutoCAD Quick Tip – How to Edit Command Aliases


AutoCAD commands can be entered via the keyboard in shorter versions called Command Aliases.  These are typically two to three keystroke versions of the regular command.  They allow for quicker input and require less effort.  Most commands have them and there is an easy way to change them or to add more aliases to the default list.

Tuesday, March 29, 2011

AutoCAD Video Tip - Text in ALL CAPS

Need to write AutoCAD Text in ALL CAPS?  Here is a Quick Video Tip on how to change the case of your text and to make sure you always type in ALL CAPS while working with AutoCAD.

Wednesday, August 25, 2010

Quick Tip - Delete Layer

When working in AutoCAD or one of it's vertical platforms, have you ever had a layer that you couldn't get rid of?  If happens.  You can delete a layer if it is empty, meaning that there is nothing using it.  Sometimes it's a block that has an object in it that's on that pesky, non-deleting layer.  If you are 100% sure you have an empty layer and you still can't get rid of it "nuke" it with the LAYER DELETE command.  Just type LAYDEL on the command line.  It will fully purge the layer and delete it.  LAYDEL used to be an Express Tool, but now it's a core command in AutoCAD.

Thursday, April 2, 2009

Array Objects Along a Polyline

Today I had to draw 12" square piles along a shore line about 100 feet long at 3' centers. The shore line was obvious not in a straight line. Originally I was going to draw my square with a circle with a 3' radius and copy each object one at a time. I would use the center of the square (and circle) as a base point and place the next object at the intersection of the circle and the shoreline. Tedious, but it would get the job done. Then I thought about it for a second. there has to be a way to do this in one (maybe two) keystrokes. So I went to the discussion boards at AUGI.

The great people there suggested I use either the DIVIDE or MEASURE command. I always forget about those two commands. Not any more! Both commands work virtually the same. They will place points along a selected line (polyline or spline) in equal segments. DIVIDE places a number of points along a line (a number you give it) while MEASURE places points along the line at a set interval (provided by you.)

If you don't want to place the points, you can choose to place a block instead. In this case (as it was suggested to me on the AUGI discussion boards) I made my pile a block and had the measure command insert it along my polyline at 3' intervals. AND (yes it gets better!) when I did this, the command asked me if I wanted the blocks to be aligned with the line! Of course I did!! Boo-ya!!! What was going to take me 5 minutes to do, now took 30 seconds (not counting the time spent on the board.)

Thanks AUGI!

Monday, March 23, 2009

Quick View Layouts-With Tabs

A reader recently asked me how to get the layout tabs back in AutoCAD 2009. He had been using the Quick View Layout (or QVL for short) but wanted to use the tabs again. In some cases tabs are quicker and easier to use. I agree. The QVL are great when you want a preview of the layout. Well, here's how:

Open up OPTIONS. To do that, type on the command line OPTIONS. (caps don't matter by the way.) Go to the DISPLAY tab, then to the bottom left of the screen to the LAYOUT ELEMENTS area. Make sure to Check the box that says DISPLAY LAYOUT AND MODEL TABS. That will turn them on.

You can use either method of moving through the tabs i your drawings. Even if the tabs are on, you can still use QVL. If you don't like either of these methods, you can toggle through your tabs by pressing CTRL+PAGE UP (or PAGE DOWN). CTRL+Page Up takes you towards the first tab, while CTRL+Page Down take you toward the last tab.

Wednesday, December 3, 2008

Entering Angles in Surveyor's Angles

Many times in AutoCAD, users will enter an angle in Degrees. Maybe even in Degree/Minutes/Seconds. If you are a surveyor or are working with a survey drawing, you will see angles (or bearings) written something like this:

N45d20'6"E (where d is the degree symbol)

This means the angle is North 45 degrees, 20 minutes, 6 seconds, East.

Users can input angles just like this if we need to. When drawing a line, pick your first point, then type in:

Make sure to start with the '@' symbol. Then enter the distance, (here it is 200) then the less than sign (I would type it in but my blog thinks I am trying to type in an HTML tag!!) then N (for north or S for South) the angle number (45) d to let AutoCAD know it is the degree, then the minutes and seconds if any. Don't forget to type in the symbols ' for minutes and " for seconds. Finish up with your last direction e (E for east and W for west.)

This will draw a line 200 units long at 45d20'6" to the "right" (or east) of north (straight up)

It's that simple.

Happy CADDING

Tuesday, November 25, 2008

Quick Tip - "Shift+Spacebar" To select Stacked Objects

How many times have you tried to pick an object that was underneath another object? Some times it's not so easy, especially if you have several objects in a busy area.

Solution: Start your command (move, copy, delete, whatever). Place your cross hair over the desired object (or stack of objects).

If you can't select the proper object, press the shift key and spacebar (Shift+Spacebar) simultaneously to toggle through the stacked objects. When the object you want is highlighted, pick it and you are on your way.

Happy CADDing.

(I had to edit this post because I wrote that you press the CTRL+Shift to do this - what a Moron I am. Sorry about that.)

Sunday, November 23, 2008

Quick Tip - Open Pallets With Shortcuts

If you need to open the Tool Pallets pallet, Properties Pallet, Design Center, Sheet Set Manager, or one of several pallets in AutoCAD, here is a guide to use. Simply Press the Control Key (ctrl) + (a number key) to open or close specific pallets. It helps to spend less time looking for the button, ribbon panel, or menu when your most frequently used pallets are but 2 keystrokes away.

ctrl + 1 = Properties Pallet
ctrl + 2 = Design Center
ctrl + 3 = Tool Pallet
ctrl + 4 = Sheet Set Manager
ctrl + 5 = empty (perhaps you can find a use for it)
ctrl + 6 = db Connection Manager
ctrl + 7 = Mark Up Set Manager
ctrl + 8 = Quick Calculator (2008 and up only)
ctrl + 9 = Command Line
ctrl + 0 = Clean Screen

Happy CADDing.

Wednesday, August 27, 2008

Quick Tip-Mtext Upper to Lower Case and Back

Here is an Mtext Quick Tip that I am "borrowing" from Cadalyst's latest Tips and Tools Weekly.

Have you ever typed a note in AutoCAD's Mtext editor only to find out that your caps lock was on (or off depending on what you want to accomplish)? There are a few things you can do to fix it. Right click in the editor and select the CHANGE CASE option. Or, press Ctrl + Shift + U to set the text to Upper Case, OR . . . . press Ctrl + Shift + L to set the test to Lower Case.

Very simple but handy.

Happy CADDING!

Friday, August 8, 2008

Quick Tip - Set Your Limits

Here is another Quick-Tip from CAD-a-Blog on using AutoCAD.

If you work with the GRID on set your limits. This will define the area where your grid will be shown. If you want to work in a small area of a drawing, set your limits there to display your grid. It is a better practice to set the limits to cover your entire drawing area and not a small portion.

Another reason to use limits is to help control the area covered inside your file. If limits are set, and LIMIT CHECKING is turned on, then you will not be allowed to select points outside of the limits area. This will help to prevent accidental insertion to points far away from your desired working area.

Thursday, August 7, 2008

Quick tip - Annotated text

Here's a quick tip from CAD-a-Blog using AutoCAD's Annotative Text. If you need to use text in drawings to lable something in multiple drawings use Annotative Text. Just set up a text style that is Annotative and have at. It can be set to show up through an x-ref file ant several different scales eliminating the need for multiple entities of text each having to be updated. And if your views are rotated you can turn on the MATCH TEXT ORIENTATION TO LAYOUT setting. That will automatically rotate your text so you can read it!!

Happy CADDING!

Tuesday, July 1, 2008

Quick Tip - Fielding Your Object Data

If you make a bill of material, parts list, quantities, etc. to put on your drawing, try using fields and tables to help yourself out. For example, I often need to show acreages for a residential site plan and total them.

The old way: measure the areas, add them up, and enter the text. If they changed, I had to do the same process, again.

New Way: for those areas, use a closed polygon, boundary, region, or hatch. Where you text is for your list, use a FILED, link it to the objects and display that objects area. If the area of the object changes, your text will update. Put these in a table, have the table do the math for you and you are done.

It's a little more complicated than this to set it all up and there are some things to be careful with, but this is a quick tip. It's meant to get you started.

If you have any questions, just comment them here or e-mail.

Happy CADDING!

Thursday, May 29, 2008

Quick Tip – Blending Styles in Impression

If you are working in Impression and are trying to get a blended shade, but you can’t quite get it to work with a gradient fill, try placing multiple fills.

Create a fill with one style and place it in your object. Create a different style and place a second fill on your object. Mess with that fills opacity until you get a pretty neat effect. You can blend different colors together too, and remember to try gradient fills with this trick.

Quick Tip – Remove Columns in Layer Manager

Does your Layer Manager take up too much screen space? Maybe there are too many columns in the manager for your liking. Here’s a quick tip that reduce the amount of space it takes up.

Open the layer manager. Go to the top of the manager, where it lists the column headers (On, Lock, Freeze, etc). Right click anywhere there. A list of the available columns will open up. Click off the ones you don’t want to see. If you turn one off, just click it back on in that list. The data is still there, you just don’t have the columns taking up the space.

Tuesday, May 20, 2008

Quick Tip – Slow Printing

If you are using AutoCAD 2008 or even AutoCAD 2009, you might have noticed the printing seems to move a little bit slower. Here is a quick tip on speeding up your printing.

AutoCAD 2008 introduced to us BACKGROUND PROCESSING for plotting. The theory behind it is that it will free up your computer while printing so that you can continue to work. It sounds good. I like it when I am publishing something or batch plotting through the sheet set manager.

BUT (there’s always a but in there somewhere), when I need to print single sheets, I don’t like it so much. What often happens to me is that I have two to three drawing files open and I want to print them. They might be from different drawing sets or whatever. The point is that I can only print them from the DWG files, one at a time. The background processing printing won’t let me print the second file until the first one is finished. So what’s the big deal?

The problem is that when you print behind the scenes, it takes longer. It takes longer because the computer is processing the printing, and processing your work. So I tried it. I switched it off and WOW!! The old printing speed returned. I have kept it off and my printing is much faster.

I usually don’t encourage people to turn off new features, because I want all of us to give them a chance. But this one works better for me when it is off. Perhaps the speed is not an issue (and even for me it isn’t always an issue) for you, and that’s ok too.

To turn it off, open up the OPTIONS (type in OP at the command line). Go to the PLOT AND PUBLISH tab. Near the left center area there is the option to toggle on/off Background Plotting. You have the ability to turn off Plotting and/or Publishing. I left the publishing on but turned the plotting off. Set it to fit your needs.

Happy CADDING.

Monday, May 5, 2008

Quick Tip – Clean Screen

The Clean Screen command in AutoCAD will provide a fuller view of your screen, making it easier to work with. It turns everything “off” on your screen except for the status bar, menu bar, and the command line. Invoking the Clean Screen command again restores your screen

Click the Clean Screen button in the lower right hand corner of the screen (it looks like a box) to toggle it on and off. OR, press “CTRL+O” (that’s the letter “O” not the number zero).

Happy CADDING

Thursday, May 1, 2008

Quick Tip - Layer Walk

What's on your layers? In AutoCAD, users can utilize the LAYER WALK command, or LAYWALK. Lynn Alan has posted a video on her CADalyst Website, Lynn Alen's Tips and Tricks Tuesdays, that talks about the laywalk command.

Laywalk used to be an Express Tool, meaning that you had to purchase the express tools add on to get it. It also meant that AutoCAD LT users couldn't get it. Now it is a standard AutoCAD command and is available to both "vanilla" AutoCAD and AutoCAD LT.

Type in LAYWALK in the command line to start it. A window comes up listing all of the layers in your file. Pick one and all items on that layer will be displayed. If a layer is blank, nothing will show up. If nothing shows up, there is a button to purge that layer.

Watch the video to get a visual on how it works.

Happy CADDING

Categories

AutoDesk (110) autocad (109) AutoCAD 2009 (40) augi (40) efficient (38) news (37) drafting (33) training (33) articles (30) CADaBlog (29) AutoCAD WS (23) Update (23) quick tip (22) video (21) mobile (19) review (19) cad (16) 3D Mouse (15) 3Dconnexion (15) Impression (15) Android (14) AutoCAD 2013 (14) cadalyst (14) me (14) AutoCAD 2010 (13) text (13) off topic (12) survey (12) Apps (11) hotfix (11) tips (11) 3D (10) AU (10) AutoCAD 2011 (10) service pack (10) workstation (10) Autodesk Labs (9) CAD Manager (9) annotation (9) blocks (9) cloud (9) fun (9) inventor (9) HP (8) Review-Product (8) autocad lt (8) videos (8) AutoCAD 2014 (7) Autodesk 360 (7) CUI (7) Windows 8 (7) iOS (7) new (7) IMSI Design (6) cad standards (6) files (6) google (6) infinite skills (6) printers (6) reference (6) ribbon (6) support (6) updates (6) workaround (6) RSS (5) TurboViewer (5) Upgrade (5) data (5) email (5) fields (5) guest post (5) keyboard (5) layers (5) paper space (5) pi (5) pi day (5) quotes (5) rant (5) selection (5) standards (5) styles (5) subscription (5) tech (5) 2D (4) AutoCAD Exchange (4) AutoCAD for Mac (4) Mac (4) Mastering AutoCAD (4) SketchBook (4) TurboCAD (4) UI (4) action recorder (4) dimension (4) driver (4) fills (4) large format printing (4) leaders (4) math (4) mobile workstation (4) salary (4) sheet sets (4) Amazon (3) Apple (3) AutoCAD 2012 (3) AutoCAD 2015 (3) AutoCAD 360 (3) AutoCAD Fundamentals (3) Civil 3D (3) DVD (3) DWF (3) Fusion (3) GIS (3) Kindle Fire (3) Lenovo (3) Microsoft (3) Review-Software (3) Wiley (3) Windows Phone 8 (3) Windows RT (3) annimation (3) announcements (3) autodesk plm (3) book (3) command alias (3) contest (3) filters (3) find (3) hardware (3) history (3) iPad (3) license (3) license software (3) lisp (3) menu browser (3) properties (3) purge (3) quick view (3) saas (3) tables (3) toolbars (3) weekend rant (3) what not to CAD (3) what not to do (3) #CADaBlogDVD2013 (2) 3D Modeling (2) 3ds Max (2) AutoCAD LT 2013 (2) AutoCAD LT for Mac (2) AutoCAD MAC (2) Autodesk. (2) BIM (2) CAD Services (2) CADSpeed (2) DWG (2) DXF (2) Designjet (2) Error (2) FAIL (2) Facecast (2) Freestyle (2) Fusion for Mac (2) George Omura (2) Mac OS (2) Mountain Lion (2) Novedge (2) Recomend (2) Review-Book (2) Revit LT (2) SpaceMouse Pro (2) Sybex (2) Tablet (2) Thinkstation (2) TurboReview (2) TurboViewer X (2) What Not To Do In AutoCAD (2) What's New (2) Windows (2) array (2) as-builts (2) beta (2) blog (2) circles (2) civil (2) civil design (2) collaboration (2) color (2) command line (2) commands (2) computer (2) copy (2) design (2) design review (2) dim style (2) download (2) eBook (2) eTransmit (2) file naming (2) free (2) geek stuff (2) grid (2) hotnews (2) interview (2) jobs (2) knowledge base (2) limits (2) look back (2) mouse (2) pallets (2) pgp (2) plotting (2) posts (2) press release (2) pricing (2) purchase (2) redlines (2) reference files (2) rental plans (2) shortcuts (2) sketchup (2) status bar (2) technology preview (2) tool pallet (2) tooltips (2) tv (2) units (2) video editing (2) viewer (2) webinar (2) 123D (1) 123D Catch (1) 123D Create (1) 123D Make (1) 2014 (1) 2015 (1) 3d Printing (1) ACAD/Medre.A (1) ADR (1) AEC (1) AUGI World (1) Account (1) Adobe (1) Apps Tab (1) AutoCAD 2016 (1) AutoCAD Error (1) AutoCAD LT 2012 (1) AutoCAD LT 2014 (1) AutoCAD LT 2015 (1) AutoCAD Mechanical (1) AutoCAD Revit Suite (1) Autodesk Account (1) Autodesk BIM 360 (1) Autodesk Instant (1) Autodesk PLM 360 (1) Autodesk ReCap (1) Award (1) CADDork (1) CADO (1) CTB (1) CadMouse (1) Camtasia (1) Communication Center (1) Corel (1) DWFx (1) Dassault Systemes (1) Death Star (1) Dell (1) Design Feed (1) Design Suites (1) DesignCAD (1) DoubleCAD (1) Duratec (1) E32 (1) ESET (1) ESRI (1) EliteBook (1) Epson (1) Evernote (1) Exchange Apps (1) FTP (1) ForceEffect (1) Free Form (1) Fusion 360 (1) GIS Day (1) GeoViewer (1) Geographic Information Systems (1) Geographic Location (1) Google Chromebook Pixel (1) Google Earth (1) Google Earth Pro (1) HP Designjet T2300 eMFP (1) HP EliteBook (1) HP EliteBook 8570w (1) HP Z1 (1) Help (1) Homestyler (1) IT (1) Infocenter (1) Inforbix (1) InfraWorks (1) InfraWorks 360 Pro (1) Infrastructure Modeler (1) Instant (1) Inventor 2013 (1) Inventor 2013 SP1 (1) Inventor LT (1) JPEG 2000 (1) Kickstarter (1) Kindle (1) Language packs (1) Lawsuit (1) Lenovo Thinkstation E32 (1) LizardTech (1) MS Exchange (1) Map 3D (1) Maya (1) MrSID (1) OS (1) OS X (1) Office Suite (1) Orange Juice Studios (1) P-Series (1) PLM (1) Photoshop (1) Pixel (1) Pixlr (1) Pixlr Express (1) Pixlr-o-matic (1) Plant (1) PogoPlug (1) Point Cloud (1) Previous (1) Project Artoo (1) Project Geppetto (1) Project Snap (1) R&D (1) Red Dot Award (1) Review-Service (1) Revit (1) Revit LT 2013 (1) Rhino (1) SDK (1) SMS (1) Secureload (1) Socialcam (1) Softimage (1) Solid Edge (1) SolidWorks (1) SpaceMouse Wireless (1) SpaceNavigator (1) Star Wars (1) SureColor (1) T-Series (1) TechSmith (1) The Future (1) Thinkstation E32 (1) Touch Screen (1) Trimble (1) TurboSite (1) TurboSite Reader (1) TurboViewer Pro (1) Unreconciled Layers (1) VBA (1) VOIP (1) Vault (1) Vault 2012 (1) Vela Systems (1) Visualization (1) WebOS (1) Welcome Screen (1) Windows Vista (1) Windows XP (1) Z1 (1) acad.doc (1) acad.lsp (1) acaddoc.lsp (1) acquisition (1) advice (1) aerial (1) all-in-one (1) angles (1) archive (1) arcs (1) author (1) autocad 2012. autocad lt 2012 (1) autocad. autocad for mac (1) autodesk logo (1) background (1) break (1) burrito (1) business (1) celebrate (1) check (1) checklist (1) chrome (1) chrome os (1) chromebook (1) climate (1) coming soon (1) communicate (1) constraints (1) construction (1) copier (1) crowd funding (1) customize (1) deadlines (1) design process (1) designer (1) desktop subscription (1) different language (1) draftsight (1) eMFP (1) ePrint (1) employee (1) employer (1) engineer (1) environment (1) event (1) feeds (1) file sharing (1) filepath (1) fix it (1) folders (1) font (1) government fail (1) groups (1) guide (1) hatching (1) imagery (1) initial setup (1) input (1) install (1) intel (1) internet (1) investment (1) isometrics (1) labels (1) layer manager (1) linetype (1) livestream (1) logo (1) macro (1) malware (1) message (1) mice (1) model space (1) modeling (1) multi leaders (1) navigation (1) newsletter (1) notifications (1) offset (1) opinion (1) options (1) overrides status bar (1) parametrics (1) patches (1) pay-as-you-go (1) perpetual license (1) podcast (1) poll (1) polyline (1) prank (1) printer failure (1) printers color (1) project draw (1) project files (1) project workflow (1) questions (1) recommend (1) release (1) remove (1) rent (1) repair (1) resume (1) reverse line direction (1) right click (1) save (1) scale (1) scanner (1) screen capture (1) sea turtles (1) send files (1) settings (1) snap (1) software (1) solutions (1) sony (1) student (1) subscription center (1) sustainability (1) system variables (1) tabs (1) tech snob (1) transparency (1) trial (1) undo (1) uninstall (1) viewports (1) virus (1) webcast (1) wiki (1) workplace (1)