Unit2 - Subjective Questions
MEC136 • Practice Questions with Detailed Answers
Differentiate between First Angle Projection and Third Angle Projection systems used in engineering drawing.
The differences between First Angle and Third Angle projection systems are as follows:
- Position of Object:
- First Angle: The object is placed in the First Quadrant (between the observer and the plane of projection).
- Third Angle: The object is placed in the Third Quadrant (the plane of projection is between the observer and the object).
- Relationship:
- First Angle: Object Plane Observer.
- Third Angle: Observer Plane Object.
- View Position on Drawing Sheet:
- First Angle: Top View is drawn below the Front View. Right Side View is drawn to the left of the Front View.
- Third Angle: Top View is drawn above the Front View. Right Side View is drawn to the right of the Front View.
- Projection Plane:
- First Angle: Assumed to be non-transparent.
- Third Angle: Assumed to be transparent (glass box).
- Symbol: The standard symbols differ in the arrangement of the frustum of a cone relative to the concentric circles.
Explain the various methods to create a Circle in AutoCAD.
In AutoCAD, the CIRCLE command offers several methods to draw a circle based on the known geometric data:
- Center, Radius: Creates a circle by specifying the center point and then the radius value.
- Center, Diameter: Creates a circle by specifying the center point and then the diameter value.
- 2-Point (2P): Creates a circle based on two endpoints of the diameter.
- 3-Point (3P): Creates a circle based on three points on the circumference.
- Tan, Tan, Radius (TTR): Creates a circle tangent to two specified objects with a specified radius.
- Tan, Tan, Tan: Creates a circle tangent to three specified objects (often found in the ribbon menu).
Define the Traces of a Line. Explain Horizontal Trace (HT) and Vertical Trace (VT).
Traces of a Line: When a line is inclined to a reference plane, it will meet (intersect) that plane at a specific point if extended. These points of intersection are called traces.
- Horizontal Trace (HT): The point where the line (or its extension) intersects the Horizontal Plane (HP) is called the Horizontal Trace. In the orthographic view, the HT is always located on the Top View of the line (or its extension).
- Vertical Trace (VT): The point where the line (or its extension) intersects the Vertical Plane (VP) is called the Vertical Trace. In the orthographic view, the VT is always located on the Front View of the line (or its extension).
A point is located 30 mm above the Horizontal Plane (HP) and 40 mm in front of the Vertical Plane (VP). Draw its projections and state the quadrant.
Quadrant Identification:
Since the point is Above HP and In front of VP, it is in the First Quadrant.
Drawing Procedure:
- Draw a horizontal reference line .
- Front View (): Draw a projector line perpendicular to upwards. Mark point at a distance of 30 mm above the line.
- Top View (): On the same projector line, measure downwards from . Mark point at a distance of 40 mm below the line.
Result:
- is 30 mm above .
- is 40 mm below .
Describe the difference between the LINE and POLYLINE commands in AutoCAD.
LINE Command:
- Creates a series of contiguous line segments.
- Key Characteristic: Each segment is a separate object. If you select one segment, only that segment is highlighted. You can edit/delete segments individually.
- Usage: Basic geometric construction.
POLYLINE (PLINE) Command:
- Creates a single, connected 2D object that can consist of line segments and arc segments.
- Key Characteristic: All segments act as a single entity. Selecting any part selects the whole chain.
- Additional Features: Can have width (start and end width), can be closed automatically, and creates a continuous perimeter useful for area calculations or 3D extrusion.
Explain the projections of a line kept parallel to both the Horizontal Plane (HP) and the Vertical Plane (VP).
Orientation:
The line is horizontal (parallel to HP) and parallel to the frontal plane (parallel to VP).
Projections:
- Front View (FV): Since the line is parallel to the VP, the front view will show the True Length (TL) of the line. The FV will be a line parallel to the reference line at a distance equal to the line's height above HP.
- Top View (TV): Since the line is parallel to the HP, the top view will also show the True Length (TL). The TV will be a line parallel to the reference line at a distance equal to the line's distance in front of VP.
- Conclusion: Both FV and TV are straight lines parallel to the axis and equal to the true length of the line.
List and explain the different Coordinate Entry Methods used in AutoCAD.
To specify points precisely in AutoCAD, three main coordinate systems are used:
-
Absolute Coordinates :
- Points are defined relative to the fixed origin .
- Syntax:
10,20(moves to x=10, y=20).
-
Relative Rectangular Coordinates :
- Points are defined relative to the last point entered.
- Syntax:
@30,10(moves 30 units right and 10 units up from the previous point).
-
Relative Polar Coordinates :
- Points are defined by a distance and an angle relative to the last point.
- Syntax:
@50<45(moves 50 units at an angle of 45 degrees from the horizontal).
Note: With Dynamic Input on, the '@' symbol is often implied for second points.
A line of 60 mm length is parallel to VP and inclined at to HP. The end is 15 mm above HP and 20 mm in front of VP. Describe the steps to draw its projections.
Given Data:
- True Length () = 60 mm.
- Inclination to HP () = .
- Parallel to VP ().
- Point A: 15 mm above HP, 20 mm in front VP.
Steps:
- Draw XY Line: Draw the reference line .
- Locate A:
- Mark 15 mm above (Front View of A).
- Mark 20 mm below (Top View of A).
- Draw Front View (FV):
- Since the line is parallel to VP, the inclination to HP is seen as true angle in FV.
- From , draw a line of length 60 mm at an angle of to the line (or horizontal).
- Mark the end point as . Join . This is the FV.
- Draw Top View (TV):
- Since the line is inclined to HP, the TV will be shortened (apparent length).
- Draw a projector downwards from perpendicular to .
- From , draw a horizontal line (parallel to ) to intersect the projector from .
- Mark the intersection as . Join . This is the TV.
- Dimension: Label points and show dimensions.
Explain the options available in the AutoCAD RECTANGLE command.
The RECTANGLE command (Shortkey: REC) creates a closed rectangular polyline. Before specifying the first corner, or during the command, several options are available:
- Chamfer: Creates angled corners (beveled edges) by specifying two chamfer distances.
- Fillet: Creates rounded corners by specifying a radius.
- Elevation: Specifies the Z-value (height above the XY plane) for 3D work.
- Thickness: Specifies the depth of the rectangle (extrusion) for 3D work.
- Width: Sets the line width of the polyline segments.
- Area: Allows drawing the rectangle by specifying the area and one known dimension (length or width).
- Dimensions: Allows drawing by explicitly entering length and width values.
Distinguish between Aligned and Linear dimensioning styles in AutoCAD.
Linear Dimensioning:
- Function: Measures the horizontal or vertical distance between two points.
- Orientation: The dimension line is always parallel to the X or Y axis.
- Usage: Used for measuring width or height, regardless of the angle of the object.
Aligned Dimensioning:
- Function: Measures the true distance between two points.
- Orientation: The dimension line is parallel to the line or segment being measured.
- Usage: Essential for measuring the length of inclined or angled lines correctly.
What are the positions of a point with respect to the reference planes in all four quadrants?
The positions of a point in the four quadrants defined by the intersection of the Horizontal Plane (HP) and Vertical Plane (VP) are:
- First Quadrant:
- Above the HP.
- In front of the VP.
- Second Quadrant:
- Above the HP.
- Behind the VP.
- Third Quadrant:
- Below the HP.
- Behind the VP.
- Fourth Quadrant:
- Below the HP.
- In front of the VP.
A line is perpendicular to HP and parallel to VP. Explain how its Front View and Top View will appear.
Orientation:
- Line is vertical ( to HP).
- Line is at a fixed distance from VP.
Top View (TV):
- Since the line is perpendicular to the HP, looking from the top, the entire line projects onto a single point.
- Appearance: A point.
Front View (FV):
- Since the line is parallel to the VP, the front view shows the True Length.
- Since it is perpendicular to HP, the FV is a line perpendicular to the reference line.
- Appearance: A vertical line of true length.
Explain the procedure to draw a regular Polygon in AutoCAD using the Inscribed and Circumscribed methods.
Use the POLYGON command:
- Enter Side Count: Specify the number of sides (e.g., 6 for a hexagon).
- Specify Center: Click to define the center point of the polygon.
- Select Option:
- Inscribed in circle (I): The polygon vertices will touch the imaginary circle's circumference. The radius is the distance from the center to a vertex.
- Circumscribed about circle (C): The polygon edges will be tangent to the imaginary circle's midpoint. The radius is the distance from the center to the midpoint of an edge.
- Specify Radius: Enter the radius value or click a point to finish.
Derive/Explain the relationship between the True Length () and the Apparent Lengths (Plan length and Elevation length) when a line is inclined to both HP and VP.
When a line is inclined to both planes (HP at and VP at ):
-
True Length (): The actual length of the line in space.
-
Elevation Length (): The apparent length seen in the Front View (). It is shorter than .
- (This is derived if we rotate the line to be parallel to VP first, though in standard rotation method, is the projection of the line inclined at ). Correction: In the rotating line method, the length of the Front View depends on the inclination to VP.
- Actually: The length of the Top View (Plan Length, ) is .
- The length of the Front View (Elevation Length, ) is .
-
Apparent Angles:
- : The angle the Front View makes with . It is always greater than .
- : The angle the Top View makes with . It is always greater than .
-
Locus: The end points of the views lie on the locus lines drawn parallel to at distances determined by the vertical height and horizontal distance of the line ends.
Describe the function of Ortho Mode and Object Snap (OSNAP) in AutoCAD.
Ortho Mode (F8):
- Restricts cursor movement to horizontal and vertical directions only ().
- Ensures that lines drawn are perfectly straight relative to the UCS.
Object Snap (OSNAP) (F3):
- A precision drawing tool that forces the cursor to snap to specific geometric points on existing objects.
- Modes: Endpoint, Midpoint, Center, Intersection, Perpendicular, Tangent, Nearest, etc.
- Significance: Ensures exact connections between drawing entities, which is critical for accurate engineering drawings, rather than relying on visual estimation.
A line is inclined to VP and parallel to HP. Its end is on HP and 20 mm in front of VP. The line is 50 mm long and inclined at to VP. Draw the projections.
Given:
- mm.
- Parallel to HP ().
- Inclined to VP ().
- Point : On HP (0 height), 20 mm in front of VP.
Steps:
- Reference: Draw line.
- Point P:
- (FV) is on the line (since P is on HP).
- (TV) is 20 mm below the line.
- Top View (TV):
- Since the line is parallel to HP, the TV shows True Length and True Inclination to VP.
- From , draw a line of 50 mm length at to the line.
- Mark the end . Join .
- Front View (FV):
- Draw a projector upwards from .
- Since the line is parallel to HP, the FV is parallel to .
- From , draw a horizontal line along to meet the projector from at .
- The line lies on the line itself (coincides) because the line is on HP, or at height 0.
- Correction: If the line is "parallel to HP" but P is "on HP", the whole line lies on HP. Thus, FV coincides with .
Explain the concept of Ellipse in AutoCAD and how it differs from a Circle.
Concept:
An ellipse is a closed curve defined by two axes: a Major Axis (longer) and a Minor Axis (shorter). In AutoCAD, it is a mathematically precise NURBS curve.
Methods to Draw (ELLIPSE Command):
- Center: Specify center point, endpoint of the first axis, and length of the second axis.
- Axis, End: Specify two endpoints of the first axis, then the distance to the other axis endpoint.
- Elliptical Arc: Draws a portion of an ellipse.
Difference from Circle:
- A circle has a constant radius. An ellipse has a constantly changing radius of curvature.
- In Isometric drawing (Iso-circles), circles appear as ellipses. AutoCAD handles true ellipses differently from polylines approximating ellipses.
State the relationship between the Front View, Top View, and Traces of a line.
For any straight line projected orthographically:
- The Front View (or its extension) and the Vertical Trace (VT) lie on the same straight line.
- The Top View (or its extension) and the Horizontal Trace (HT) lie on the same straight line.
- The Horizontal Trace (HT) is a point on the Horizontal Plane. Its projection in the Front View lies on the XY reference line.
- The Vertical Trace (VT) is a point on the Vertical Plane. Its projection in the Top View lies on the XY reference line.
- Therefore, to find HT: Extend FV to meet XY at a point . Draw a perpendicular from to intersect the extended TV. That intersection is HT.
- To find VT: Extend TV to meet XY at a point . Draw a perpendicular from to intersect the extended FV. That intersection is VT.
What are Dimensioning variables or Styles (DIMSTYLE)? Why are they important in AutoCAD?
DIMSTYLE (Dimension Style Manager):
It is a dialog box in AutoCAD that controls the appearance and behavior of dimensions. It allows the user to customize how dimensions look.
Key Components Controlled:
- Lines: Color, linetype, lineweight, and spacing of dimension and extension lines.
- Symbols and Arrows: Arrowhead style (closed filled, architectural tick, etc.) and size.
- Text: Font, text height, placement (centered/above), and color.
- Fit: How text and arrows adjust when space is tight.
- Primary Units: Unit format (Decimal, Architectural), precision (0.00), and separators.
Importance: Ensures consistency across the drawing, adheres to industry standards (like ISO or ANSI), and ensures text is readable when the drawing is plotted/printed.
A line is inclined to HP and parallel to VP. Explain the nature of its traces.
Orientation:
Inclined to HP (angle ) and Parallel to VP.
Traces Analysis:
- Horizontal Trace (HT):
- Since the line is inclined to the HP, it will eventually intersect the HP.
- Therefore, HT exists.
- The HT is found where the extension of the Front View meets the XY line () and then dropped to the Top View extension.
- Vertical Trace (VT):
- Since the line is parallel to the VP, it will never intersect the Vertical Plane, no matter how far it is extended.
- Therefore, There is no Vertical Trace (VT).
Conclusion: A line inclined to HP and parallel to VP has an HT but no VT.