Home > CAD Drafting Tutorials > AutoCAD 2004 for Architects > The GUI and Windows
 
 
 
AutoCAD 2004

Introduction

01-AutoCAD and Architecture
02-The GUI and Windows
03-Customizing the Interface
04-Drawing Lines
05-Starting a New Drawing
06-Saving a Drawing

Practice Drawing

07-Drawing Straight Lines
08-Modify Commands
09-Zoom Commands
10-Pan and Zoom Features
11-Selecting Objects/Entities
12-Grips
13-Develop Drawing Style

Creating an Architectural Drawing - Method A

14-Sketch File
15-Format Units and Point of Origin
16-Drawing Exact Length Lines
17-Save and Offset Lines
18-Copy Lines and Object Snap
19-Using Object Snaps
20-Save and Trim Command
21-Trim and Undo
22-Fillet Command
23-UCS Icon and Distance Command
24-Circle and Move Command
25-Line and Trim Command
26-Drawing Comments and Close File

Printing a Drawing - Part I

Basic Printing Features
Review Printing and the Scale Factor

Creating an Architectural Drawing - Method B

Common Steps and Regen Command
Modifying Lines
Extend Command
Mirror Command
Rotate Command

Introduction to Layers

Drawing a Kitchen Table
Introduction to Layers
Creating Entities and Layers
Layer Properties
Modifying Entities and Layers
Polar Tracking and Mirror Command
Express Tools: Layers
List Command and Layer Standards

Drawing with Layers and Linetypes

Creating a Sketch and Drawing a Kitchen
Creating Layers
Drawing Techniques
Continue Drawing and Modifying
Drawing the Window
Drawing the Door
Drawing the Cabinets
Drawing the Refrigerator
Drawing the Sink
Drawing the Stove

Linetypes

Formatting the Linetype
Modifying Lines
Autosave Feature and Closing the Drawing

Hatch Patterns

Adding a Hatch Pattern to the Floor
Adding a Hatch Pattern to the Walls
Modifying a Hatch Pattern
Using Snapbase when Hatching

The Architectural Scale Factor

What is the Scale Factor?
Calculating the Scale Factor - Three Methods
Calculating the Scale Factor - Two Methods
The Scale Factor Chart

Text

Preparing a Sketch and Formatting Text
Drawing Text Using the Scale Factor
Modify Text Location
Object Snap Tracking
Text Properties
Dtext and Mtext

Dimensions

Anatomy of a Dimension
Formatting a Dimension Style
Entering Values for Dimension Style
Entering Values Continued
Drawing Dimension Lines
Editing Dimension Lines
Continuous Dimensions
Creating a New Dimension Style
Dimensioning Tips

Creating Blocks and Wblocks

What are Blocks and Wblocks?
Creating a Block
Inserting a Block
Redefine a Block
Creating a Wblock
Inserting a Wblock
Purging Block Definitions
Using DesignCenter to Insert Blocks/Wblocks

Polylines

Creating Polylines
Creating a Border Using Polylines
Adding Text
Stretch Command

Model Space and Paper Space

Purpose of Model Space and Paper Space
Composing the Final Drawing - Model Space
Composing the Final Drawing - Paper Space
Psltscale System Variable

Printing a Drawing - Part II

Printing the Final Drawing Using Plot Styles
Printing Options
Model Space and Paper Space Printing

Conclusion

Final Words on AutoCAD

The GUI and Windows

CAD Tutorials: AutoCAD 2004 for Architects - Main Page

AutoCAD can be customized in simple ways, for example, changing the directory structure or moving a button from one toolbar to another. If you want to change the interface further, you can edit the MNU file and use DIESEL code to create menus with your own commands.

You can also use a number of powerful application programming interfaces (APIs) to add to and modify AutoCAD to suit your needs.

The list that follows is arranged roughly in order of complexity:

Organize files. You can organize program, support, and drawing files. For example, you can make a separate folder for each project that includes only the support files that project needs. (See Organize Program and Support Files.)

Modify the user interface. The CUSTOMIZE command displays dialog boxes in which you can create, modify, or remove toolbars and toolbar buttons and assign shortcut keys to commands. (See Create Custom Toolbars and Add Shortcut Keys to Menus and Toolbars.)

Create custom templates. Use templates to define common parameters when you publish a drawing using the Publish to Web wizard. (See Customize a Publish to Web Template.

Run external programs and utilities from within AutoCAD. You can, for example, copy a disk or delete a file from within AutoCAD by adding the appropriate external command to the program parameters (PGP) file, acad.pgp. (See Define Custom Commands.)

Define command aliases. You can define simple abbreviations, or aliases, for frequently used commands. For example, you might want to start the BHATCH command by entering b. (See Create Command Aliases.)

Create custom linetypes, hatch patterns, shapes, and text fonts. You can create linetypes, hatch patterns, shapes, and text fonts that conform to your company standards and working methods. (See Custom Linetypes, Custom Hatch Patterns, and Shapes and Shape Fonts.)
Edit the menu file. The menu (MNU) file is an ASCII file that controls many aspects of the user interface, including the behavior of your pointing device buttons and the functionality and appearance of pull-down, tablet, and image tile menus, toolbars, and accelerator keys. You can edit the MNU file or create a new one to add commands or combine commands and assign them to a menu, toolbar, or other location. (See The Menu File.)

Customize the status line. You can use the DIESEL string expression language and the MODEMACRO system variable to provide additional information at the status line, such as the date and time, system variable settings, or retrievable information using AutoLISP® . (See Customize the Status Line.)

Automate repetitive tasks by writing scripts. A script is an ASCII text file containing commands that are processed like a batch file when you run the script. For example, if a set of drawings needs to be plotted a certain way, you can write a script that opens each drawing, hides and displays various layers, and issues PLOT commands. You can use scripts with slides to create automated presentations like those used at trade shows. A slide is a "snapshot" of the drawing area that cannot be edited. Slides can also be used in image tile menus and dialog boxes. (See Slides and Command Scripts.)

Redefine or disable selected AutoCAD commands, either at the Command prompt or as part of an AutoLISP® or ObjectARX® program. You can redefine certain AutoCAD commands to issue supplementary messages and instructions or, for example, to create a drawing management system in which the QUIT command is redefined to write billing information to a log file before ending the editing session. (See Introduction to Programming Interfaces.)

 
 
 
Sketch-Plus Home  |  Contacts  |  Samples  |  Products  | Books  |  Sitemap Sketch-Plus.com © 2004 | Privacy Policy | Terms of Use
The GUI and Windows