Skip to main content

How to Draw lines.

Command: L (Enter)

Syntax for line command goes as follows with various co-ordinate system.

if you have not seen previous video the pls click on below link.

1. Absolute co-ordinate system.

2.Relative rectangular co-ordinate system.

3.Relative Polar co-ordinate system.

                                                   ABS│ R.R  │ P.R

Specify first point:                      5,5 │ Click│Click

                                                      ABS│ R.R  │ P.R

Specify next point or [Undo]:     #13,5 │ @5,0 │@8<0 

                                                       ABS│ R.R  │ P.R

 Specify next point or [Undo]:     #13,11│ @0,6 │@6<90 

                                                       ABS│   R.R    │ P.R

 Specify next point or [Undo]:     #5,11│ @-80,0 │@8<180

 Specify next point or [Undo]:     ESC 

Tutorials:

Tutorial: Line command with absolute co-ordinate system.

C Shape tutorial
Command: L
LINE
Specify first point: 0,0

Specify next point or [Undo]: #12,0

Specify next point or [Undo]: #12,2

Specify next point or [Close/Undo]: #2,2

Specify next point or [Close/Undo]: #2,10

Specify next point or [Close/Undo]: #12,10

Specify next point or [Close/Undo]: #12,12

Specify next point or [Close/Undo]: #0,12

Specify next point or [Close/Undo]: #0,0

Specify next point or [Close/Undo]: ESC

F shape tutorial
Command: L
LINE
Specify first point: 15,0

Specify next point or [Undo]: #17,0

Specify next point or [Undo]: #17,5

Specify next point or [Close/Undo]: #22,5

Specify next point or [Close/Undo]: #22,7

Specify next point or [Close/Undo]: #17,7

Specify next point or [Close/Undo]: #17,11

Specify next point or [Close/Undo]: #22,11

Specify next point or [Close/Undo]: #28,11

Specify next point or [Close/Undo]: #28,13

Specify next point or [Close/Undo]: #15,13

Specify next point or [Close/Undo]: #15,0

Specify next point or [Close/Undo]: ESC



Tutorial: Line command with Relative rectangular co-ordinate system.


Plus shape tutorial.
Command: L
LINE
Specify first point: Click

Specify next point or [Undo]: @4,0

Specify next point or [Undo]: @0,4

Specify next point or [Close/Undo]: @4,0

Specify next point or [Close/Undo]: @0,4

Specify next point or [Close/Undo]: @-4,0

Specify next point or [Close/Undo]: @0,4

Specify next point or [Close/Undo]: @-4,0

Specify next point or [Close/Undo]: @0,-4

Specify next point or [Close/Undo]: @-4,0

Specify next point or [Close/Undo]: @0,-4

Specify next point or [Close/Undo]: @4,0

Specify next point or [Close/Undo]: @0,-4

Specify next point or [Close/Undo]: Esc

Command: L
LINE
Specify first point: Click

Specify next point or [Undo]: @2,0

Specify next point or [Undo]: @0,10

Specify next point or [Close/Undo]: @4,0

Specify next point or [Undo]: @0,2

Specify next point or [Undo]: @-10,0

Specify next point or [Close/Undo]: @0,-2

Specify next point or [Close/Undo]: @4,0

Specify next point or [Close/Undo]: @0,-10

Specify next point or [Close/Undo]: ESC

Tutorial: Line command with Relative polar co-ordinate system.
 Click here for video tutorial.



T shape Tutorial 
Command: L
LINE
Specify first point: Click at point A

Specify next point or [Undo]: @4<0

Specify next point or [Undo]: @4<60

Specify next point or [Close/Undo]: @4<120

Specify next point or [Close/Undo]: @4<180

Specify next point or [Close/Undo]: @4<240

Specify next point or [Close/Undo]: @4<300

Specify next point or [Close/Undo]: ESC.
_________________________________________________________________________________


Comments

Popular posts from this blog

From command

From:  fro (enter) From command is used to draw a line or any objects base point at a specific distance from a particular reference point. (Video link attached at the end of commands)   Command: L LINE Specify first point: fro Base point: Click at corner A <Offset>: 5 Specify next point or [Undo]: fro Base point: Click at corner B  <Offset>: 50 Specify next point or [Undo]: ESC click here to see how to use from command. Related Concepts: About Polyline. About lines. About multilines. Relates Task: How to draw lines. How to draw polylines. How to draw multiline. How to edit multiline. How to create multiline style. Related reference: Commands for linear geometric objects. Mid point command. Co-ordinate entry system. Direct distance entry. How to draw lines with precision.

Co-ordinate systems

Hello Friends,             This is my first blog on AutoCAD tutorials. I won’t waste time on overview of AutoCAD and its uses which everyone knows. I will start directly with Co-ordinate systems of AutoCAD.             Co-ordinates systems are not of more use left in recent versions but still knowledge of co-ordinate systems is important as this keeps your mind sharp.  ABOUT CO-ORDINATE SYSTEM:     If you want to make any object in autocad you have two options.  1. you can directly click at any know point or  2. you can specify co ordinates of the point in command box. CARTESIAN AND POLAR CO-ORDINATE SYSTEM: Cartesian co ordinate system works only on linear distance. it have 3 axis X,Y,Z. when u specify any point with (+ or -) sign it prompts autocad to move along positive axis or negative axis at a specified distance. while working in 2D drafting, ...

Boundary Command

BOUNDARY (COMMAND) Boundary command creates region or polylines from the closed areas.  There two methods to work with boundary option  Boundary creation dialog box "-Boundary" Command. 1. BOUNDARY CREATION DIALOG BOX. Command: BOUNDARY // Following dialog box will open. Pick Points Determines a boundary from existing objects that form an enclosed  area around the specified point. Island Detection Controls whether the BOUNDARY command detects all internal  closed boundaries, called islands, in addition to the objects enclosing the pick point. Object Type Controls the type of the new boundary object. BOUNDARY creates the boundary as a region or a polyline object. Boundary Set Defines the set of objects BOUNDARY analyzes when defining a boundary from a specified point. Current Viewport Defines the boundary set from everything in the current viewport extents. Selecting this option discards any current boundary set. New Prompts you to select the objects that define the b...