Thursday
Autocad, CommandCommand: _LENGTHEN
We use this command to define length for an object.
Most of the time; we use TRIM and EXTEND for editing the lengths of objects. However, we may wish to define the length of an object to a certain value. This is when the LENGTHEN command comes in handy. There are two main points that we need to note while using this command. You can define length for linear objects and define either length or angular distance for arc objects. Let’s take a closer look at defining linear lengths:

Fig.1 The larger grids are 50 units in size.
After our operation with the command, the new length of the line will become 150 units.
See how the command works:
Command: LEN
Select an object or [DElta/Percent/Total/DYnamic]:
Notice that there are four more options you can choose before selecting an object. They are:
Select an object or [DElta/Percent/Total/DYnamic]: DE
Enter delta length or [Angle]: -50
Select an object to change or [Undo]:
DELTA: Specify the amount of change you need (linear or angular) from the current state of the object. Use + to increase or – to decrease. Real simple. In my example, I entered -50 as the Delta value and then selected the line (Fig.1) to decrease the length of the line by 50 units. In case you regret the changes, there is UNDO
.
Select an object or [DElta/Percent/Total/DYnamic]: P
Enter percentage length <100.0>: 75
Select an object to change or [Undo]:
PERCENT: You can specify the magnitude of the change in terms of percentages. It is a ratio of the final length of the object to the initial length. Values greater than 100 increase while values lesser than 100 decrease the size. Remember that our line was 200 units in length. We user %75 in the command to achieve the same final length of 150. (150/200=%75)
Select an object or [DElta/Percent/Total/DYnamic]: T
Specify total length or [Angle] <1.0)>: 150
Select an object to change or [Undo]:
TOTAL: Specify the final Total length of the object, regardless of the inital value.
Below you can see a table comparing the various Lengthen methods for our example (fig.1)

Table.1
DYNAMIC: Can be used to specify the new length of the object by using the mouse. Very dynamic.
Our unit of measurement should be degrees rather than length units while working on arcs.

Fig.2
Arc lengths need to be defined in terms of angles as in Fig.2 In table.2 you can see the results of the various methods that can be used. We simply replaced the units in Table.1 with angles.

Tablo.2
You can use angles as an input method in every query under the Lengthen command.
Select an object or [DElta/Percent/Total/DYnamic]: DE
Enter delta length or [Angle] <0.0>: A
Enter delta angle <0.0>: 45
In our example, we used 360 degrees as a full rotation and as usual, counter clockwise was the positive direction for angle measurement.
Viewed 1,922 times so far... This week: 92 Today: 10 Latest: 4 July 2009, 15:31Post Tags: Autocad, Command
Related Posts
Popular
- Hip tip: Increasing view resolution with VIEWRES system variable
07/03/2009 04:39 am
7 Comments - Sirince – IZMIR
07/02/2009 11:02 am
1 Comment - Visual LISP: Programming user interfaces with OpenDCL
07/01/2009 10:15 pm
10 Comments - 3D Modeling 7: EXTRUDE
06/30/2009 02:14 pm
10 Comments - Ask DailyAutoCAD: Which Notebook to Buy?
06/30/2009 12:17 pm
1 Comment
Featured Articles
- AutoCAD 2009 Update 3 Released
- Speed Up As AutoCAD 2009 Ribbon Menu Helps You!
- MEP Analysis Extension for AutoCAD MEP extended to March 31, 2009
- Recap of AutoCAD-related technologies on Autodesk Labs
- Technology Preview of MEP Analysis Extension extended to 12/31/08
- Autodesk Labs: Forward and Backward utility for AutoCAD
- Dec 12, 2008 : Lazy Drafter » Lazy Command: LENGTHEN
|


Dec 5, 2008
Reply
One of my favorite tricks with the LENGTHEN command is to list the length of an object. Instead of having to use the LIST command or the PROPERTIES window, I simply enter the LENgthen command, select an object, and the length of that object will be displayed at the command prompt. Also, if you select a closed pline, it will give you the perimieter.
Feb 23, 2009
Reply
Hello,
I found that the lengthen command is very helpful for me especially that I’m a beginner is ACAD. How about if you reduce the length? What is the command for this?
Regards,
Feb 23, 2009
Reply
Thanks. I already figured out how to do it. I just select the Total after LEN command and input the desired length.
Regards,