AutoCAD Tutorial 02: The Environment

Since its initial launch in 1982, AutoCAD has experienced significant redesigns; however, its fundamental functionality has consistently remained the same.

I’m unsure of the version currently in your use; however, regardless of its version, it shares similarities with the one I’m using.

In this article, we’ll better understand the AutoCAD environment and familiarize ourselves with the correct terminology to identify various objects accurately.

Here is what the main AutoCAD window looks like.

autocad environment

The Drawing Area

The drawing space consists of a world of points, each assigned with x, y, and z coordinates. You can create drawings using this coordinate system. For instance, when drawing a line, you get to specify the exact positions of your starting and ending points on the drawing space.

For a 2D design, we will ignore the z value in the coordinate.

Example

Draw a triangle with its corners at each of the following points:

  • A with the (x, y) coordinates equals to (254, 362)
  • B with the (x, y) coordinates equals to (632, 364)
  • C with the (x, y) coordinates equals (246, 666).

How do you do this in AutoCAD?

First, understand that A(254,362) means that point A has its x coordinate at 254 and its y coordinate at 362. A(x,y)

Make sure the dynamic input is not activated.

Make the Dynamic Input icon available on the Status Bar

palette autocad

It will appear on your Status bar, Turn it OFF

ortho autocad

Now, what you do is:

  1. Type LINE and hit ENTER
  2. Type 254,362 and hit ENTER on your keyboard
  3. Type 632,364 and hit ENTER on your keyboard
  4. Type 246,666 and hit ENTER on your keyboard
  5. do step 2
  6. Hit ESC

You should end up with the following image.

triangle

For the most part, we will deal with 2D objects, meaning the USC icon will almost always look like it is on the first image above. (without the z component)

The drawing Area

It is possible to change the background color of your drawing Area.

To change the color and the look of the drawing, the Area

1 – Right-click in the Drawing area and click on Options

panel autocad

2 – On the Display tab, click on the Colors icon

option windows autocad

The following window gives you the ability to customize the visual aspect of AutoCAD.

window to change autocad parameters

Much can be customized in AutoCAD. We will dig deeper into this area in the coming tutorials.

These tutorials might be useful:

2 thoughts on “AutoCAD Tutorial 02: The Environment”

Leave a Comment

X