Cadd Lab S4
Cadd Lab S4
WESTHILL - KOZHIKODE
1. Students must present a valid ID card before entering the CAD Lab
2. Students are not allowed to bring bags, rain coats , casual wears, food and
beverages inside the laboratory. Chewing gum, eating, drinking, smoking,
littering are prohibited inside the computer laboratory. Wearing of hats/caps
inside the laboratory is not allowed. Eating and/or drinking inside the computer
labs is strictly prohibited, however note book or record books may be allowed.
3. Every user must make an entry while entering in the CAD Lab and also at
the time of exit from the lab.
4. Users are not allowed to install, update or download any software in any
computers inside the laboratories. It is also prohibited the users to boot from any
bootable devices to run software in any computers in the laboratory. In cases
that there is need to install, update or download software or boot from other
device the instructor must seek for the approval of the Head of Department.
7. Playing games are not allowed inside the computer laboratory, this includes
video games, card games and other games.
9. Users are strictly prohibited from modifying or deleting any important files and
install any software or settings in the computer
10. The student must check the computer unit and its peripherals attached
before using it. The facts must immediately inform the instructor if there’s any
defect, error or damage observed at the computer (hardware/software) assigned
11. Students are not allowed to use personal Pen Drives, CDs, DVDs etc., in the
Lab to avoid VIRUS in Computers.
12. Users are responsible for saving their documents or drawings frequently if
they need or the data in the next classes.
13. Chairs must be returned properly to its original places. The lab must be kept
clean and tidy at all times.
14. Before leaving the lab, users must close all programs positively and keep the
desktop blank.
15. Users must turn-off the computer before leaving the computer lab.
16. DO NOT leave your personal belongings at the computer lab. The College is
not responsible for items left behind.
19. Theft, vandalism, or abuse in any form is a grave offense and shall be dealt
with accordingly. Willful violations of the above provisions shall constitute
disciplinary actions.
20. In case of theft / destruction of the computers or peripherals, double the cost
of the lost will be charged from the student/user.
22. Lab timing will be as per the academic time table of different classes
23. The use of cell phones is prohibited in the computer lab. Please take your
calls outside. We also ask that you put your cell phone on vibrate mode.
24. Violators of these guidelines may be subject to any, but not limited to, the
following sanctions:
1. Admonition
2. Temporary or permanent suspension of cad laboratory privileges
3. Dismissal from the college
TOOL AND DIE ENGG, CADD LAB
3
INTRODUCTION
Application of CAD
1. Preparing Architectural drawing
2. Interior design and modeling
3. Tool and fixture design.
4. Production planning and control.
5. Preparing of assembly list and bill of material.
6. Computer aided inspection.
7. Preparation of programs for CNC machine.
8. Circuit layout and panel drawing.
9. Mapping, Building, Drawing.
10. Communication network.
11. Piping and instrumentation designing.
12. Computer aided manufacturing.
CAD Packages
Some of the commonly used packages are:
1. Auto Cad
2. Electrical Cad
3. 3DS-max
Ribb
on View
Tool Cube
bar
Naviga
File tion
Tab Bar
UCS
icon
Cross
Model Comma Status
Hair
and nd Bar
Layout Prompt
Tab
The Ribbon
Maximize the area available for work using a compact interface that contains
many of the same tools and controls available in toolbars and dialog boxes. The
ribbon can be displayed horizontally across the top of the drawing window, vertically
to the left or right of the drawing window, or as a floating palette.
View Cube
Display visual feedback of the current orientation of a model, or adjust a
model's viewpoint. Restore the previous view, or click and drag over the Rewind
wedge to scroll through the navigation history to restore a previous view. You can
access the View Cube from the drawing status bar.
Drawing Area
The basic purpose of the drawing area is to provide space to prepare a
drawing.
Status Bar
View the coordinate values of your cursor, and access several buttons for
turning drawing tools on and off (OSNAP, ORTHO, GRID, DYN, etc.) as well as many
display tools used to scale annotations.
A new AutoCAD drawing file can be created in three ways. They are
a) Type the command NEW and press the enter key.
b) Choose the menu item NEW from Application menu (Press shortcut keys
CTRL+N)
c) Clicking by mouse on the icon representing new file in the Quick access tool
bar.
On the entry of the command ‘New’ a dialog box named ‘Select Template’ will
appear. Then choose a template file of AutoCAD (normally acad.dwt) to start a new
drawing, English or Metric is selected depending on the units adopted for the
drawing. Then a new file is created with name ‘Drawingl.dwg’ in the corresponding
directory, We can change the file name by saving this file to another name by using
‘Save As’ command from file menu to desired directory. While working on drawing it
is necessary to save the changes frequently. This can be done using ‘Ctrl+S’ key
combination. For the new file opened select the suitable workspace.
Depending on the length of the longest feature to be drawn, suitable limits for
the drawing area are to be set. Normally the lower left limit and upper right limit of
TOOL AND DIE ENGG, CADD LAB
10
the drawing area indicate the boundary of the drawing area on the display screen in
the two dimension co-ordinate system The lower left limit is always 0.000,0.000.
The upper right limit is 12.0000, 9.0000. The upper right limit can be change to suit
our convenience. For this LIMITS command is used.
We can setup the line types that to be used in drawing. The command LTYPE
will display a window with currently available line types. We can load or remove the
line types from this window. The scale factors of line type affects globally in the
drawing. We cannot delete the default three line types and those line types already
used in the drawing.
b) All
For select objects type ALL on the command line and press enter key. All the
objects available on the screen are selected.
c) Window
Pick corner points diagonally opposite so that a window like surrounds objects
to be selected. If the mouse moves left to right, all the objects lying completely
within the window are selected. If the mouse moves right to left, objects partly
within the window are selected.
d) Add
To add more objects to selection list
LEFT PAGE
20, 70 40, 70
40, 50 80, 50
@-20, 0 @0, 20
@-40, 0 @0, 30
DRAWING COMMANDS
1) Line (Command: Line or L)
TOOL AND DIE ENGG, CADD LAB
13
The line command is used to draw simple lines either single line or series of
lines. There are four co-ordinate system used in AutoCAD to locate a point on the
screen. In AutoCAD 2D drawing is done by considering the screen on XY plane. Line
can be drawn using following co-ordinate methods.
a) Absolute Co-ordinate Method:- In this method the points are created to
draw a line with respect to the origin (0,0). To mark a point value is given in
pairs as X co-ordinate value followed by Y co-ordinate value.
@40<180 @30<90
50
20
20
40
50
30
First point
60
c) Polar Co-Ordinate Method
TOOL AND DIE ENGG, CADD LAB
15
In this method the end point of lines are defined with its length and
angle (measured in anticlockwise)
Command : LINE (L) ↩
Specify first point : Click any point on the screen
Specify next point : @60<0 ↩
Specify next point : @30<90 ↩
Specify next paint : @40<180 ↩
Specify next point : @20<90 ↩
Specify next point : @20<180 ↩
Specify next point : @50<270 ↩
Specify next point : Press enter to complete the drawing
In these methods, the points are located to draw a line using the
distance entry in the direction of the cursor.
[Note: The ORTHO command is used to keep the mouse directions vertically /
horizontally.
Command: ORTHTO ↩ [ON/OFF]
Function Key F8 is used to toggle ORTHO mode]
This command is used to create a circle in the drawings. From the command
line type CIRCLE or C and press enter key or from Draw menu select Circle and
select anyone method of circle formation.
Centre, radius
Centre, diameter
2 Point
3 Point
Tan, Tan, Radius
Tan, Tan, Tan
This command is used to create a rectangle polygon in the drawings. From the
Enter number of sides: Enter a value between 3 and 1024 then press enter
Specify centre of polygon or [Edge]: Specify centre of the polygon by mouse click or Co-
ordinate methods or choose the option Edge to specify the first and second point of the
staring edge.
This command is used to draw ellipse or elliptical arc in the drawings. From the
command line type ELLIPSE or EL and press enter key or from Draw menu select
Ellipse.
Centre.
Axis, End.
Arc.
This command is used to draw filled circles and rings n the drawings. From the
command line type DONUT or DO and press enter key or from Draw menu select
Donut.
Specify inside diameter of donut : Inside diameter is specified or Press enter key.
Specify outside diameter of donut : Outside diameter is specified or Press enter key.
Specify center of donut or <exit> : Center point is specified by mouse or Co-ordinates.
Specify start point: Pick the start point of the poly line.
Specify next point or [Arc/Half width/Length/Undo/Width] : Pick the next point of pline or
enter the desired option.
Note: The Explode command reduces a poly line to its line and arc components. Poly
lines with a width value lose their width once exploded.
This command is used to fill the specified area in the drawing with predefined
patterns. From the command line type BHATCH or Hatch or H and press enter key or
from Draw menu select Hatch.
10. POINT (Command: Point or PO)
This command is used to draw point on the specified area in the drawing. From
the command line type POINT or P0 and press enter key or from Draw menu select
Point.
To set the point style size and type, type PTYPE in the command line.
11. TEXT or MTEXT (Command: TEXT or MTEXT or T)
This command to place text objects in the drawing. From the command line
type TEXT or MTEXT or T and press enter key.
Lines that extend to infinity in one or both directions, known as rays and
construction lines, respectively, can be used as references for creating other objects.
MODIFYING COMMANDS
1. ERASE (Command: E)
Select objects: Use an object selection method and press ↩ when you finish selecting objects.
Options
Single: This lets you pick a single object only. From the keyboard enter Si at
the Select objects: prompt.
Last: From the keyboard, enter L at the Select objects: prompt to erase the
last entity drawn.
Previous: Enter P from the keyboard to erase the previous selection set.
Oops: This restores objects erased by the last Erase command.
To erase an object overlapped or superimposed by another, hold down the Ctrl
key at the Select object: prompt. Pick a point where two or more objects overlap,
where it is difficult to select the correct object. The prompt <Cycle on> appears at
the command line. Continue clicking until the object you want to erase is
highlighted, and then Press ↩ .
2. COPY (Command : Co ↩ or Cp ↩)
The two points you specify define a vector that indicates how far the copied
objects are to be moved and in what direction.
3. MIRROR (Command: Mirror or Mi ↩)
4. OFFSET (Command : O ↩)
Specify offset distance or through] <Through>: Enter a distance value to specify a constant
distance to offset, press T to specify an offset through-point after each object selection is
made, or press ↩
Enter a distance value, and press ↩ ; you are then prompted to Select an object to offset. Pick
the object to offset. At the next prompt, specify point on side to offset: pick the side on which
you want the offset to appear. You can continue to offset objects at that distance or press .J to
exit the command.
Selecting Through by entering T prompts you to Specify through point: Pick a point to locate
the offset line.
Offset Distance if you enter a value at the Distance: prompt, all the offsets
performed in the current command will be at that distance. The prompt will continue
offsetting objects at the specified distance until you press ↩
5. ARRAY (Command: Ar ↩)
6. MOVE (Command: M ↩)
Move displaces a single object or a set of objects.
Select objects: Select the objects to be moved and press ↩ when you finish.
Specify base point or displacement: Specify a base point.
Specify second point of displacement: Spec) a point or press ↩
7. ROTATE (Command: Ro ↩)
Select objects: Select the objects to be rotated and press ↩ when you finish
Specify base point: Pick the point about which objects are to be rotated.
Specify rotation angle or [Reference]: Enter the angle of rotation, or R.
8. SCALE (Command: Sc ↩ )
Scale changes the size of objects in a drawing. You can also scale an object by
9. STRETCH (Command: S ↩)
Select objects: Use the crossing object selection method and press ↩ individually. Selected
objects and objects that are completely enclosed by the crossing selection are moved rather than
stretched.
Specify base point or displacement: Pick the base reference point for the stretch.
Specify second point of displacement or <use first point as displacement>: Pick the second
point in relation to the base point, indicating the distance and direction you want to stretch.
Trim shortens an object to meet another object or objects. The objects may be
trimmed to the current UCS plane or along the current view.
Select objects: Select one or more objects as cutting edge and press ↩
Select the object’s edge to be trimmed with reference to the cutting edge.
Lines, arcs, circles, polylines, ellipses, splines, donuts, and several other object
types can be split into two objects or have one end removed.
1. DIMENSIONING
PROCEDURE
STEP 1: Draw axis lines in the respective format with their intersection point
at (0,0)
Go to PROPERTIES tool bar
Load line type as ISO LONG DASH SHORT DASH in the line type area.
Select line type ISO LONG DASH SHORT DASH in the line type area.
STEP 3: Draw two construction lines at an angle of 30o to the vertical axis
line
STEP 4: With A as center an radius 100 draw an arc between the above
lines
STEP 5: Offset the arc on the either side by the distances as mentioned in
the figure.
STEP 6: Complete the figure by using fillet command.
STEP 7: Give dimensions to the completed figure.
Command: _qsave
PRECAUTIONS:
Use the required modify tool bar commands like TRIM, ERASE, COPY,
MIRROR ETC.,
PROCEDURE
STEP 4: For the outer cover use CIRCLE command and the in
command prompt area type
TAN TAN RADIUS. This gives the idea of drawing the outer cover
PRECAUTIONS:
Put ORTHO ON where ever necessary. Use the required modify tool
bar commands like TRIM, ERASE, COPY, MIRROR ETC.,
AIM: to draw the following parts of given press tool and its assembly using
ACAD
RESULT