Command: _DISTANCE
Print This Post
![]() |
Author | Erhan Toker |
| Profession | Architect M.Sc. | |
| Autodesk Authorized Consultant | ||
| Software Specialist | ||
AutoCAD 12 and higher versions
Here we are with one of the most frequently used commands in AutoCAD. It is a very useful command. It also has a very wide range of usage. Due to the fact that our company has been working on kitchen works for a quite long time, I will give an example for a kitchen. Let’s start with the drawing:

Fig.1
Kitchen designers know that it is very important to measure the distance between the kitchen cabinet that is last placed and the wall. In this case, we use DISTANCE command. The alias of this command is ‘DI’. You can also access to this command from ‘Inquiry’ menu (Fig. 2). However, I know that it is always the fastest way to use aliases of commands. I also suggest that you should get used to working in this way.

Fig.2
Command : DI
DIST Specify first point: Specify second point:
Distance = 155.5, Angle in XY Plane = 0.0, Angle from XY Plane = 355.6
Delta X = 155.0, Delta Y = 0.0, Delta Z = -12.0
As a result of the command, you obtain information with a very rich content. The most valuable information is distance measurement. Angle information is given for all of the surfaces. This means that you can also select your points in 3 dimensional environment. In such cases, ‘Delta Z’ information will give the distance between the two points. This information is also very useful.
Have a nice day…
Technorati Tags: AutoCAD, dist command
Similar Posts
Rate this article:


February 17th, 2008 20:07
What if you would like to measure the distance of several contiguous lines? (without having to repeat the Dist command several times and add the values of the distance manually)
Thanks, Lisa Miguel
February 18th, 2008 09:14
Use PEDIT JOIN command if your lines connected with each other. If not please tell us write a LISP program summarizing total length of selected lines.