CAD Practice

Download as pdf or txt
Download as pdf or txt
You are on page 1of 65

World Scientific News 27 (2016) 1-168

2. Basic Objects in AutoCAD

Draw tool bar used to access AutoCAD draw commands you can also use draw pull down menu or
type the command in command line. The draw commands create objects such as lines, rectangles, circles,
arcs, and ellipses.an object is the smallest component of the drawing. A drawing is made up of
combinations of these objects, when creating objects with draw commands, AutoCAD always prompt ask
you to indicate points such as endpoints, centers, radii, to describe size and location of the object to be
drawn. Drawing commands can be entered from the keyboard (command line), the draw toolbar, or the
draw pull down menu.

2.1. Line
Draw Line simple lines or series of lines segments .access to command line by one way of the
following:
1. Command Line: Line or L
2. Menu Bar :Draw  Line
3. Draw Bar

When execute command line the program requires specify first point, display in command line:
Specify first Point:
Specify next point or [Undo]:
Specify next point or [Close/Undo]:

Options:
 C: this option close series of lines, connect first point with last point by line.
 U: enter U for undo. AutoCAD backs up one segment, undoing it so that you can recreate it.

Example 1. Draw the following figure in board its’ sides are (12×12 cm), note the figure start from
the original point (0,0)..

-16-
World Scientific News 27 (2016) 1-168

Absolute Coordinate System


Command:Line
Specify first point:0,0
Specify next point:10,0
Specify next point:10,8
Specify next point:8,8
Specify next point:8,2
Specify next point:6,2
Specify next point:6,8
Specify next point:4,8
Specify next point:4,2
Specify next point:2,2
Specify next point:2,8
Specify next point:0,8
Specify next point:0,0 or C
Relative Coordinate System
Command:Line
Specify first point:0,0
Specify next point:@10,0
Specify next point:@0,8
Specify next point:@-2,0
Specify next point:@0,-6

-17-
World Scientific News 27 (2016) 1-168

Specify next point:@-2,0


Specify next point:@0,6
Specify next point:@-2,0
Specify next point:@0,-6
Specify next point:@-2,0
Specify next point:@0,6
Specify next point:@-2,0
Specify next point:@0,-8 or C
Relative Polar Coordinate System
Command:Line
Specify first point:0,0
Specify next point:@10<0
Specify next point:@8<90
Specify next point:@2<180
Specify next point:@6<270
Specify next point:@2<180
Specify next point:@6<90
Specify next point:@2<180
Specify next point:@6<270
Specify next point:@2<180
Specify next point:@6<90
Specify next point:@2<180
Specify next point:@8<270 or C

Example 2. Draw the following figure in board its’ sides are (52×52 m), note the figure is start from
the point (10, 10).

-18-
World Scientific News 27 (2016) 1-168

Absolute Coordinate System


Command:Line
Specify first point:10,10
Specify next point:12,10
Specify next point:12,14
Specify next point:16,14
Specify next point:16,16
Specify next point:12,16
Specify next point:12,20
Specify next point:10,20
Specify next point:10,16
Specify next point:6,16
Specify next point:6,14
Specify next point:10,14
Specify next point:10,10 or C
Relative Coordinate System
Command:Line
Specify first point:10,10
Specify next point:@2,0
Specify next point:@0,4
Specify next point:@4,0
Specify next point:@0,2
Specify next point:@-4,0
Specify next point:@0,4
Specify next point:@-2,0
Specify next point:@0,-4
Specify next point:@-4,0
Specify next point:@0,-2
Specify next point:@4,0
Specify next point:@0,-4 or C
Relative Polar Coordinate System
Command:Line
Specify first point:10,10
Specify next point:@2<0
Specify next point:@4<90

-19-
World Scientific News 27 (2016) 1-168

Specify next point:@4<0


Specify next point:@2<90
Specify next point:@4<180
Specify next point:@4<90
Specify next point:@2<180
Specify next point:@4<270
Specify next point:@4<180
Specify next point:@2<270
Specify next point:@4<0
Specify next point:@4<270 or C

Example 3. Draw the following figure in board its sides (52×52 mm), note the figure is start
from the point (5,5).

Absolute Coordinate System


Command:Line
Specify first point:5,5
Specify next point:7,3
Specify next point:9,5
Specify next point:9,15
Specify next point:7,17
Specify next point:5,15
Specify next point:5,5 or C
Relative Coordinate System
Command:Line
Specify first point:5,5
Specify next point:@2,-2

-20-
World Scientific News 27 (2016) 1-168

Specify next point:@2,2


Specify next point:@0,10
Specify next point:@-2,2
Specify next point:@-2,-2
Specify next point:@0,-10 or C
Relative Polar Coordinate System
Command:Line
Specify first point:5,5
Specify next point:@2.828<315
Specify next point:@2.828<45
Specify next point:@10<90
Specify next point:@2.828<135
Specify next point:@2.828<225
Specify next point:@10<270 or C

Example 4. Draw the following figure in board its sides (12×02 m), note the figure is start from
original point (0,0) and the angle between sides is 45o.

Absolute Coordinate System


Command:Line
Specify first point:0,0
Specify next point:3.5,-3.5
Specify next point:7,0
Specify next point:10.5,-3.5
Specify next point:14,0
Specify next point:10.5,3.5
Specify next point:14,7

-21-
World Scientific News 27 (2016) 1-168

Specify next point:10.5,10.5


Specify next point:7,7
Specify next point:3.5,10.5
Specify next point:0,7
Specify next point:3.5,3.5
Specify next point:0,0 or C
Relative Coordinate System
Command:Line
Specify first point:0,0
Specify next point:@3.5,-3.5
Specify next point:@3.5,3.5
Specify next point:@3.5,-3.5
Specify next point:@3.5,3.5
Specify next point:@-3.5,3.5
Specify next point:@3.5,3.5
Specify next point:@-3.5,3.5
Specify next point:@-3.5,-3.5
Specify next point:@-3.5,3.5
Specify next point:@-3.5,-3.5
Specify next point:@3.5,-3.5
Specify next point:@-3.5,-3.5 or C
Relative Polar Coordinate System
Command:Line
Specify first point:0,0
Specify next point:@5<315
Specify next point:@5<45
Specify next point:@5<315
Specify next point:@5<45
Specify next point:@5<135
Specify next point:@5<45
Specify next point:@5<135
Specify next point:@5<225
Specify next point:@5<135
Specify next point:@5<225
Specify next point:@5<315

-22-
World Scientific News 27 (2016) 1-168

Specify next point:@5<225 or C

Draw following figures using line commands.

-23-
World Scientific News 27 (2016) 1-168

2.2. Rectangle
AutoCAD Provides the Rectangle command, which allows creating rectangles with
perfect corners and as a single object. Access the command by:
1. Command Line: Rectangle, Rec.
2. Menu Bar: Draw Rectangle.
3. Draw Bar .
When enter command, the program require specify first corner:
Specify first corner point or [Chamfer/ Elevation / Fillet / Thickness / Width]:
Specify other corner Point:
Options:
C: the chamfer command enables to place a chamfer at the rectangle corner. The distance specify is
the distance from the intersection of the two lines (the corner) to the start of the bevel, or chamfer.
You can set the chamfer distance for the two lines independently.
Specify first chamfer distance for rectangles<0.000>:
Specify second chamfer distance for rectangles<0.000>:

E: identify high of rectangle (this option use in 3D drawings).


Specify the elevation for rectangles<0.000>:

-24-
World Scientific News 27 (2016) 1-168

F: the fillet command creates both fillets and rounds on any combination of two lines, arcs, or
circles.
Specify fillet radius for rectangles<0.000>:

T: identify thick of rectangle (this option use in 3D drawings)


Specify thickness rectangles<0.000>:

W: rectangle can have a width (the default width is 0).


Specify line width for rectangles<0.000>:
Example 1. Draw the Following figure, in board its’ sides are (52×52 m), note the figure is start
from the point (1,1).

Absolute Coordinate System


Command:Rec
Specify first corner point:1,1
Specify other corner point:3,15
Command:Rec
Specify first corner point:3,1
Specify other corner point:13,3
Command:Rec
Specify first corner point:3,7
Specify other corner point:13,9
Command:Rec
Specify first corner point:3,13
Specify other corner point:13,15
Command:Rec

-25-
World Scientific News 27 (2016) 1-168

Specify first corner point:13,1


Specify other corner point:15,15
Relative Coordinate System
Command:Rec
Specify first corner point:1,1
Specify other corner point:@2,14
Command:Rec
Specify first corner point:3,1
Specify other corner point:@10,2
Command:Rec
Specify first corner point:3,7
Specify other corner point:@10,2
Command:Rec
Specify first corner point:3,13
Specify other corner point:@10,2
Command:Rec
Specify first corner point:13,1
Specify other corner point:@2,14
Relative Polar Coordinate System
Command:Rec
Specify first corner point:1,1
Specify other corner point:@14.14<81.86
Command:Rec
Specify first corner point:3,1
Specify other corner point:@10.19<11.30
Command:Rec
Specify first corner point:3,7
Specify other corner point:@10.19<11.30
Command:Rec
Specify first corner point:3,13
Specify other corner point:@10.19<11.30
Command:Rec
Specify first corner point:13,1
Specify other corner point:@14.14<81.86

-26-
World Scientific News 27 (2016) 1-168

Example 2. Draw the Following figure in board its’ sides are (15×15 cm), note the figure is start
from the point (1,1).

Absolute Coordinate System


Command:Rec
Specify first corner point or [Chamfer/ Elevation / Fillet / Thickness / Width]:C
Specify first chamfer distance for rectangles:0.5
Specify second chamfer distance for rectangles:0.5
Specify first corner point:1,1
Specify other corner Point:11,7
Command: Rec
Specify first corner point or [Chamfer/ Elevation / Fillet / Thickness / Width]:C
Specify first chamfer distance for rectangles:0.5
Specify second chamfer distance for rectangles:0.5
Specify first corner point:3,3
Specify other corner Point:5,5
Command:Rec
Specify first corner point or [Chamfer/ Elevation / Fillet / Thickness / Width]:C
Specify first chamfer distance for rectangles:0.5
Specify second chamfer distance for rectangles:0.5
Specify first corner point:7,3
Specify other corner Point:9,5
Relative Coordinate System
Command:Rec
Specify first corner point or [Chamfer/ Elevation / Fillet / Thickness / Width]:C

-27-
World Scientific News 27 (2016) 1-168

Specify first chamfer distance for rectangles:0.5


Specify second chamfer distance for rectangles:0.5
Specify first corner point:1,1
Specify other corner Point:@10,6
Command:Rec
Specify first corner point or [Chamfer/ Elevation / Fillet / Thickness / Width]:C
Specify first chamfer distance for rectangles:0.5
Specify second chamfer distance for rectangles:0.5
Specify first corner point:3,3
Specify other corner Point:@2,2
Command:Rec
Specify first corner point or [Chamfer/ Elevation / Fillet / Thickness / Width]:C
Specify first chamfer distance for rectangles:0.5
Specify second chamfer distance for rectangles:0.5
Specify first corner point:7,3
Specify other corner Point:@2,2
Relative Polar Coordinate System
Command:Rec
Specify first corner point or [Chamfer/ Elevation / Fillet / Thickness / Width]:C
Specify first chamfer distance for rectangles:0.5
Specify second chamfer distance for rectangles:0.5
Specify first corner point:1,1
Specify other corner Point:@11.66<30.96
Command:Rec
Specify first corner point or [Chamfer/ Elevation / Fillet / Thickness / Width]:C
Specify first chamfer distance for rectangles:0.5
Specify second chamfer distance for rectangles:0.5
Specify first corner point:3,3
Specify other corner Point:@2.82<45
Command:Rec
Specify first corner point or [Chamfer/ Elevation / Fillet / Thickness / Width]:C
Specify first chamfer distance for rectangles:0.5
Specify second chamfer distance for rectangles:0.5
Specify first corner point:7,3
Specify other corner Point:@2.82<45

-28-
World Scientific News 27 (2016) 1-168

Example 3. Draw the Following figure to board its sides’ are (14x12mm). Note the figure is far
away 1mm Horizontally and 2mm Vertically from original point (0,0).

Absolute Coordinate System


Command:Rec
Specify first corner point:1,2
Specify other corner Point:13,4
Command:Rec
Specify first corner point:1,4
Specify other corner Point:13,6
Command:Rec
Specify first corner point:1,6
Specify other corner Point:13,8
Command:Rec
Specify first corner point:1,8
Specify other corner Point:13,10
Command:Rec
Specify first corner point or [ Chamfer/ Elevation / Fillet / Thickness / Width]:F
Specify fillet radius for rectangles:0.5
Specify first corner point:1.5,2.5
Specify other corner Point:12.5,3.5
Command:Rec
Specify first corner point or [ Chamfer/ Elevation / Fillet / Thickness / Width]:F
Specify fillet radius for rectangles:0.5
Specify first corner point:1.5,4.5

-29-
World Scientific News 27 (2016) 1-168

Specify other corner Point:12.5,5.5


Command:Rec
Specify first corner point or [ Chamfer/ Elevation / Fillet / Thickness / Width]:F
Specify fillet radius for rectangles:0.5
Specify first corner point:1.5,6.5
Specify other corner Point:12.5,7.5
Command:Rec
Specify first corner point or [ Chamfer/ Elevation / Fillet / Thickness / Width]:F
Specify fillet radius for rectangles:0.5
Specify first corner point:1.5,8.5
Specify other corner Point:12.5,9.5
Relative Coordinate System
Command:Rec
Specify first corner point:1,2
Specify other corner Point:@12,2
Command:Rec
Specify first corner point:1,4
Specify other corner Point:@12,2
Command:Rec
Specify first corner point:1,6
Specify other corner Point:@12,2
Command:Rec
Specify first corner point:1,8
Specify other corner Point:@12,2
Command:Rec
Specify first corner point or [ Chamfer/ Elevation / Fillet / Thickness / Width]:F
Specify fillet radius for rectangles:0.5
Specify first corner point:1.5,2.5
Specify other corner Point:@11,1
Command:Rec
Specify first corner point or [ Chamfer/ Elevation / Fillet / Thickness / Width]:F
Specify fillet radius for rectangles:0.5
Specify first corner point:1.5,4.5
Specify other corner Point:@11,1
Command:Rec

-30-
World Scientific News 27 (2016) 1-168

Specify first corner point or [ Chamfer/ Elevation / Fillet / Thickness / Width]:F


Specify fillet radius for rectangles:0.5
Specify first corner point:1.5,6.5
Specify other corner Point:@11,1
Command:Rec
Specify first corner point or [ Chamfer/ Elevation / Fillet / Thickness / Width]:F
Specify fillet radius for rectangles:0.5
Specify first corner point:1.5,8.5
Specify other corner Point:@11,1
Relative Polar Coordinate System
Command:Rec
Specify first corner point:1,2
Specify other corner Point:@12.16<9.46
Command:Rec
Specify first corner point:1,4
Specify other corner Point:@12.16<9.46
Command:Rec
Specify first corner point:1,6
Specify other corner Point:@12.16<9.46
Command:Rec
Specify first corner point:1,8
Specify other corner Point:@12.16<9.46
Command:Rec
Specify first corner point or [ Chamfer/ Elevation / Fillet / Thickness / Width]:F
Specify fillet radius for rectangles:0.5
Specify first corner point:1.5,2.5
Specify other corner Point:@11.04<5.19
Command:Rec
Specify first corner point or [ Chamfer/ Elevation / Fillet / Thickness / Width]:F
Specify fillet radius for rectangles:0.5
Specify first corner point:1.5,4.5
Specify other corner Point:@11.04<5.19
Command:Rec
Specify first corner point or [ Chamfer/ Elevation / Fillet / Thickness / Width]:F
Specify fillet radius for rectangles:0.5

-31-
World Scientific News 27 (2016) 1-168

Specify first corner point:1.5,6.5


Specify other corner Point:@11.04<5.19
Command:Rec
Specify first corner point or [ Chamfer/ Elevation / Fillet / Thickness / Width]:F
Specify fillet radius for rectangles:0.5
Specify first corner point:1.5,8.5
Specify other corner Point:@11.04<5.19

Example 4. Draw the Stair step on board its’ sides are (60,60 inches), the figure start from original point
(0,0).

Absolute Coordinate System


Command:Line
Specify first point:0,0
Specify next point:0,8
Command:Line
Specify first point:10,9
Specify next point:10,17
Command:Line
Specify first point:20,18
Specify next point:20,26
Command:Line
Specify first point:30,27

-32-
World Scientific News 27 (2016) 1-168

Specify next point:30,35


Command:Line
Specify first point:40,36
Specify next point:40,45
Command:Line
Specify first point:0,0
Specify next point:10,0
Specify next point:50,35
Specify next point:50,45
Command:Rectangle
Specify first corner point:0,8
Specify other corner point:10,9
Command:Rectangle
Specify first corner point:10,17
Specify other corner point:20,26
Command:Rectangle
Specify first corner point:20,18
Specify other corner point:30,27
Command:Rectangle
Specify first corner point:30,35
Specify other corner point:40,36
Command:Rectangle
Specify first corner point:40,44
Specify other corner point:50,45
Relative Coordinate System
Command:Line
Specify first point:0,0
Specify next point:@0,8
Command:Line
Specify first point:10,9
Specify next point:@0,8
Command:Line
Specify first point:20,18
Specify next point:@0,8
Command:Line

-33-
World Scientific News 27 (2016) 1-168

Specify first point:30,27


Specify next point:@0,8
Command:Line
Specify first point:40,36
Specify next point:@0,8
Command:Line
Specify first point:0,0
Specify next point:@10,0
Specify next point:@40,36
Specify next Point:@0,8
Command:Rectangle
Specify first corner point:0,8
Specify other corner point:@10,1
Command:Rectangle
Specify first corner point:10,17
Specify other corner point:@10,1
Command:Rectangle
Specify first corner point:20,18
Specify other corner point:@10,1
Command:Rectangle
Specify first corner point:30,35
Specify other corner point:@10,1
Command:Rectangle
Specify first corner point:40,44
Specify other corner point:@10,1
Relative Polar Coordinate System
Command:Line
Specify first point:0,0
Specify next point:@8<90
Command:Line
Specify first point:10,9
Specify next point:@8<90
Command:Line
Specify first point:20,18
Specify next point:@8<90

-34-
World Scientific News 27 (2016) 1-168

Command:Line
Specify first point:30,27
Specify next point:@8<90
Command:Line
Specify first point:40,36
Specify next point:@8<90
Command:Line
Specify first point:0,0
Specify next point:@10<0
Specify next point:@53.814<41.987
Specify next point:@8<90
Command:Rectangle
Specify first corner point:0,8
Specify other corner point:@10.049<5.710
Command:Rectangle
Specify first corner point:10,17
Specify other corner point:@10.049<5.710
Command:Rectangle
Specify first corner point:20,18
Specify other corner point:@10.049<5.710
Command:Rectangle
Specify first corner point:30,35
Specify other corner point:@10.049<5.710
Command:Rectangle
Specify first corner point:40,44
Specify other corner point:@10.049<5.710

2.3. Circle
Provide Circle many ways to draw circles. Access the command from:
1. Command Line: Circle , C
2. Menu Bar: Draw  Circle
3. Draw Bar:
Display following message:
Specify center point for circle or [3P/2P/Ttr(tan tan radius)]:
Specify radius of circle or [Diameter]:D

-35-
World Scientific News 27 (2016) 1-168

Specify diameter of circle<current default>:


Options:
 3P(3 point). the circle passes through all three points specified.
 2P(2 point). the two points specify the location and diameter.
 Ttr(tan tan radius). specify two objects for the circle to be tangent to, then specify the
radius.
 TTT. (Draw CircleTan Tan Tan).

Example 1. Draw the Following figure in board its’ sides are (15x15cm). Note the point (0,0) is
the center of the drawing.

Absolute Coordinate System


Command:C
Specify center point for circle:0,0
Specify radius of circle:1
Command:C

-36-
World Scientific News 27 (2016) 1-168

Specify center point for circle:0,0


Specify radius of circle:2
Command:C
Specify center point for circle:0,0
Specify radius of circle:3
Command:C
Specify center point for circle:0,0
Specify radius of circle:4
Command:C
Specify center point for circle:0,3.5
Specify radius of circle:0.25
Command:C
Specify center point for circle:3.5,0
Specify radius of circle:0.25
Command:C
Specify center point for circle:-3.5,0
Specify radius of circle:0.25
Command:C
Specify center point for circle:0,-3.5
Specify radius of circle:0.25

Example 2. Draw the following figure in board its’ sides are (102×102 mm), note the figure is
start from the point (20,10).

Absolute Coordinate System


Command:Rec
Specify first corner point:20,10

-37-
World Scientific News 27 (2016) 1-168

Specify other corner point:70,60


Command:C
Specify center point for circle:45,35
Specify radius of circle:20
Command:C
Specify center point for circle:45,35
Specify radius of circle:21
Command:C
Specify center point for circle:45,53.5
Specify radius of circle:1.5
Command:C
Specify center point for circle:63.5,35
Specify radius of circle:1.5
Command:C
Specify center point for circle:26.5,35
Specify radius of circle:1.5
Command:C
Specify center point for circle:45,16.5
Specify radius of circle:1.5

Example 3. Draw the following figure in board its’ sides are (022×022 cm). Note the figure is
start from the point (10,20).

Absolute Coordinate System


Command:L

-38-
World Scientific News 27 (2016) 1-168

Specify first point:10,20


Specify next point:110,20
Specify next point:110,50
Specify next point:80,50
Specify next point:80,90
Specify next point:110,90
Specify next point:110,110
Specify next point:10,110
Specify next point:10,90
Specify next point:40,90
Specify next point:40,50
Specify next point:10,50
Specify next point:10,20 or C
Command:Rec
Specify first corner point:44,24
Specify other corner point:76,106
Command:Rec
Specify first corner point:45,25
Specify other corner point:75,105
Command:C
Specify center point for circle:46,26
Specify radius of circle:1
Command:C
Specify center point for circle:74,26
Specify radius of circle:1
Command:C
Specify center point for circle:46,70
Specify radius of circle:1
Command:C
Specify center point for circle:74,70
Specify radius of circle:1
Command:C
Specify center point for circle:46,104
Specify radius of circle:1
Command:C

-39-
World Scientific News 27 (2016) 1-168

Specify center point for circle:74,104


Specify radius of circle:1
Relative Coordinate System
Command:L
Specify first point:10,20
Specify next point:@100,0
Specify next point:@0,30
Specify next point:@-30,0
Specify next point:@0,40
Specify next point:@30,0
Specify next point:@0,20
Specify next point:@-100,0
Specify next point:@0,-20
Specify next point:@30,0
Specify next point:@0,-40
Specify next point:@-30,0
Specify next point:@0,-30 or C
Command:Rec
Specify first corner point:44,24
Specify other corner point:@32,82
Command:Rec
Specify first corner point:45,25
Specify other corner point:@30,80
Relative Polar Coordinate System
Command:L
Specify first point:10,20
Specify next point:@100<0
Specify next point:@30<90
Specify next point:@30<180
Specify next point:@40<90
Specify next point:@30<0
Specify next point:@20<90
Specify next point:@100<180
Specify next point:@20<270
Specify next point:@30<0

-40-
World Scientific News 27 (2016) 1-168

Specify next point:@40<270


Specify next point:@30<180
Specify next point:@30<270
Command:Rec
Specify first corner point:44,24
Specify other corner point:@88.02<68.68
Command: Rec
Specify first corner point:45,25
Specify other corner point:@85.44<69.44

Example 4. Draw the following figure in board its’ are sides (50×50 cm). Note the figure is start
from original point (0,0).

Absolute Coordinate System


Command:L
Specify first point:0,0
Specify next point:1,0
Specify next point:1,12
Specify next point:3,12
Specify next point:7,15
Specify next point:9,15
Specify next point:9,16
Specify next point:7,16

-41-
World Scientific News 27 (2016) 1-168

Specify next point:3,13


Specify next point:1,13
Specify next point:1,16
Specify next point:0,16
Specify next point:0,13
Specify next point:-2,13
Specify next point:-6,16
Specify next point:-8,16
Specify next point:-8,15
Specify next point:-6,15
Specify next point:-2,12
Specify next point:0,12
Specify next point:0,0 or C
Command:Rec
Specify first corner point:7,16
Specify other corner point:9,17
Command:Rec
Specify first corner point:0,16
Specify other corner point:1,17
Command: Rec
Specify first corner point:-8,16
Specify other corner point:-6,17
Command:C
Specify center point for circle:8,19
Specify radius of circle:2
Command:C
Specify center point for circle:0.5,19
Specify radius of circle:2
Command:C
Specify center point for circle:-7,19
Specify radius of circle:2
Relative Coordinate System
Command:L
Specify first point:0,0
Specify next point:@1,0

-42-
World Scientific News 27 (2016) 1-168

Specify next point:@0,12


Specify next point:@2,0
Specify next point:@4,3
Specify next point:@2,0
Specify next point:@0,1
Specify next point:@-2,0
Specify next point:@-4,-3
Specify next point:@-2,0
Specify next point:@0,3
Specify next point:@-1,0
Specify next point:@0,-3
Specify next point:@-2,0
Specify next point:@-4,3
Specify next point:@-2,0
Specify next point:@0,-1
Specify next point:@2,0
Specify next point:@4,-3
Specify next point:@2,0
Specify next point:@0,-12 or C
Command:Rec
Specify first corner point:7,16
Specify other corner point:@2,1
Command:Rec
Specify first corner point:0,16
Specify other corner point:@1,1
Command:Rec
Specify first corner point:-8,16
Specify other corner point:@2,1
Command:C
Specify center point for circle:8,19
Specify radius of circle:2
Command:C
Specify center point for circle:0.5,19
Specify radius of circle:2
Command:C

-43-
World Scientific News 27 (2016) 1-168

Specify center point for circle:-7,19


Specify radius of circle:2
Relative Polar Coordinate System
Command:L
Specify first point:0,0
Specify next point:@1<0
Specify next point:@12<90
Specify next point:@2<0
Specify next point:@5<36.86
Specify next point:@2<0
Specify next point:@1<90
Specify next point:@2<180
Specify next point:@5<216.86
Specify next point:@2<180
Specify next point:@3<90
Specify next point:@1<180
Specify next point:@3<270
Specify next point:@2<180
Specify next point:@5<143.14
Specify next point:@2<180
Specify next point:@1<270
Specify next point:@2<0
Specify next point:@5<323.14
Specify next point:@2<0
Specify next point:@12<270 or C
Command:Rec
Specify first corner point:7,16
Specify other corner point:@2.23<26.56
Command:Rec
Specify first corner point:0,16
Specify other corner point:@1.41<45
Command:Rec
Specify first corner point:-8,16
Specify other corner point:@2.23<26.56
Command:C

-44-
World Scientific News 27 (2016) 1-168

Specify center point for circle:8,19


Specify radius of circle:2
Command:C
Specify center point for circle:0.5,19
Specify radius of circle:2
Command:C
Specify center point for circle:-7,19
Specify radius of circle:2

Example 5. Draw the following figure in board its’ are sides (550×150 mm). Note the figure is
start from original point (0,0).

Absolute Coordinate System


Command:Rectangle
Command:fillet
Specify fillet radius for rectangles:20
Specify first corner point:0,0
Specify other corner point:220,140
Command:Rectangle
Command:fillet
Specify fillet radius for rectangles:10
Specify first corner point:10,10
Specify other corner point:210,130
Command:Rectangle
Command:chamfer

-45-
World Scientific News 27 (2016) 1-168

Specify first chamfer distance for rectangles:10


Specify second chamfer distance for rectangles:10
Specify first corner point:50,40
Specify other corner Point:170,120
Command:Circle
Specify center point for circle: 25,25
Specify radius of circle:5
Command:Circle
Specify center point for circle:25,115
Specify radius of circle:5
Command:Circle
Specify center point for circle:195,25
Specify radius of circle:5
Command:Circle
Specify center point for circle:195,115
Specify radius of circle:5

Draw the following figures using AutoCAD commands.

-46-
World Scientific News 27 (2016) 1-168

-47-
World Scientific News 27 (2016) 1-168

2.4. ARC
In AutoCAD, the Arc command is often used to produce arcs.
1. Command Line: Arc or a
2. Menu Bar: DrawArc
3. Draw Bar:

-48-
World Scientific News 27 (2016) 1-168

The following message appear:


Specify start point of arc or [CEnter]:
Specify second point of arc or [CEnter/ End]:
Specify end point of arc or [ Angle / chord length] :
Specify center point of arc or [Angle/ Direction / Radius]:
Options:
Angle.Draw arc using angle.
Chord Length.Draw arc using chord length.
ARC examples

Example 1. Draw the following figure in board its’ sides are (02×02 m). The figure start from
the point (1,1)

-49-
World Scientific News 27 (2016) 1-168

Absolute Coordinate System


Command:L
Specify first point:1,1
Specify next point:8,1
Specify next point:8,2
Specify next point:4,2
Specify next point:4,5
Command:L
Specify first point:1,1
Specify next point:1,5
Command: a
Specify first point of arc:4,5
Specify center point of arc:2.5,6.5
Specify end point:1,5
Command:C
Specify center point for circle:2.5,5
Specify radius of circle:0.750
Command:C
Specify center point for circle:2.5,5
Specify radius of circle:1

-50-
World Scientific News 27 (2016) 1-168

Example 2. Draw the following figure in board its’ are sides (05×05 cm). Note the figure is start
from the point (5,3).

Absolute Coordinate System


Command:Rec
Specify first corner point:5,3
Specify next corner point:10,8
Drawing Arc Using 3Points
Command:a
Specify first point of arc:5,3
Specify seconed point of arc:7.5,0.5
Specify end point:10,3
Command:a
Specify first point of arc:10,3
Specify second pointofarc:12.5,5.5
Specify end point: 10,8
Command:a
Specify first pointofarc:10,8
Specify second pointofarc:7.5,10.5
Specify end point:5,8
Command:a
Specify first point of arc:5,8
Specify second point of arc :2.5,5.5
Specify end point:5,3
Drawing Arc Using Start/ Center /End
Command:a
Specify first point of arc:5,3
Specify center point of arc:7.5,3

-51-
World Scientific News 27 (2016) 1-168

Specify end point: 10,3


Command:a
Specify first point of arc:10,3
Specify center point of arc:10,5.5
Specify end point: 10,8
Command:a
Specify first point of arc:10,8
Specify center point of arc:7.5,8
Specify end point: 5,8
Command:a
Specify first point of arc:5,8
Specify center point of arc:5,5.5
Specify end point:5,3
Drawing arc using Start/ Center /Angle
Command:a
Specify first point of arc:5,3
Specify center point of arc:7.5,3
Specify included angle:180
Command:a
Specify first point of arc:10,3
Specify center point of arc:10,5.5
Specify included angle: 180
Command:a
Specify first point of arc:10,8
Specify center point of arc:7.5,8
Specify included angle:180
Command:a
Specify first point of arc:5,8
Specify center point of arc:5,5.5
Specify included angle: 180
Drawing Arc Using Start/ Center /Length
Command:a
Specify first point of arc:5,3
Specify center point of arc:7.5,3
Specify length of chord: 5

-52-
World Scientific News 27 (2016) 1-168

Command:a
Specify first point of arc:10,3
Specify center point of arc:10,5.5
Specify length of chord: 5
Command:a
Specify first point of arc:10,8
Specify center point of arc:7.5,8
Specify length of chord:5
Command:a
Specify first point of arc:5,8
Specify center point of arc:5,5.5
Specify length of chord:5

Example 3. Draw the following figure in board its sides (002×002 inch). Note the figure is start
from the point (10,10).

Absolute Coordinate System


Command:L
Specify first point:10,10
Specify next point:30,10
KeyBoard:Esc
Command:L
Specify first point:50,10
Specify next point:70,10
KeyBoard:Esc
Command:L
Specify first point:70,10

-53-
World Scientific News 27 (2016) 1-168

Specify next point:70,30


Key Board:Esc
Command:L
Specify first point:70,50
Specify next point:70,70
KeyBoard:Esc
Command:L
Specify first point:70,70
Specify next point:50,70
KeyBoard:Esc
Command:L
Specify first point:30,70
Specify next point:10,70
KeyBoard:Esc
Command:L
Specify first point:10,70
Specify next point:10,50
KeyBoard:Esc
Command:L
Specify first point:10,30
Specify next point:10,10
KeyBoard:Esc
Drawing Arc Using 3Points
Command:a
Specify first point:30,10
Specify second point:40,20
Specify end point:50,10
Command:a
Specify first poin:70,30
Specify second point:60,40
Specify end point:70,50
Command:a
Specify first point:50,70
Specify second point40,60
Specify end point:30,70

-54-
World Scientific News 27 (2016) 1-168

Command:a
Specify first point of arc:10,30
Specify second pointof arc:20,40
Specify end point:10,50
Drawing Arc Using Start/ Center /End
Command:a
Specify first point:50,10
Specify center point of arc:40,10
Specify end point:30,10
Command:a
Specify first point of arc:70,50
Specify center point of arc:70,40
Specify end point: 70,30
Command: a
Specify first point of arc:30,70
Specify center point of arc:40,70
Specify end point: 50,70
Command: a
Specify first point of arc:10,30
Specify center point of arc:10,40
Specify end point: 10,50
Drawing Arc Using Start/ Center /Angle
Command:a
Specify first point:50,10
Specify center point:40,10
Specify included angle:180
Command:a
Specify first point:70,50
Specify center point:70,40
Specify included angle:180
Command:a
Specify first point :30,70
Specify center point:40,70
Specify included angle:180
Command:a

-55-
World Scientific News 27 (2016) 1-168

Specify first point:10,30


Specify center pointc:10,40
Specify included angle:180
Drawing Arc Using Start/ Center /Length
Command:a
Specify first point:50,10
Specify center point:40,10
Specify length of chord:20
Command:a
Specify first point:70,50
Specify center point:70,40
Specify length of chord:20
Command:a
Specify first point:30,70
Specify center point:40,70
Specify length of chord:20
Command:a
Specify first point:10,30
Specify center point:10,40
Specify length of chord:20

Example 4. Draw the following figure in board its’ sides are (02×02 inch). Note the figure is start
from original point (0,0).

Drawing Arc Using 3Points


Command:a
Specify first point:0,0

-56-
World Scientific News 27 (2016) 1-168

Specify second poin:5,5


Specify end point:10,0
Command:a
Specify first poin:10,10
Specify second point:5,5
Specify end point:0,10
Command:a
Specify first poin:5,0
Specify second point:6.5,3.5
Specify end point:10,5
Command:a
Specify first poin:10,5
Specify second point:6.5,6.5
Specify end point:5,10
Command:a
Specify first poin:5,10
Specify second point:3.5,6.5
Specify end point:0,5
Command: a
Specify first poin:0,5
Specify second point:3.5,3.5
Specify end point:5,0
Drawing Arc Using Start/ Center /Angle
Command:a
Specify first point:10,5
Specify center point:10, 0
Specify included angle:90
Command:a
Specify first point:5,10
Specify center point:10,10
Specify included angle:90
Command:a
Specify first point:0,5
Specify center point:0,10
Specify included angle:90

-57-
World Scientific News 27 (2016) 1-168

Command: a
Specify first point:5,0
Specify center point:0,0
Specify included angle:90
Command:a
Specify first point:10,0
Specify center point:5,0
Specify included angle:180
Command:a
Specify first point:0,10
Specify center point:5,10
Specify included angle:180

Example 5. Draw the following figure in board its’ sides are (00×00 mm). Note the figure is
start from original point (0, 0).

Absolute Coordinate System


Command:L
Specify first point:0,0
Specify next point:0,3
Command:L
Specify first point:2,0
Specify next point:2,3
Command:L

-58-
World Scientific News 27 (2016) 1-168

Specify first point:4,0


Specify next point:4,3
Command:L
Specify first point:6,0
Specify next point:6,3
Command:a
Specify first point:0,0
Specify second poin:1,-1
Specify end point:2,0
Command:a
Specify first point:4,0
Specify second poin:5,-1
Specify end point:6,0
Command:a
Specify first point:2,3
Specify second poin:3,4
Specify end point:4,3
Command:a
Specify first point:0,3
Specify second poin:3,6
Specify end point:6,3
Command:C
Specify center point for circle:1,0
Specify radius of circle:0.5
Command:C
Specify center point for circle:5,0
Specify radius of circle:0.5

Example 6. Draw the following figure in board its’ sides are (00×00 mm). Note the figure is
start from original point (0, 0).

-59-
World Scientific News 27 (2016) 1-168

Absolute Coordinate System


Command:Line
Specify first point:0,3
Specify next point:0,0
Specify next point:3,0
Specify next point:3,3
Command:Line
Specify first point:5,3
Specify next point:5,0
Specify next point:8,0
Specify next point 8,3
Command:Line
Specify first point:6,3
Specify next point:5.5,3
Specify next point:5.5,5
Command:Line
Specify first point:2,3
Specify next point:2.5,3
Specify next point:2.5,5
Command:Arc
Specify first point of arc:2,3

-60-
World Scientific News 27 (2016) 1-168

Specify second point of arc:1,4


Specify end point: 0,3
Command:Arc
Specify first point of arc:5,3
Specify second point of arc:4,4
Specify end point:3,3
Command:Arc
Specify first point of arc:8,3
Specify second point of arc:7,4
Specify end point: 6,3
Command:Arc
Specify first point of arc:5.5,5
Specify second point of arc:4,6.5
Specify end point: 2.5,5

Draw the following figures using AutoCAD commands.

-61-
World Scientific News 27 (2016) 1-168

2.5. Ellipse
An ellipse is one object. AutoCAD ellipses are NURBS curves.
1. Command Line: El
2. Menu Bar: Draw Ellipse
3. Draw Bar:
In AutoCAD three ways to draw ellipse:
1.Axis end (Specify one axis and the end of second)
Command : ellipse
Specify axis end point of ellipse or [Arc / Center]:
Specify other end point of axis:
Specify distance to other axis or [Rotation]:
2. Center (Specify the center and the end of each axis)

-62-
World Scientific News 27 (2016) 1-168

Specify axis end point of ellipse or [Arc / Center]:C


Specify center of ellipse:
Specify end point of axis:
Specify distance to other axis or [rotation]:
3. Arc (create an ellipse arc)
Specify axis end point of ellipse or [Arc / Center]:A
Specify axis endpoint of elliptical arc or [center]:
Specify other endpoint of axis:
Specify distance to other axis or [rotation]:
Specify start angle or [parameter]:
Specify end angle or [parameter / included angle]:

Example 1. Draw the following figure in board its’ sides are (22×22 mm).

Axis end
Command : ellipse
Specify axis end point of ellipse or [Arc / Center]:10,10
Specify other end point of axis:20,10
Specify distance to other axis or [Rotation]:3
Center
Specify axis end point of ellipse or [Arc / Center]:C
Specify center of ellips:15,10
Specify end point of axis:20,10
Specify distance to other axis or [rotation]:15,13
Arc
Specify axis end point of ellipse or [Arc / Center]:A
Specify axis endpoint of elliptical arc or [center]:20,10
Specify other endpoint of axis:10,10

-63-
World Scientific News 27 (2016) 1-168

Specify distance to other axis or [rotation]:r


Specify start angle or [parameter]:0
Specify end angle or [parameter / included angle]:45

Example 2. Draw the following figure in board its sides (22×22 inch). Note the figure is start
from the point (5,5).

Axis end
Command:ellipse
Specify axis end point of ellipse or [Arc / Center]:5,5
Specify other end point of axis:5,5
Specify distance to other axis or [Rotation]:0.5
Command:ellipse
Specify axis end point of ellipse or [Arc / Center]:15,5
Specify other end point of axis:5,15
Specify distance to other axis or [Rotation]:0.5
Command:ellipse
Specify axis end point of ellipse or [Arc / Center]:15,15
Specify other end point of axis:1,15
Specify distance to other axis or [Rotation]:0.5
Command:ellipse
Specify axis end point of ellipse or [Arc / Center]:5,15
Specify other end point of axis:5,5
Specify distance to other axis or [Rotation]:0.5
Command:ellipse
Specify axis end point of ellipse or [Arc / Center]:5,5
Specify other end point of axis:5,15

-64-
World Scientific News 27 (2016) 1-168

Specify distance to other axis or [Rotation]:0.5


Command:ellipse
Specify axis end point of ellipse or [Arc / Center]:15,5
Specify other end point of axis:5,15
Specify distance to other axis or [Rotation]:0.5
Center
Specify axis end point of ellipse or [Arc / Center]:C
Specify center of ellips:10,5
Specify end point of axis:15,5
Specify distance to other axis or [rotation]:0.5
Specify axis end point of ellipse or [Arc / Center]:C
Specify center of ellips:15,10
Specify end point of axis:15,5
Specify distance to other axis or [rotation]:0.5
Specify axis end point of ellipse or [Arc / Center]:C
Specify center of ellips:10,15
Specify end point of axis:15,15
Specify distance to other axis or [rotation]:0.5
Specify axis end point of ellipse or [Arc / Center]:C
Specify center of ellips:5,10
Specify end point of axis:5,15
Specify distance to other axis or [rotation]:0.5
Specify axis end point of ellipse or [Arc / Center]:C
Specify center of ellips:10,10
Specify end point of axis:15,15
Specify distance to other axis or [rotation]:0.5
Specify axis end point of ellipse or [Arc / Center]:C
Specify center of ellips:10,10
Specify end point of axis:15,5
Specify distance to other axis or [rotation]:0.5

Example 3. Draw the following figure in board its’ sides are (22×22 mm). Note the figure is
start from original point (0,0).

-65-
World Scientific News 27 (2016) 1-168

Axis end
Command:rectangle
Specify first corner point:0,0
Specify other corner point:10,2
Command:rectangle
Specify first corner point:0,2
Specify other corner point:2,10
Command:rectangle
Specify first corner point:8,2
Specify other corner point:10,10
Command:rectangle
Specify first corner point:0,10
Specify other corner point:10,12
Command:ellipse
Specify axis end point of ellipse or [Arc / Center]:2,1
Specify other end point of axis: 8,1
Specify distance to other axis or [Rotation]:0.5
Command:ellipse
Specify axis end point of ellipse or [Arc / Center]:2,11
Specify other end point of axis:8,11
Specify distance to other axis or [Rotation]:0.5
Command:ellipse
Specify axis end point of ellipse or [Arc / Center]:2,6
Specify other end point of axis:8,6

-66-
World Scientific News 27 (2016) 1-168

Specify distance to other axis or [Rotation]:0.5


Command:ellipse
Specify axis end point of ellipse or [Arc / Center]:1,3
Specify other end point of axis:1,9
Specify distance to other axis or [Rotation]:0.5
Command:ellipse
Specify axis end point of ellipse or [Arc / Center]:9,3
Specify other end point of axis:9,9
Specify distance to other axis or [Rotation]:0.5
Command:ellipse
Specify axis end point of ellipse or [Arc / Center]:5,3
Specify other end point of axis:5,9
Specify distance to other axis or [Rotation]:0.5

Example 4. Draw the following figure in board its’ sides are (12×12 cm). Note the original
point (0,0) in the center of the drawing.

Axis end
Command:ellipse
Specify axis end point of ellipse or []:0,-5
Specify other end point of axis:0,5
Specify distance to other axis or [Rotation]:0.5
Command:ellipse
Specify axis end point of ellipse or []:5,-5
Specify other end point of axis:-5,5
Specify distance to other axis or [Rotation]:0.5

-67-
World Scientific News 27 (2016) 1-168

Command:ellipse
Specify axis end point of ellipse or []:5,0
Specify other end point of axis:-5,0
Specify distance to other axis or [Rotation]:0.5
Command:ellipse
Specify axis end point of ellipse or []:5,5
Specify other end point of axis:-5,-5
Specify distance to other axis or [Rotation]:0.5

Example 5. Draw the following figure in board its’ sides are (25×25m). Note the original point
(0,0) in the center of the drawing.

Axis end
Command:ellipse
Specify axis end point of ellipse:-5,-5
Specify other end point of axis:5,-5
Specify distance to other axis:0.5
Command:ellipse
Specify axis end point of ellipse:5,-5
Specify other end point of axis:10,0
Specify distance to other axis:0.5
Command:ellipse
Specify axis end point of ellipse:10,0
Specify other end point of axis:5,5
Specify distance to other axis:0.5

-68-
World Scientific News 27 (2016) 1-168

Command:ellipse
Specify axis end point of ellipse:5,5
Specify other end point of axis:-5,5
Specify distance to other axis:0.5
Command:ellipse
Specify axis end point of ellipse:-5,5
Specify other end point of axis:-10,0
Specify distance to other axis:0.5
Command:ellipse
Specify axis end point of ellipse:-10,0
Specify other end point of axis:-5,-5
Specify distance to other axis:0.5

Example 6. Draw the Computer on board its’ sides are (6,6 ft). The figure start from
original point (0,0).

Axis end
Command: rectangle

-69-
World Scientific News 27 (2016) 1-168

Specify first corner point:0,0


Specify other corner point: 3,1
Command: Rectangle
Specify first corner point or [ ]:F
Specify fillet radius for rectangles:0.25
Specify first corner point:0.25,0.25
Specify other corner Point:2.750,0.750
Command: rectangle
Specify first corner point:0,1.25
Specify other corner point: 3,4.25
Command: Rec
Specify first corner point or []:C
Specify first chamfer distance for rectangles:0.25
Specify second chamfer distance for rectangles:0.25
Specify first corner point:0.25,1.5
Specify other corner Point:2.750,4
Command : ellipse
Specify axis end point of ellipse or []: 1.5,2.25
Specify other end point of axis: 1.5,3.5
Specify distance to other axis or [Rotation]:0.25
Command : ellipse
Specify axis end point of ellipse or []: 1,2.750
Specify other end point of axis: 2,2.750
Specify distance to other axis or [Rotation]:0.25
Command:ellipse
Specify axis end point of ellipse or []: -1.750,0
Specify other end point of axis: -1.750,1
Specify distance to other axis or [Rotation]:0.25
Command:arc
Specify first point:0,2.750
Specify center point:0,1
Specify included angle:90
Command:C
Specify center point for circle:1.5,2.750
Specify radius of circle:1

-70-
World Scientific News 27 (2016) 1-168

Command:C
Specify center point for circle:1.5,1.350
Specify radius of circle:0.1
Command:C
Specify center point for circle:0.6,0.6
Specify radius of circle:0.1
Command:C
Specify center point for circle:2.4,0.6
Specify radius of circle:0.1

Draw the following figures using AutoCAD commands

2.6. Polygon
The Polygon command enables to create regular polygon with 3 to 1024 sides. A regular
polygon is one with sides of equal length.
1. Command Line:Pol

-71-
World Scientific News 27 (2016) 1-168

2. Menu Bar:Draw Polygon

3. Draw Bar:
When enter polygon command, the following message appear:
Enter number of sides<>:
Specify center point or [edge]:
If our chose the Edge option, the program require the following:
Specify first endpoint of edge:
Specify second endpoint of edge:
If our option specifies Center point, the program requires the radius of circle:
Enter an option [Inscribed in circle / Circumference about circle] < >:
Options:
I.Inscribed option allows control of one half of the distance across the corner.
C.Circumscribed option allows control of one half of the distance across the flats.
When determine one of the options the program display the message:
Specify radius of circle:

Remark: (the circle is not display in the drawing).

Example 1. Draw the following figure in board its’ sides are (12×12 cm). Note the figure start
from original point (0,0).

Absolute Coordinate System


Command: line
Specify first point:0,0

-72-
World Scientific News 27 (2016) 1-168

Specify next point:4,0


Specify next point:4,2
Specify next point:5,2
Specify next point:5,0
Specify next point:8,0
Esc from keyboard
Command:line
Specify first point:0,0
Specify next point:0.5,3
Specify next point:8,3
Command:a
Specify first point:8,0
Specify center point:8,1.5
Specifyendpoint:8,3
Command:Pol
Enter number of sides:6
Specify center point or [edge]:8,1.5
Specify radius of circle:1

Example 2. Draw the following figure in board its’ sides are (15×5 mm). Note the figure start
from original point (0,0).

Absolute Coordinate System


Command:Polygon
Enter number of sides:8
Specify center point:2,2
Specify radius of circle:2

-73-
World Scientific News 27 (2016) 1-168

Command:Polygon
Enter number of sides:8
Specify center point:6,2
Specify radius of circle:2
Command:Polygon
Enter number of sides:8
Specify center point:10,2
Specify radius of circle:2
Command:ellipse
Specify axis end point of ellipse:2,1
Specify other end point of axis:2,3
Specify distance to other axis:0.5
Command:ellipse
Specify axis end point of ellipse:6,1
Specify other end point of axis:6,3
Specify distance to other axis:0.5
Command:ellipse
Specify axis end point of ellipse:10,1
Specify other end point of axis:10,3
Specify distance to other axis:0.5

Example 3. Draw the following figure in board its’ sides are (130×130 mm). Note the original
point (0,0) in the center of drawing.

Absolute Coordinate System


Command:Polygon

-74-
World Scientific News 27 (2016) 1-168

Enter number of sides:4


Specify center point:0,0
Specify radius of circle:60
Command:Polygon
Enter number of sides:4
Specify center point:0,0
Specify radius of circle:50
Command:Polygon
Enter number of sides:4
Specify center point:0,0
Specify radius of circle:40
Command:Polygon
Enter number of sides:4
Specify center point:0,0
Specify radius of circle:30
Command:Polygon
Enter number of sides:4
Specify center point:0,0
Specify radius of circle:20
Command:Polygon
Enter number of sides:4
Specify center point:0,0
Specify radius of circle:10
Command:Polygon
Enter number of sides<>:4
Specify center point or [edge]:e
Specify first endpoint of edge:0,60
Specify second endpoint of edge:-60,0
Command:Polygon
Enter number of sides<>:4
Specify center point or [edge]:e
Specify first endpoint of edge:0,50
Specify second endpoint of edge:-50,0
Command:Polygon
Enter number of sides<>:4

-75-
World Scientific News 27 (2016) 1-168

Specify center point or [edge]:e


Specify first endpoint of edge:0,40
Specify second endpoint of edge:-40,0
Command:Polygon
Enter number of sides<>:4
Specify center point or [edge]:e
Specify first endpoint of edge:0,30
Specify second endpoint of edge:-30,0
Command:Polygon
Enter number of sides<>:4
Specify center point or [edge]:e
Specify first endpoint of edge:0,20
Specify second endpoint of edge:-20,0
Command:Polygon
Enter number of sides<>:4
Specify center point or [edge]:e
Specify first endpoint of edge:0,10
Specify second endpoint of edge:-10,0

Example 4. Draw the following figure in board its’ sides are (120×120 m). Note the figure start
from original point (0,0).

Absolute Coordinate System


Command:Polygon
Enter number of sides:4
Specify center point:20,20

-76-
World Scientific News 27 (2016) 1-168

Specify radius of circle:20


Command:Polygon
Enter number of sides:4
Specify center point:20,80
Specify radius of circle:20
Command:Polygon
Enter number of sides:4
Specify center point:80,20
Specify radius of circle:20
Command:Polygon
Enter number of sides:4
Specify center point:80,80
Specify radius of circle:20
Command:Polygon
Enter number of sides<>:4
Specify center point or [edge]:e
Specify first endpoint of edge:20,40
Specify second endpoint of edge:0,20
Command:Polygon
Enter number of sides<>:4
Specify center point or [edge]:e
Specify first endpoint of edge:20,100
Specify second endpoint of edge:0,80
Command:Polygon
Enter number of sides<>:4
Specify center point or [edge]:e
Specify first endpoint of edge:80,40
Specify second endpoint of edge:60,20
Command:Polygon
Enter number of sides<>:4
Specify center point or [edge]:e
Specify first endpoint of edge:80,100
Specify second endpoint of edge:60,80
Command:Polygon
Enter number of sides<>:4

-77-
World Scientific News 27 (2016) 1-168

Specify center point or [edge]:e


Specify first endpoint of edge:50,60
Specify second endpoint of edge:40,50

Example 5. Draw the following figure in board its’ sides are (20×10 cm). Note the figure start
from original point (0,0).

Absolute Coordinate System


Command:Pol
Enter number of sides:8
Specify center point or [edge]:4,4
Specify radius of circle:4
Command:Pol
Enter number of sides:8
Specify center point or [edge]:12,4
Specify radius of circle:4
Command:ellipse
Specify axis end point of ellipse:4,2
Specify other end point of axis:4,6
Specify distance to other axis:1
Command:ellipse
Specify axis end point of ellipse:0,4
Specify other end point of axis:8,4
Specify distance to other axis:2
Command:ellipse
Specify axis end point of ellipse:10,4
Specify other end point of axis:14,4

-78-
World Scientific News 27 (2016) 1-168

Specify distance to other axis:1


Command:ellipse
Specify axis end point of ellipse:12,0
Specify other end point of axis:12,8
Specify distance to other axis:2
Command:C
Specify center point for circle:1.5,4
Specify radius of circle:0.5
Command:C
Specify center point for circle:6.5,4
Specify radius of circle:0.5
Command:C
Specify center point for circle:12,1.5
Specify radius of circle:0.5
Command:C
Specify center point for circle:12,6.5
Specify radius of circle:0.5

Draw the following figures using AutoCAD commands.

-79-
World Scientific News 27 (2016) 1-168

2.7. Donut
The donut command allows to create thick – walled or solid circles, known in AutoCAD as
donuts. Access the command by:
1. of donut Command Line: do
2. Menu Bar: DrawDonut

Specify inside diameter:


Specify outside diameter of donut:

-80-

You might also like