Course Content
BURST Command
The BURST command in AutoCAD is used to "explode" blocks or attributes into their individual components while preserving the original properties, such as color, layer, and line type.
0/4
DIMJOGGED Command
The DIMJOGGED command in AutoCAD is used to create a jogged (or "jog") dimension line for circular objects, like arcs and circles, to represent the radius when the center point is off the drawing or otherwise inconvenient to display.
0/4
NCOPY Command
The NCOPY command in AutoCAD (short for Nested Copy) allows you to copy objects from an external reference (Xref) or block reference directly into the current drawing.
0/4
OVERKILL Command
The OVERKILL command in AutoCAD is used to clean up and optimize drawings by removing redundant or duplicate geometry.
0/4
Mastering the Wipeout Command
Among AutoCAD's vast array of tools is one often overlooked yet powerful command: Wipeout. This nifty feature can clean up your drawings by hiding parts of your work you don't want to showcase.
0/6
Less Known but Powerful Features
By exploring these lesser-known features, you can unlock the full potential of AutoCAD and become a more efficient and productive user.
0/4
DIMSTYLE Editor
How to effectively use the DIMSTYLE editor to customize dimension styles
0/1
PURGE
0/1
WBLOCK
0/1
Hidden Keyboard Shortcuts
0/1
AutoCAD Secrets – Master the Hidden Gems

Creating Custom Aliases for AutoCAD Commands

Customizing AutoCAD with aliases can significantly speed up your workflow. Here are some common examples of how to create custom aliases for frequently used commands:

Editing the acad.pgp File

  1. Locate the File: Find the acad.pgp file in your AutoCAD installation directory.
  2. Open the File: Use a text editor like Notepad to open the file.
  3. Add Aliases: Add lines in the format *command_alias command_name to define aliases.

Example:

*L LINE
*C CIRCLE
*D DIMLINEAR

Using the Command Line

  1. Start the Command: Type CUI or CUSTOMIZE at the command prompt.
  2. Open the Customize User Interface (CUI) Editor:
  3. Navigate to the Aliases Tab:
  4. Add a New Alias: Click the “Add” button.
  5. Enter Alias and Command: Type the desired alias and the full command name.

Example Aliases:

Here are some popular command aliases and their corresponding full commands:

Alias Command Description
L LINE Draw a line
C CIRCLE Draw a circle
D DIMLINEAR Create a linear dimension
O OFFSET Offset objects
M MOVE Move objects
R ROTATE Rotate objects
S SCALE Scale objects
ER ERASE Erase objects
CO COPY Copy objects

Tips for Creating Effective Aliases:

  • Keep it Simple: Use short and easy-to-remember aliases.
  • Avoid Conflicts: Make sure your aliases don’t conflict with existing commands or system variables.
  • Test Thoroughly: Test your aliases to ensure they work as expected.
  • Customize Your Workflow: Create aliases for commands that you use frequently to streamline your workflow.
  • Consider Keyboard Shortcuts: Assign keyboard shortcuts to your aliases for even faster access.

By creating custom aliases, you can significantly reduce the time it takes to execute commands and improve your overall efficiency in AutoCAD.