📐 AutoCAD Setup for Orthographic Projections
This document outlines the standard steps required to set up an AutoCAD environment and begin drawing orthographic projections from a given isometric view.
Step 1: Initial Setup and Units Configuration
| Action | Command/Input | Purpose |
|---|---|---|
| Open AutoCAD Software. | N/A | Start application. |
| Start a new drawing. | Ctrl+N or Select "New" |
Open a blank workspace. |
| Enter the Units command. | UNITS |
Configure measurement standards. |
| Press Enter. | Enter | Open the "Drawing Units" dialog box. |
| Configure Unit Parameters (Type). | Select Decimal |
Sets measurement system. |
| Configure Unit Parameters (Precision). | Select Precision (e.g., 0.0000) |
Defines display accuracy. |
| Configure Unit Parameters (Units). | Select Units (e.g., Millimeters) |
Sets the base unit for the drawing. |
| Click OK. | Apply the settings. |
Step 2: Setting Drawing Limits
The limits define the size of your virtual drawing board (e.g., A4 or A3 sheet size).
| Action | Command/Input | Purpose |
|---|---|---|
| Enter the Limits command. | LIMITS |
Define the maximum drawing area. |
| Press Enter. | Enter | Start the limits configuration. |
| Specify lower-left corner. | 0,0 |
Set the origin point. |
| Specify upper-right corner. | (e.g., 420,297 for A3) |
Set the maximum coordinates. |
| Press Enter. | Enter | Finalize the limits. |
| Zoom to the limits area. | Z Enter A Enter |
View the entire defined drawing area. |
Step 3: Drawing the Border and Title Block Area
- Enter the Rectangle command:
RECthen Enter. - Specify first corner:
0,0. - Specify other corner: (Use the same values as the limits, e.g.,
420,297). - Use the
OFFSETandLINEcommands to draw the inner border and the title block structure. - Use the
TEXT(orT) command to add notations, name, scale, and projection type.
Step 4: Drawing the Orthographic Views
Key Tool Settings:
- Ortho Mode (F8): Ensures lines are perfectly horizontal or vertical (essential for projection).
- Object Snap (Osnap, F3): Allows snapping to accurate points (endpoints, midpoints, centers, etc.).
Drawing Process:
- Set View: Ensure you are in the 2D plane (Model Space).
- Start Front View: Use the
L(Line),C(Circle), andRECcommands to draw the primary view based on the dimensions from the isometric figure. - Project Top View: Use the
Lcommand with **Ortho** enabled to project the width of the Front View upwards. Complete the Top View. - Project Side View:
- Project the height of the Front View horizontally.
- Use a $45^{\circ}$ construction line to transfer the depth/width dimensions from the Top View to the Side View area.
- Complete the Side View.
- Clean Up: Use the
TR(Trim) andE(Erase) commands to remove construction lines and excess geometry. - Add Dimensions: Use the appropriate dimensioning tools to annotate the final views.
- Save: Save your work as an AutoCAD Drawing file (
Ctrl+S, saves as .DWG format).
Tip on Commands:
L - Line, C - Circle, REC - Rectangle, TR - Trim, E - Erase, O - Offset, T - Text.