SlideShare a Scribd company logo
CAD NOTES
Q. 1: Define Computer Aided Drafting (CAD)?
Ans: Computer Aided drafting is a process of preparing a drawing of an object on the screen of a
computer. There are various types of drawings required in different fields of engineering and science. In
the field of mechanical engineering, the drawing of machine components and layouts are prepared. In the
field of civil engineering plans and layouts of building are prepared. In the field of electrical engineering
the layouts of power distribution system are prepared. In other fields of engineering use of computer
made for drawing and drafting. The use of cad process provides enhanced graphic capabilities which
allows any designers to-
1. Conceptualize his ideas.
2. Modify the design very easily.
3. Perform design calculations.
4. Uses colures, fonts and others aesthetic features.
Q.2: Write down the names of different software used in design?
Ans: 1. AutoCAD 2. Ansys 3. Pro- Engineering Wildfire 4. Catia
5. Unigraphics 6. Solidedge classic 7. Solidworks
Q.3: what are the reasons for implementation a cad system?
Ans: Following are the important reasons for implementation cad system:
1. Increases the productivity of the designer.
2. Improves the quality of design.
3. Improves communication.
4. Create data base for manufacturing.
5. Improves the efficiencies of design.
Q.4: what are the applications of CAD?
Ans: There are various processes which can be performed by use of computer in the drafting procrss:
1. Automatics drafting 2. Geometric molding
1. Automatics Drafting: - It has ability to perform transformation of image and perform 3D
drawing like isometric views, perspective views etc.
Scaling of the drawing and the capability to develop sectional views and enlarged views in detail.
2. Geometric Modeling: - The use of geometric modeling is the designer constructs the
graphical image of the object on the CRT screen of the ICG system by supplying following three
commands to the computer.
I. Type: - Generates basic geometric elements such as points, lines and circles.
II. Type: - To accomplish scaling rotation or other transformation of these elements.
III. Types:- Which causes various elements to be joined.
Q.5: write down the benefits of CAD?
Ans: The implementation of cad system provides variety of benefits to the industries in design and
production. They are shown below:-
1. Improved productivity in drafting.
2. Shorter preparation time for drawing.
3. Reduced manpower requirements.
4. Customer modifications in drawing are easier.
5. More efficient operation in drafting.
6. Low wastage in drawing.
7. Colors can be used to customize the product.
8. Improved accuracy of drawing.
9. Preparation of assembly or sub-assembly drawing.
10. Isometric views.
11. Revisions are possible.
12. Printing can be done to scale.
Q.6: write down the limitations of CAD?
Ans. CAD has following limitations:
1. 32 bit computer is necessary because of large amount of memory and time.
2. The size of the software package is large.
3. Skill requires huge investment.
4. It and judgment are required to prepare the drawing.
Q.7: write down the various software used for drafting?
1. AutoCAD 2. Photo finish3.Microstation 4. Point 5. Page maker 6. Microsoft office
Q.8: define Auto CAD?
Ans. Auto cad package is suitable for accurate and perfect drawing of engineering designs. The drawing
of machine parts, isometric views and assembly drawing are possible in AutoCAD. This package is
suitable for 2-D and 3-D drawings. AutoCAD is one of the leading drafting software available. It was
developed by “Autodesk”.
By using AutoCAD, drawings can be created, modified and erased with ease.
The first release of Auto CAD version 1.0 was in 1982. Many updates and improvements were done
constantly. The latest version recently launched is AutoCAD -2011. This version allows the designer to
use the internal and wed enabled design and documentation software. The user can import symbols from
web pages and easily publish a set of created drawing to his company on website.
Q.9: Explain the various steps of design process using CAD.
Ans. Traditional design process includes following six phases:-
(i) Recognization of need.
(ii) Definition of the problem.
(iii) Synthesis .
(iv) Analysis and optimization.
(v) Evaluation .
(vi) Presentation.
In CAD process last 4 phases of traditional design process are replaced by the following phases .
(i) Geometric modeling.
(ii) Engg. Analyst.
(iii) Design review and evaluation.
(iv) Automated drafting.
Q.10: What are the various components of drawing?
Ans. Following are the important components –
(i) CAD (Computer Aided Design).
(ii) CAM (Computer Aided Manufacturing)
(iii) CAE (Computer Aided Engineering)
(iv) CNC (Computerized Numeric Control)
(v) DNC(Direct Pneumatic Control
Q.11: explain various methods of specifying a point in CAD system.
Ans. various methods of specifying a point in CAD system are as follows:-
(i) Pointing to the location on the screen by mean of cursor control (eg. mouse)
(ii) By defining the end point of an existing entity such as line, arc circle.
х
(iii) By defining the centre point of an existing entity.
(IV) By defining the intersection of two given entities such as
(a) By intersection of two lines
(b) By intersection of two circles
(c) By intersection of a line & a circle
Q.12 State the different methods of defining the lines in interactive computer graphics?
Ans. Methods of defining a line in interactive computer graphics are as follows:
1) By using two previously defined points.
General syntax is
<Symbol> = Line / x1, y1, z1, x2, y2, z2.
L1 = Line / 45,6,0,94,91,0.
2) As one of the coordinate axis:
General syntax is
<Symbol> = Line[x axis]
[y axis]
L2 = Line [X axis]
3) By making a line either parallel or perpendicular to a given line passing through a
given point.
For parallel line syntax is as follows
<Symbol> = Line / point 1, Parallel line1
L3 = line / PAB , Parallel , LAB
For perpendicular line syntax is
<Symbol> = Line /Point 2, Perpto, line 2
L4 = Line / PABC , Perpto ,LABC
Q.13 Explain various commands of drawing circles in AUTOCAD system?
Ans. various commands of drawing circles in AUTOCAD system are as follows
1) Using centre and radius: The command for drawing a circle (30, 31) and radius 20
as shown in figure.
Command: Circle
3P/ 2p /TTR /< center point>: 30, 31
Diameter /<radius>: 20
2) Using three given point (3P) : The command for drawing circle with three known
given points on the circumference of the circle is as follows
Command: Circle
3P/2P/TTR <center point>:3P
First point: 5, 20
Second point: 3, 30
Third point: 6, 25
Ques .14: write a short note on polygon command in Auto CAD ?
Ans. The polygon command of Auto CAD draw regular 2D polygons with 3 to 1024 sides following
three methods can be used to draw any polygon by using polygon command.
(i) Inscribing polygon in a circle :-
Command for inscribing a polygon of 5sides in a circle with centre of (30, 30) and radius 20 units is as
follows
Command: - polygon
Number of sides: - 5
Edge < centre of polygon >: 30, 30
Inscribed in a circle <circumscribed about circle (I / C): I
Radius of circle: 20
(ii) Circumscribed polygon about a circle:-
Command: - polygon
Number of sides:-5
Edge < centre of polygon > 30, 30
Inscribed in a circle < circumscribed about a circle (I/C): C
Radius of circle: 20
(iii) Using edge method: - A regular polygon can be drawn by defining end point of an edge of the
polygon.
Command is as follows
Command: polygon
No. of sides: 8
Edge/ <centre of polygon> ………
First end point of edge
Second end point of edge
Q.15 Explain a method of drawing a cube in AUTOCAD?
Ans. A cube is a solid which requires 3D modeling, which can be done by any of the following 2
methods-
1) Surface wire frame modeling.
2) Solid modeling
1. Surface wire frame modeling- A surface wire frame model of cube of sides 4 units can be created by
following commands-
Command: 3D
Box / cone / pyramid / wedge /: E
Corner of box: point 1 (pick up the location by maze)
Length : G
Cube / <width>: C
Rotation angle about Z axis: 0
2. Solid modeling- In this, a solid is described in terms of volumetric shape which it occupies. Solid
modeling provides a full 3D shape.
Command: box
Centre/ < corner of box> < 0, 0, 0>: 2, 2, 0
Cube / length / < other corner >: C
Height: 7
Ques: 16 Give the command sequence for constructing a solid cylinder in AUTOCAD?
Ans: Command: - CYLINDER
Elliptical/<center point><0, 0, 0>: [enter point 1]
Diameter/ <radius >: [enter point 2]
Enter point of other end/<height>: 30
Ques: 17 Explain the following transformations in 2D drawing?
A) Translation B) Rotation C) Scaling
Ans. It is as follows:
a) Translation: Repositioning the image.
b) Rotation: Repositioning the image through an angle θ.
c) Scaling: Enlarging or reducing the image.
Ques: 18 Write about the following commands?
Ans: a) Move: It is used to move one or more existing drawing entities from one location to another.
Select the object to be moved and then enter move command and drag the object from one location to
another.
b) Dimscale: It is used to set or change the scale used for dimensioning .This command reduces all
dimensions of the drawing to the new scale .Default setting of this command 1.000.
c) Mirror: It creates a mirror image of the selected geometry element.This command creates mirror
image of the entities by reflecting them symmetrically with reference to a defined axis.
d) Array: It makes multiple copies of selected objects in a rectangular or circular pattern.
Ques: 19 Name the different types of edit command?
Ans. REDO, UNDO, OFFSET, SELECT, CHANGE, TRIM, EXTEND,
Ques: 20 For copy of drawing different commands used are-----?
Ans. COPY, ARRAY, OFFSET.
Ques: 21 what is the need of defining drawing size? How is it done?
Ans. Defining drawing limits gives us a frame of reference between our work in AutoCAD and the final
printed output. In order to set up the drawing work area we need to know how standard sheet sizes
translate into full scale drawing sizes.
For eg: if we need to draw a room of actual size of 8.5 ft * 11 ft, we will take a scale of 1” = 1’ and
define drawing area as 102*132.
This can be done in following steps:
1) Choose format >>> Drawing limits
2) Specify at the lower left corner or [on/off] accept the default
3) Specify at the upper right corner.
4) Next, choose view >> zoom >> All.
Now our drawing is set to a size that will allow us to draw our drawing at full scale.
Ques: 22 Explain the general procedure for plotting/ printing a drawing in Auto Cad 2000?
Ans. General procedure of plotting a drawing file is as follows.
1. Start AutoCAD and open the plan file.
2. Choose view >> zoom >. All to display the entire drawing.
3. Choose file >> Plot. The plot dialog box appears in the system.
4. Select plot setting tab. Click display radio button in the plot area button group.
5. In the plot scale button group select scaled to fill option.
6. Click the full preview button in the lower left corner of the dialog box.
7. Right click then select plot from the popup menu. AUTOCAD sends the drawing to the plotter.
8. Plotter prints out the plane.
Ques: 23 Name the command for the following?
Ans. For dimensioning the drawn object (DIM)
For constraining the lines drawn in horizontal and vertical directions (ORTHO)
For saving any drawing (CONTROL S)
For creating a sharp angle or corner of an object (CHAMFER)
For creating a sharp arc (curve) or corner of an object (FILLET)
For creating a solid from a 2 D object (EXTRUDE)
For displaying the object at specified scale factor (DIMSCALE)
For filling the drawn object with different pattern or color (LAYER)
For editing the object following commands are used (UNDO, ERASE, TRIM)
For copy the object following commands are used (COPY, OFFSET, and ARRAY)
After undo to back the object which command is used (REDO)
To draw the continuous line which command is used (POLYLINE)
Following commands are used to enlarge an object (STRETCH, EXTEND, SCALE)
To break the object following commands are used (BREAK AT POINT, BREAK)
To destroy or finish the object following command is used (EXPLODE)
To cut the object (SLICE) command is used
For midpoint, centering, reference point which command is used (O SNAP)
To draw section line which command is used (HATCH)
For polyediting (REGION) command is used
For naming which type of command is used (Multiline text, single line text, paragraph wise line by line)
Fill in the blanks-
1) According to AutoCAD, an engineering drawings is considered to be made of different drawing
elements known as object
2) Graphics can be converted into hard copy with a point command
3) AutoCAD setting are called Default setting
4) Size of electronic drawing sheet can be changed to any value by setting Limit & layout
5) Ortho command allows you to draw lines at right angles only
6) Grid command is used to display splines lines on the screen at predefined spacing
7) Control + S command saves the work.
A solid object represents the entire volume of an object. Solids are the most informationally complete
and least ambiguous of the 3D modeling types. Complex solid shapes are also easier to construct and
edit than wireframes and meshes.
You create solids from one of the basic solid shapes of box, cone, cylinder, sphere, torus, and wedge or
by extruding a 2D object along a path or revolving a 2D object about an axis.
Once you have created a solid in this manner, you can create more complex shapes by combining solids.
You can join solids, subtract solids from each other, or find the common volume (overlapping portion)
of solids. For more information, see Create a Composite Solid.
Solids can be further modified by filleting, chamfering, or changing the color of their edges. Faces on
solids are easily manipulated because they don't require you to draw any new geometry or perform
Boolean operations on the solid. AutoCAD also provides commands for slicing a solid into two pieces or
obtaining the 2D cross section of a solid (see Modify 3D Solids).
Like meshes, solids are displayed as wireframes until you hide, shade, or render them. Additionally, you
can analyze solids for their mass properties (volume, moments of inertia, center of gravity, and so on).
You can export data about a solid object to applications such as NC (numerical control) milling or FEM
(finite element method) analysis. By exploding a solid, you can break it down to mesh and wireframe
objects.
The ISOLINES system variable controls the number of tessellation lines used to visualize curved
portions of the wireframe. The FACETRES system variable adjusts the smoothness of shaded
and hidden-line objects.
Create a Solid Box
You can use BOX to create a solid box. The base of the box is always parallel to the XY plane of
the current UCS.
RECTANG or PLINE command creates a rectangle or closed polyline from which you can create
a box using EXTRUDE. The 3D command creates a box shape defined by surfaces only.
Create a Solid Cone
You can use CONE to create a solid cone defined by a circular or an elliptical base tapering to a
point perpendicular to its base. By default, the cone's base lies on the XY plane of the current
UCS. The height, which can be positive or negative, is parallel to the Z axis. The apex
determines the height and orientation of the cone.
To create a truncated cone or a cone that requires a specific angle to define its sides, draw a 2D
circle and then use EXTRUDE to taper the circle at an angle along the Z axis. To complete the
truncation, you can subtract a box from the tip of the cone with the SUBTRACT command.
CIRCLE creates a circle from which you can create a cone using EXTRUDE with its Taper
option. The 3D command creates a conical shape defined by surfaces only.
Create a Solid Cylinder
You can use CYLINDER to create a solid cylinder with a circular or an elliptical base. The base
of the cylinder lies on the XY plane of the current UCS.
If you want to construct a cylinder with special detail, such as grooves along its sides, create a 2D
profile of its base with a closed PLINE and use EXTRUDE to define its height along the Z axis.
CIRCLE creates a circle from which you can create a cylinder using EXTRUDE.
To create a dome or dish, combine a sphere with a box and use SUBTRACT. If you want to
create a spherical object that has additional detail, create a 2D profile and use REVOLVE to
define a rotation angle about the Z axis. The 3D command creates a spherical shape defined by
surfaces only.
Create a Solid Torus
You can use TORUS to create a ring-shaped solid similar to the inner tube of a tire. The torus is
parallel to and bisected by the XY plane of the current UCS.
To create a lemon-shaped solid, use a negative torus radius and a positive number of greater
magnitude for the tube radius. For example, if the torus radius is –2.0, the tube radius must be
greater than 2.0.
A torus may be self-intersecting. A self-intersecting torus has no center hole because the radius
of the tube is greater than the radius of the torus.
The 3D command creates a toroidal shape defined by surfaces only.
Create a Solid Wedge
You can use WEDGE to create a solid wedge. The base of the wedge is parallel to the XY plane
of the current UCS with the sloped face opposite the first corner. Its height, which can be positive
or negative, is parallel to the Z axis.
The 3D command creates a wedge shape defined by surfaces only.
Create an Extruded Solid
With EXTRUDE, you can create solids by extruding (adding thickness to) selected objects. You
can extrude closed objects such as polylines, polygons, rectangles, circles, ellipses, closed
splines, donuts, and regions. You cannot extrude 3D objects, objects contained within a block,
polylines that have crossing or intersecting segments, or polylines that are not closed. You can
extrude an object along a path, or you can specify a height value and a tapered angle.
Use EXTRUDE to create a solid from a common profile of an object, such as a gear or sprocket.
EXTRUDE is particularly useful for objects that contain fillets, chamfers, and other details that
might otherwise be difficult to reproduce except in a profile. If you create a profile using lines or
arcs, use the Join option of PEDIT to convert them to a single polyline object or make them into
a region before you use EXTRUDE.
Tapering the extrusion is useful specifically for parts that need their sides defined along an angle,
such as a mold used to create metal products in a foundry. Avoid using extremely large tapered
angles. If the angle is too large, the profile can taper to a point before it reaches the specified
height.
Create a Revolved Solid
With REVOLVE, you can create a solid by revolving a closed object about the X or Y axis of the
current UCS, using a specified angle. You can also revolve the object about a line, polyline, or
two specified points. Similar to EXTRUDE, REVOLVE is useful for objects that contain fillets
or other details that would otherwise be difficult to reproduce in a common profile. If you create
a profile using lines or arcs that meet a polyline, use the PEDIT Join option to convert them to a
single polyline object before you use REVOLVE.
You can use REVOLVE on closed objects such as polylines, polygons, rectangles, circles,
ellipses, and regions. You cannot use REVOLVE on 3D objects, objects contained within a
block, polylines that have crossing or intersecting segments, or polylines that are not closed.
Create a Composite Solid
You can combine, subtract, and find the intersection of existing solids to create composite solids.
With UNION, you can combine the total volume of two or more solids or two or more regions
into a composite object.
With SUBTRACT, you can remove the common area of one set of solids from another. For
example, you can use SUBTRACT to add holes to a mechanical part by subtracting cylinders
from the object.
With INTERSECT, you can create a composite solid from the common volume of two or more
overlapping solids. INTERSECT removes the non-overlapping portions and creates a composite
solid from the common volume.
INTERFERE performs the same operation as INTERSECT, but INTERFERE keeps the original
two objects.

More Related Content

What's hot

Auto cad interface
Auto cad interfaceAuto cad interface
Auto cad interface
Mohit Goyal
 
COMPUTER AIDED DESIGN
COMPUTER AIDED DESIGNCOMPUTER AIDED DESIGN
COMPUTER AIDED DESIGN
ravikumarmrk
 
Engineering drawing
Engineering  drawing Engineering  drawing
Engineering drawing
Selva Prakash
 
Scales - ENGINEERING DRAWING/GRAPHICS
Scales - ENGINEERING DRAWING/GRAPHICSScales - ENGINEERING DRAWING/GRAPHICS
Scales - ENGINEERING DRAWING/GRAPHICS
Abhishek Kandare
 
Engineering Drawing
Engineering DrawingEngineering Drawing
Engineering Drawing
Dr. Bhuiyan S. M. Ebna Hai
 
Unit ii projection of planes
Unit  ii projection of planesUnit  ii projection of planes
Unit ii projection of planes
ganesasmoorthy raju
 
Development of surfaces of solids
Development of surfaces of solidsDevelopment of surfaces of solids
Development of surfaces of solids
Kashyap Shah
 
Isometric projections for engineering students
Isometric projections for engineering studentsIsometric projections for engineering students
Isometric projections for engineering studentsAkshay Darji
 
Isometric projections
Isometric projectionsIsometric projections
Projection of Planes- Engineering Graphics
Projection of Planes- Engineering GraphicsProjection of Planes- Engineering Graphics
Projection of Planes- Engineering Graphics
Dr Ramesh B T
 
Anurag Arpan (PPT on AutoCAD )
Anurag Arpan (PPT on AutoCAD )Anurag Arpan (PPT on AutoCAD )
Anurag Arpan (PPT on AutoCAD )Anurag Arpan
 
Projection of solids
Projection of solidsProjection of solids
Projection of solids
Kashyap Shah
 
Powerpoint first angle projection
Powerpoint   first angle projectionPowerpoint   first angle projection
Powerpoint first angle projection
Curtis Marcelle
 
Lesson 14 Freehand sketching - Orthographic projections - Part I
Lesson 14 Freehand sketching - Orthographic projections - Part ILesson 14 Freehand sketching - Orthographic projections - Part I
Lesson 14 Freehand sketching - Orthographic projections - Part I
Jeyapoovan Thangasamy
 
Isometric sketching lect 07 OF CIVIL ENGINEERING DRAWING
Isometric sketching lect 07 OF CIVIL ENGINEERING DRAWINGIsometric sketching lect 07 OF CIVIL ENGINEERING DRAWING
Isometric sketching lect 07 OF CIVIL ENGINEERING DRAWING
Safiullah Khan
 
Autocad project ppt
Autocad project pptAutocad project ppt
Autocad project ppt
Sourabh Gupta
 
Engineering graphics free hand sketch
Engineering graphics free hand sketchEngineering graphics free hand sketch
Engineering graphics free hand sketchSmart Vino
 

What's hot (20)

Auto cad interface
Auto cad interfaceAuto cad interface
Auto cad interface
 
Cad notes
Cad notesCad notes
Cad notes
 
COMPUTER AIDED DESIGN
COMPUTER AIDED DESIGNCOMPUTER AIDED DESIGN
COMPUTER AIDED DESIGN
 
Engineering drawing
Engineering  drawing Engineering  drawing
Engineering drawing
 
Scales - ENGINEERING DRAWING/GRAPHICS
Scales - ENGINEERING DRAWING/GRAPHICSScales - ENGINEERING DRAWING/GRAPHICS
Scales - ENGINEERING DRAWING/GRAPHICS
 
Engineering Drawing
Engineering DrawingEngineering Drawing
Engineering Drawing
 
Unit ii projection of planes
Unit  ii projection of planesUnit  ii projection of planes
Unit ii projection of planes
 
Development of surfaces of solids
Development of surfaces of solidsDevelopment of surfaces of solids
Development of surfaces of solids
 
Isometric projections for engineering students
Isometric projections for engineering studentsIsometric projections for engineering students
Isometric projections for engineering students
 
Isometric projections
Isometric projectionsIsometric projections
Isometric projections
 
Projection of Planes- Engineering Graphics
Projection of Planes- Engineering GraphicsProjection of Planes- Engineering Graphics
Projection of Planes- Engineering Graphics
 
Anurag Arpan (PPT on AutoCAD )
Anurag Arpan (PPT on AutoCAD )Anurag Arpan (PPT on AutoCAD )
Anurag Arpan (PPT on AutoCAD )
 
Projection of solids
Projection of solidsProjection of solids
Projection of solids
 
Powerpoint first angle projection
Powerpoint   first angle projectionPowerpoint   first angle projection
Powerpoint first angle projection
 
Viva questions
Viva questionsViva questions
Viva questions
 
Lesson 14 Freehand sketching - Orthographic projections - Part I
Lesson 14 Freehand sketching - Orthographic projections - Part ILesson 14 Freehand sketching - Orthographic projections - Part I
Lesson 14 Freehand sketching - Orthographic projections - Part I
 
Isometric sketching lect 07 OF CIVIL ENGINEERING DRAWING
Isometric sketching lect 07 OF CIVIL ENGINEERING DRAWINGIsometric sketching lect 07 OF CIVIL ENGINEERING DRAWING
Isometric sketching lect 07 OF CIVIL ENGINEERING DRAWING
 
Autocad basics
Autocad basicsAutocad basics
Autocad basics
 
Autocad project ppt
Autocad project pptAutocad project ppt
Autocad project ppt
 
Engineering graphics free hand sketch
Engineering graphics free hand sketchEngineering graphics free hand sketch
Engineering graphics free hand sketch
 

Similar to Cad notes - ENGINEERING DRAWING - RGPV,BHOPAL

Autocad
AutocadAutocad
CAD/CAM/CIM ( Lecture 2 model construction and product design)
CAD/CAM/CIM ( Lecture 2 model construction and product design)CAD/CAM/CIM ( Lecture 2 model construction and product design)
CAD/CAM/CIM ( Lecture 2 model construction and product design)
Amanuel Diriba From Jimma Institute of Technology
 
AUTOCAD
AUTOCADAUTOCAD
AUTOCAD
Jubair Shaikh
 
Unit2 cad/ cam
Unit2 cad/ camUnit2 cad/ cam
Unit2 cad/ cam
NegesaBekuma
 
AutoCAD Training In chandigarh
AutoCAD Training In chandigarhAutoCAD Training In chandigarh
AutoCAD Training In chandigarh
Er. Krishna Kant Roy
 
CADM-Unit 1/INTRODUCTION
CADM-Unit 1/INTRODUCTIONCADM-Unit 1/INTRODUCTION
CADM-Unit 1/INTRODUCTION
gopalkrishnan202
 
Degree cad 6_th sem
Degree cad 6_th semDegree cad 6_th sem
Degree cad 6_th sem
PRADIPDARJI3
 
Power point Presentation on AutoCAD And NX software
Power point Presentation on AutoCAD And NX softwarePower point Presentation on AutoCAD And NX software
Power point Presentation on AutoCAD And NX software
VimalJasoliya1
 
autocad.pptx
autocad.pptxautocad.pptx
autocad.pptx
sunilpatel288557
 
unit 1 &2.pdf
unit 1 &2.pdfunit 1 &2.pdf
unit 1 &2.pdf
Dr.P. SenthilKumar
 
Introduction of Computer aided Design
Introduction of Computer aided DesignIntroduction of Computer aided Design
Introduction of Computer aided Design
Muthukumar V
 
UNIT 1.pdf
UNIT 1.pdfUNIT 1.pdf
UNIT 1.pdf
SenthilkumarKR5
 
UNIT 1.pptx
UNIT 1.pptxUNIT 1.pptx
UNIT 1.pptx
SenthilkumarKR5
 
autocad.ppt
autocad.pptautocad.ppt
autocad.ppt
Rajni769849
 

Similar to Cad notes - ENGINEERING DRAWING - RGPV,BHOPAL (20)

CAD
CADCAD
CAD
 
Cad notes
Cad notesCad notes
Cad notes
 
Unit 1 cim qb
Unit 1 cim qbUnit 1 cim qb
Unit 1 cim qb
 
Autocad
AutocadAutocad
Autocad
 
Cad
CadCad
Cad
 
CAD/CAM/CIM ( Lecture 2 model construction and product design)
CAD/CAM/CIM ( Lecture 2 model construction and product design)CAD/CAM/CIM ( Lecture 2 model construction and product design)
CAD/CAM/CIM ( Lecture 2 model construction and product design)
 
AUTOCAD
AUTOCADAUTOCAD
AUTOCAD
 
projectosadi
projectosadiprojectosadi
projectosadi
 
Unit2 cad/ cam
Unit2 cad/ camUnit2 cad/ cam
Unit2 cad/ cam
 
AutoCAD Training In chandigarh
AutoCAD Training In chandigarhAutoCAD Training In chandigarh
AutoCAD Training In chandigarh
 
CADM-Unit 1/INTRODUCTION
CADM-Unit 1/INTRODUCTIONCADM-Unit 1/INTRODUCTION
CADM-Unit 1/INTRODUCTION
 
Degree cad 6_th sem
Degree cad 6_th semDegree cad 6_th sem
Degree cad 6_th sem
 
Power point Presentation on AutoCAD And NX software
Power point Presentation on AutoCAD And NX softwarePower point Presentation on AutoCAD And NX software
Power point Presentation on AutoCAD And NX software
 
autocad.pptx
autocad.pptxautocad.pptx
autocad.pptx
 
unit 1 &2.pdf
unit 1 &2.pdfunit 1 &2.pdf
unit 1 &2.pdf
 
Introduction of Computer aided Design
Introduction of Computer aided DesignIntroduction of Computer aided Design
Introduction of Computer aided Design
 
Cad
CadCad
Cad
 
UNIT 1.pdf
UNIT 1.pdfUNIT 1.pdf
UNIT 1.pdf
 
UNIT 1.pptx
UNIT 1.pptxUNIT 1.pptx
UNIT 1.pptx
 
autocad.ppt
autocad.pptautocad.ppt
autocad.ppt
 

More from Abhishek Kandare

Swot becomes swoc
Swot becomes swocSwot becomes swoc
Swot becomes swoc
Abhishek Kandare
 
Decision making - ims davv
Decision making - ims davv Decision making - ims davv
Decision making - ims davv
Abhishek Kandare
 
Development of surfaces of solids -ENGINEERING DRAWING - RGPV,BHOPAL
Development of surfaces of solids -ENGINEERING DRAWING - RGPV,BHOPALDevelopment of surfaces of solids -ENGINEERING DRAWING - RGPV,BHOPAL
Development of surfaces of solids -ENGINEERING DRAWING - RGPV,BHOPAL
Abhishek Kandare
 
Important qUESTIONS ENGINEERING DRAWING
Important qUESTIONS ENGINEERING DRAWINGImportant qUESTIONS ENGINEERING DRAWING
Important qUESTIONS ENGINEERING DRAWING
Abhishek Kandare
 
Curve1- ENGINEERING DRAWING - RGPV,BHOPAL
Curve1- ENGINEERING DRAWING - RGPV,BHOPALCurve1- ENGINEERING DRAWING - RGPV,BHOPAL
Curve1- ENGINEERING DRAWING - RGPV,BHOPAL
Abhishek Kandare
 
Intersection - ENGINEERING DRAWING
Intersection - ENGINEERING DRAWINGIntersection - ENGINEERING DRAWING
Intersection - ENGINEERING DRAWING
Abhishek Kandare
 
Curves2 -ENGINEERING DRAWING - RGPV,BHOPAL
Curves2 -ENGINEERING DRAWING - RGPV,BHOPALCurves2 -ENGINEERING DRAWING - RGPV,BHOPAL
Curves2 -ENGINEERING DRAWING - RGPV,BHOPAL
Abhishek Kandare
 
Isometric - ENGINEERING DRAWING/GRAPHICS
Isometric - ENGINEERING DRAWING/GRAPHICSIsometric - ENGINEERING DRAWING/GRAPHICS
Isometric - ENGINEERING DRAWING/GRAPHICS
Abhishek Kandare
 
Ortographic projection - ENGINEERING DRAWING/GRAPHICS
Ortographic projection - ENGINEERING DRAWING/GRAPHICSOrtographic projection - ENGINEERING DRAWING/GRAPHICS
Ortographic projection - ENGINEERING DRAWING/GRAPHICS
Abhishek Kandare
 
Projection of solids - ENGINEERING DRAWING/GRAPHICS
Projection of solids - ENGINEERING DRAWING/GRAPHICSProjection of solids - ENGINEERING DRAWING/GRAPHICS
Projection of solids - ENGINEERING DRAWING/GRAPHICS
Abhishek Kandare
 
Section of solids - ENGINEERING DRAWING/GRAPHICS
Section of solids - ENGINEERING DRAWING/GRAPHICSSection of solids - ENGINEERING DRAWING/GRAPHICS
Section of solids - ENGINEERING DRAWING/GRAPHICS
Abhishek Kandare
 

More from Abhishek Kandare (11)

Swot becomes swoc
Swot becomes swocSwot becomes swoc
Swot becomes swoc
 
Decision making - ims davv
Decision making - ims davv Decision making - ims davv
Decision making - ims davv
 
Development of surfaces of solids -ENGINEERING DRAWING - RGPV,BHOPAL
Development of surfaces of solids -ENGINEERING DRAWING - RGPV,BHOPALDevelopment of surfaces of solids -ENGINEERING DRAWING - RGPV,BHOPAL
Development of surfaces of solids -ENGINEERING DRAWING - RGPV,BHOPAL
 
Important qUESTIONS ENGINEERING DRAWING
Important qUESTIONS ENGINEERING DRAWINGImportant qUESTIONS ENGINEERING DRAWING
Important qUESTIONS ENGINEERING DRAWING
 
Curve1- ENGINEERING DRAWING - RGPV,BHOPAL
Curve1- ENGINEERING DRAWING - RGPV,BHOPALCurve1- ENGINEERING DRAWING - RGPV,BHOPAL
Curve1- ENGINEERING DRAWING - RGPV,BHOPAL
 
Intersection - ENGINEERING DRAWING
Intersection - ENGINEERING DRAWINGIntersection - ENGINEERING DRAWING
Intersection - ENGINEERING DRAWING
 
Curves2 -ENGINEERING DRAWING - RGPV,BHOPAL
Curves2 -ENGINEERING DRAWING - RGPV,BHOPALCurves2 -ENGINEERING DRAWING - RGPV,BHOPAL
Curves2 -ENGINEERING DRAWING - RGPV,BHOPAL
 
Isometric - ENGINEERING DRAWING/GRAPHICS
Isometric - ENGINEERING DRAWING/GRAPHICSIsometric - ENGINEERING DRAWING/GRAPHICS
Isometric - ENGINEERING DRAWING/GRAPHICS
 
Ortographic projection - ENGINEERING DRAWING/GRAPHICS
Ortographic projection - ENGINEERING DRAWING/GRAPHICSOrtographic projection - ENGINEERING DRAWING/GRAPHICS
Ortographic projection - ENGINEERING DRAWING/GRAPHICS
 
Projection of solids - ENGINEERING DRAWING/GRAPHICS
Projection of solids - ENGINEERING DRAWING/GRAPHICSProjection of solids - ENGINEERING DRAWING/GRAPHICS
Projection of solids - ENGINEERING DRAWING/GRAPHICS
 
Section of solids - ENGINEERING DRAWING/GRAPHICS
Section of solids - ENGINEERING DRAWING/GRAPHICSSection of solids - ENGINEERING DRAWING/GRAPHICS
Section of solids - ENGINEERING DRAWING/GRAPHICS
 

Recently uploaded

The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 

Recently uploaded (20)

The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 

Cad notes - ENGINEERING DRAWING - RGPV,BHOPAL

  • 1. CAD NOTES Q. 1: Define Computer Aided Drafting (CAD)? Ans: Computer Aided drafting is a process of preparing a drawing of an object on the screen of a computer. There are various types of drawings required in different fields of engineering and science. In the field of mechanical engineering, the drawing of machine components and layouts are prepared. In the field of civil engineering plans and layouts of building are prepared. In the field of electrical engineering the layouts of power distribution system are prepared. In other fields of engineering use of computer made for drawing and drafting. The use of cad process provides enhanced graphic capabilities which allows any designers to- 1. Conceptualize his ideas. 2. Modify the design very easily. 3. Perform design calculations. 4. Uses colures, fonts and others aesthetic features. Q.2: Write down the names of different software used in design? Ans: 1. AutoCAD 2. Ansys 3. Pro- Engineering Wildfire 4. Catia 5. Unigraphics 6. Solidedge classic 7. Solidworks Q.3: what are the reasons for implementation a cad system? Ans: Following are the important reasons for implementation cad system: 1. Increases the productivity of the designer. 2. Improves the quality of design. 3. Improves communication. 4. Create data base for manufacturing. 5. Improves the efficiencies of design. Q.4: what are the applications of CAD? Ans: There are various processes which can be performed by use of computer in the drafting procrss: 1. Automatics drafting 2. Geometric molding 1. Automatics Drafting: - It has ability to perform transformation of image and perform 3D drawing like isometric views, perspective views etc. Scaling of the drawing and the capability to develop sectional views and enlarged views in detail. 2. Geometric Modeling: - The use of geometric modeling is the designer constructs the graphical image of the object on the CRT screen of the ICG system by supplying following three commands to the computer.
  • 2. I. Type: - Generates basic geometric elements such as points, lines and circles. II. Type: - To accomplish scaling rotation or other transformation of these elements. III. Types:- Which causes various elements to be joined. Q.5: write down the benefits of CAD? Ans: The implementation of cad system provides variety of benefits to the industries in design and production. They are shown below:- 1. Improved productivity in drafting. 2. Shorter preparation time for drawing. 3. Reduced manpower requirements. 4. Customer modifications in drawing are easier. 5. More efficient operation in drafting. 6. Low wastage in drawing. 7. Colors can be used to customize the product. 8. Improved accuracy of drawing. 9. Preparation of assembly or sub-assembly drawing. 10. Isometric views. 11. Revisions are possible. 12. Printing can be done to scale. Q.6: write down the limitations of CAD? Ans. CAD has following limitations: 1. 32 bit computer is necessary because of large amount of memory and time. 2. The size of the software package is large. 3. Skill requires huge investment. 4. It and judgment are required to prepare the drawing. Q.7: write down the various software used for drafting? 1. AutoCAD 2. Photo finish3.Microstation 4. Point 5. Page maker 6. Microsoft office Q.8: define Auto CAD? Ans. Auto cad package is suitable for accurate and perfect drawing of engineering designs. The drawing of machine parts, isometric views and assembly drawing are possible in AutoCAD. This package is suitable for 2-D and 3-D drawings. AutoCAD is one of the leading drafting software available. It was developed by “Autodesk”. By using AutoCAD, drawings can be created, modified and erased with ease.
  • 3. The first release of Auto CAD version 1.0 was in 1982. Many updates and improvements were done constantly. The latest version recently launched is AutoCAD -2011. This version allows the designer to use the internal and wed enabled design and documentation software. The user can import symbols from web pages and easily publish a set of created drawing to his company on website. Q.9: Explain the various steps of design process using CAD. Ans. Traditional design process includes following six phases:- (i) Recognization of need. (ii) Definition of the problem. (iii) Synthesis . (iv) Analysis and optimization. (v) Evaluation . (vi) Presentation. In CAD process last 4 phases of traditional design process are replaced by the following phases . (i) Geometric modeling. (ii) Engg. Analyst. (iii) Design review and evaluation. (iv) Automated drafting. Q.10: What are the various components of drawing? Ans. Following are the important components – (i) CAD (Computer Aided Design). (ii) CAM (Computer Aided Manufacturing) (iii) CAE (Computer Aided Engineering) (iv) CNC (Computerized Numeric Control) (v) DNC(Direct Pneumatic Control Q.11: explain various methods of specifying a point in CAD system. Ans. various methods of specifying a point in CAD system are as follows:- (i) Pointing to the location on the screen by mean of cursor control (eg. mouse) (ii) By defining the end point of an existing entity such as line, arc circle. х
  • 4. (iii) By defining the centre point of an existing entity. (IV) By defining the intersection of two given entities such as (a) By intersection of two lines (b) By intersection of two circles (c) By intersection of a line & a circle Q.12 State the different methods of defining the lines in interactive computer graphics? Ans. Methods of defining a line in interactive computer graphics are as follows: 1) By using two previously defined points. General syntax is <Symbol> = Line / x1, y1, z1, x2, y2, z2. L1 = Line / 45,6,0,94,91,0. 2) As one of the coordinate axis: General syntax is <Symbol> = Line[x axis] [y axis] L2 = Line [X axis]
  • 5. 3) By making a line either parallel or perpendicular to a given line passing through a given point. For parallel line syntax is as follows <Symbol> = Line / point 1, Parallel line1 L3 = line / PAB , Parallel , LAB For perpendicular line syntax is <Symbol> = Line /Point 2, Perpto, line 2 L4 = Line / PABC , Perpto ,LABC Q.13 Explain various commands of drawing circles in AUTOCAD system? Ans. various commands of drawing circles in AUTOCAD system are as follows 1) Using centre and radius: The command for drawing a circle (30, 31) and radius 20 as shown in figure. Command: Circle 3P/ 2p /TTR /< center point>: 30, 31 Diameter /<radius>: 20 2) Using three given point (3P) : The command for drawing circle with three known given points on the circumference of the circle is as follows Command: Circle 3P/2P/TTR <center point>:3P First point: 5, 20 Second point: 3, 30 Third point: 6, 25 Ques .14: write a short note on polygon command in Auto CAD ? Ans. The polygon command of Auto CAD draw regular 2D polygons with 3 to 1024 sides following three methods can be used to draw any polygon by using polygon command. (i) Inscribing polygon in a circle :- Command for inscribing a polygon of 5sides in a circle with centre of (30, 30) and radius 20 units is as follows Command: - polygon
  • 6. Number of sides: - 5 Edge < centre of polygon >: 30, 30 Inscribed in a circle <circumscribed about circle (I / C): I Radius of circle: 20 (ii) Circumscribed polygon about a circle:- Command: - polygon Number of sides:-5 Edge < centre of polygon > 30, 30 Inscribed in a circle < circumscribed about a circle (I/C): C Radius of circle: 20 (iii) Using edge method: - A regular polygon can be drawn by defining end point of an edge of the polygon. Command is as follows Command: polygon No. of sides: 8 Edge/ <centre of polygon> ……… First end point of edge Second end point of edge Q.15 Explain a method of drawing a cube in AUTOCAD? Ans. A cube is a solid which requires 3D modeling, which can be done by any of the following 2 methods- 1) Surface wire frame modeling. 2) Solid modeling 1. Surface wire frame modeling- A surface wire frame model of cube of sides 4 units can be created by following commands- Command: 3D Box / cone / pyramid / wedge /: E Corner of box: point 1 (pick up the location by maze)
  • 7. Length : G Cube / <width>: C Rotation angle about Z axis: 0 2. Solid modeling- In this, a solid is described in terms of volumetric shape which it occupies. Solid modeling provides a full 3D shape. Command: box Centre/ < corner of box> < 0, 0, 0>: 2, 2, 0 Cube / length / < other corner >: C Height: 7 Ques: 16 Give the command sequence for constructing a solid cylinder in AUTOCAD? Ans: Command: - CYLINDER Elliptical/<center point><0, 0, 0>: [enter point 1] Diameter/ <radius >: [enter point 2] Enter point of other end/<height>: 30 Ques: 17 Explain the following transformations in 2D drawing? A) Translation B) Rotation C) Scaling Ans. It is as follows: a) Translation: Repositioning the image. b) Rotation: Repositioning the image through an angle θ. c) Scaling: Enlarging or reducing the image. Ques: 18 Write about the following commands? Ans: a) Move: It is used to move one or more existing drawing entities from one location to another. Select the object to be moved and then enter move command and drag the object from one location to another. b) Dimscale: It is used to set or change the scale used for dimensioning .This command reduces all dimensions of the drawing to the new scale .Default setting of this command 1.000. c) Mirror: It creates a mirror image of the selected geometry element.This command creates mirror image of the entities by reflecting them symmetrically with reference to a defined axis. d) Array: It makes multiple copies of selected objects in a rectangular or circular pattern. Ques: 19 Name the different types of edit command? Ans. REDO, UNDO, OFFSET, SELECT, CHANGE, TRIM, EXTEND,
  • 8. Ques: 20 For copy of drawing different commands used are-----? Ans. COPY, ARRAY, OFFSET. Ques: 21 what is the need of defining drawing size? How is it done? Ans. Defining drawing limits gives us a frame of reference between our work in AutoCAD and the final printed output. In order to set up the drawing work area we need to know how standard sheet sizes translate into full scale drawing sizes. For eg: if we need to draw a room of actual size of 8.5 ft * 11 ft, we will take a scale of 1” = 1’ and define drawing area as 102*132. This can be done in following steps: 1) Choose format >>> Drawing limits 2) Specify at the lower left corner or [on/off] accept the default 3) Specify at the upper right corner. 4) Next, choose view >> zoom >> All. Now our drawing is set to a size that will allow us to draw our drawing at full scale. Ques: 22 Explain the general procedure for plotting/ printing a drawing in Auto Cad 2000? Ans. General procedure of plotting a drawing file is as follows. 1. Start AutoCAD and open the plan file. 2. Choose view >> zoom >. All to display the entire drawing. 3. Choose file >> Plot. The plot dialog box appears in the system. 4. Select plot setting tab. Click display radio button in the plot area button group. 5. In the plot scale button group select scaled to fill option. 6. Click the full preview button in the lower left corner of the dialog box. 7. Right click then select plot from the popup menu. AUTOCAD sends the drawing to the plotter. 8. Plotter prints out the plane. Ques: 23 Name the command for the following? Ans. For dimensioning the drawn object (DIM) For constraining the lines drawn in horizontal and vertical directions (ORTHO) For saving any drawing (CONTROL S) For creating a sharp angle or corner of an object (CHAMFER) For creating a sharp arc (curve) or corner of an object (FILLET) For creating a solid from a 2 D object (EXTRUDE)
  • 9. For displaying the object at specified scale factor (DIMSCALE) For filling the drawn object with different pattern or color (LAYER) For editing the object following commands are used (UNDO, ERASE, TRIM) For copy the object following commands are used (COPY, OFFSET, and ARRAY) After undo to back the object which command is used (REDO) To draw the continuous line which command is used (POLYLINE) Following commands are used to enlarge an object (STRETCH, EXTEND, SCALE) To break the object following commands are used (BREAK AT POINT, BREAK) To destroy or finish the object following command is used (EXPLODE) To cut the object (SLICE) command is used For midpoint, centering, reference point which command is used (O SNAP) To draw section line which command is used (HATCH) For polyediting (REGION) command is used For naming which type of command is used (Multiline text, single line text, paragraph wise line by line)
  • 10. Fill in the blanks- 1) According to AutoCAD, an engineering drawings is considered to be made of different drawing elements known as object 2) Graphics can be converted into hard copy with a point command 3) AutoCAD setting are called Default setting 4) Size of electronic drawing sheet can be changed to any value by setting Limit & layout 5) Ortho command allows you to draw lines at right angles only 6) Grid command is used to display splines lines on the screen at predefined spacing 7) Control + S command saves the work.
  • 11. A solid object represents the entire volume of an object. Solids are the most informationally complete and least ambiguous of the 3D modeling types. Complex solid shapes are also easier to construct and edit than wireframes and meshes. You create solids from one of the basic solid shapes of box, cone, cylinder, sphere, torus, and wedge or by extruding a 2D object along a path or revolving a 2D object about an axis. Once you have created a solid in this manner, you can create more complex shapes by combining solids. You can join solids, subtract solids from each other, or find the common volume (overlapping portion) of solids. For more information, see Create a Composite Solid. Solids can be further modified by filleting, chamfering, or changing the color of their edges. Faces on solids are easily manipulated because they don't require you to draw any new geometry or perform Boolean operations on the solid. AutoCAD also provides commands for slicing a solid into two pieces or obtaining the 2D cross section of a solid (see Modify 3D Solids). Like meshes, solids are displayed as wireframes until you hide, shade, or render them. Additionally, you can analyze solids for their mass properties (volume, moments of inertia, center of gravity, and so on). You can export data about a solid object to applications such as NC (numerical control) milling or FEM (finite element method) analysis. By exploding a solid, you can break it down to mesh and wireframe objects. The ISOLINES system variable controls the number of tessellation lines used to visualize curved portions of the wireframe. The FACETRES system variable adjusts the smoothness of shaded and hidden-line objects. Create a Solid Box You can use BOX to create a solid box. The base of the box is always parallel to the XY plane of the current UCS. RECTANG or PLINE command creates a rectangle or closed polyline from which you can create a box using EXTRUDE. The 3D command creates a box shape defined by surfaces only. Create a Solid Cone You can use CONE to create a solid cone defined by a circular or an elliptical base tapering to a point perpendicular to its base. By default, the cone's base lies on the XY plane of the current UCS. The height, which can be positive or negative, is parallel to the Z axis. The apex determines the height and orientation of the cone. To create a truncated cone or a cone that requires a specific angle to define its sides, draw a 2D circle and then use EXTRUDE to taper the circle at an angle along the Z axis. To complete the truncation, you can subtract a box from the tip of the cone with the SUBTRACT command. CIRCLE creates a circle from which you can create a cone using EXTRUDE with its Taper option. The 3D command creates a conical shape defined by surfaces only. Create a Solid Cylinder You can use CYLINDER to create a solid cylinder with a circular or an elliptical base. The base of the cylinder lies on the XY plane of the current UCS.
  • 12. If you want to construct a cylinder with special detail, such as grooves along its sides, create a 2D profile of its base with a closed PLINE and use EXTRUDE to define its height along the Z axis. CIRCLE creates a circle from which you can create a cylinder using EXTRUDE. To create a dome or dish, combine a sphere with a box and use SUBTRACT. If you want to create a spherical object that has additional detail, create a 2D profile and use REVOLVE to define a rotation angle about the Z axis. The 3D command creates a spherical shape defined by surfaces only. Create a Solid Torus You can use TORUS to create a ring-shaped solid similar to the inner tube of a tire. The torus is parallel to and bisected by the XY plane of the current UCS. To create a lemon-shaped solid, use a negative torus radius and a positive number of greater magnitude for the tube radius. For example, if the torus radius is –2.0, the tube radius must be greater than 2.0. A torus may be self-intersecting. A self-intersecting torus has no center hole because the radius of the tube is greater than the radius of the torus. The 3D command creates a toroidal shape defined by surfaces only. Create a Solid Wedge You can use WEDGE to create a solid wedge. The base of the wedge is parallel to the XY plane of the current UCS with the sloped face opposite the first corner. Its height, which can be positive or negative, is parallel to the Z axis. The 3D command creates a wedge shape defined by surfaces only. Create an Extruded Solid With EXTRUDE, you can create solids by extruding (adding thickness to) selected objects. You can extrude closed objects such as polylines, polygons, rectangles, circles, ellipses, closed splines, donuts, and regions. You cannot extrude 3D objects, objects contained within a block, polylines that have crossing or intersecting segments, or polylines that are not closed. You can extrude an object along a path, or you can specify a height value and a tapered angle. Use EXTRUDE to create a solid from a common profile of an object, such as a gear or sprocket. EXTRUDE is particularly useful for objects that contain fillets, chamfers, and other details that might otherwise be difficult to reproduce except in a profile. If you create a profile using lines or arcs, use the Join option of PEDIT to convert them to a single polyline object or make them into a region before you use EXTRUDE.
  • 13. Tapering the extrusion is useful specifically for parts that need their sides defined along an angle, such as a mold used to create metal products in a foundry. Avoid using extremely large tapered angles. If the angle is too large, the profile can taper to a point before it reaches the specified height. Create a Revolved Solid With REVOLVE, you can create a solid by revolving a closed object about the X or Y axis of the current UCS, using a specified angle. You can also revolve the object about a line, polyline, or two specified points. Similar to EXTRUDE, REVOLVE is useful for objects that contain fillets or other details that would otherwise be difficult to reproduce in a common profile. If you create a profile using lines or arcs that meet a polyline, use the PEDIT Join option to convert them to a single polyline object before you use REVOLVE. You can use REVOLVE on closed objects such as polylines, polygons, rectangles, circles, ellipses, and regions. You cannot use REVOLVE on 3D objects, objects contained within a block, polylines that have crossing or intersecting segments, or polylines that are not closed. Create a Composite Solid You can combine, subtract, and find the intersection of existing solids to create composite solids. With UNION, you can combine the total volume of two or more solids or two or more regions into a composite object. With SUBTRACT, you can remove the common area of one set of solids from another. For example, you can use SUBTRACT to add holes to a mechanical part by subtracting cylinders from the object. With INTERSECT, you can create a composite solid from the common volume of two or more overlapping solids. INTERSECT removes the non-overlapping portions and creates a composite solid from the common volume. INTERFERE performs the same operation as INTERSECT, but INTERFERE keeps the original two objects.