Unit 2 - Notes

MEC136 6 min read

Unit 2: Projection of Points and Lines

1. Introduction to Orthographic Projections

Orthographic Projection is a technical drawing method where a 3D object is represented in 2D views by projecting its points perpendicular to projection planes.

Key Concepts:

  • Principal Planes:
    • Vertical Plane (VP): The plane placed vertically in front of the observer. The view obtained on the VP is called the Front View (FV) or Elevation.
    • Horizontal Plane (HP): The plane placed horizontally. The view obtained on the HP is called the Top View (TV) or Plan.
  • Reference Line (XY Line): The line of intersection between the HP and VP.
  • Auxiliary Planes: Profile Plane (PP) used for Side Views.

Principles of Quadrants

The intersection of the VP and HP creates four quadrants. The position of an object is defined relative to these planes.

A 3D isometric diagram illustrating the system of Four Quadrants in engineering drawing. Show two in...
AI-generated image — may contain inaccuracies

Comparison of Projection Systems

Feature First Angle Projection Third Angle Projection
Object Position First Quadrant (Above HP, In front of VP) Third Quadrant (Below HP, Behind VP)
Observer Logic Observer -> Object -> Plane Observer -> Plane -> Object
View Position Top View is below the XY line; Front View is above. Top View is above the XY line; Front View is below.
Usage Standard in India/Europe (ISO) Standard in USA

2. Orthographic Projection of Points

A point has no dimensions but has a specific position in space.
Standard Notation:

  • Actual Point: Capital Letter (e.g., A)
  • Front View (on VP): Lowercase with a dash (e.g., a')
  • Top View (on HP): Lowercase (e.g., a)

Rules for Projection of Points

  1. Point in 1st Quadrant:
    • a' is above XY.
    • a is below XY.
  2. Point in 2nd Quadrant:
    • a' is above XY.
    • a is above XY. (Both views overlap or lie above the reference line).
  3. Point in 3rd Quadrant:
    • a' is below XY.
    • a is above XY.
  4. Point in 4th Quadrant:
    • a' is below XY.
    • a is below XY.

3. Projection of Lines

A line is defined by the shortest distance between two points. The projection depends on the line's orientation relative to the HP and VP.

Fundamental Cases

1. Line Parallel to Both HP and VP

  • Front View: Parallel to XY line. True Length (TL).
  • Top View: Parallel to XY line. True Length (TL).

2. Line Perpendicular to One Plane and Parallel to the Other

  • Perpendicular to HP (Parallel to VP):
    • FV: A vertical line perpendicular to XY (True Length).
    • TV: A point.
  • Perpendicular to VP (Parallel to HP):
    • FV: A point.
    • TV: A vertical line perpendicular to XY (True Length).

3. Line Inclined to One Plane and Parallel to the Other

  • Inclined to HP and Parallel to VP:
    • FV: Inclined line showing True Length and True Inclination ().
    • TV: A horizontal line parallel to XY (Apparent Length / Shorter).
  • Inclined to VP and Parallel to HP:
    • FV: A horizontal line parallel to XY (Apparent Length).
    • TV: Inclined line showing True Length and True Inclination ().

A split-view educational diagram showing the projection of a Line Inclined to HP and Parallel to VP....
AI-generated image — may contain inaccuracies

4. Line Inclined to Both Planes

  • Neither view shows the True Length or True Inclinations directly.
  • Requires the Rotating Line Method or Trapezoidal Method to find true lengths.
  • Apparent Angles: (Front View inclination) and (Top View inclination).

Concept of Traces

Traces are the points where a line (extended if necessary) meets the reference planes.

  • Horizontal Trace (HT): The point where the line intersects the Horizontal Plane. In the Front View, the line must be extended to meet the XY line to locate the HT position.
  • Vertical Trace (VT): The point where the line intersects the Vertical Plane. In the Top View, the line must be extended to meet the XY line to locate the VT position.

A technical diagram explaining Horizontal Trace (HT) and Vertical Trace (VT). Show a 3D view of a li...
AI-generated image — may contain inaccuracies


4. AutoCAD Commands for Engineering Drawing

AutoCAD (Computer-Aided Design) replaces manual drafting tools. Below are essential commands for projecting points and lines.

Basic Draw Commands

1. Line

Creates straight line segments.

  • Command: LINE or L
  • Steps:
    1. Type L > Enter.
    2. Specify first point (click or enter coordinates X,Y).
    3. Specify next point (or enter @length<angle for polar coordinates).
  • Ortho Mode (F8): Toggles strictly horizontal/vertical drawing (essential for projectors).

2. Circle

Creates circles based on radius or diameter.

  • Command: CIRCLE or C
  • Steps:
    1. Type C > Enter.
    2. Click center point.
    3. Type radius value > Enter.

3. Arc

Creates curved segments.

  • Command: ARC or A
  • Common Method (3-Point): Specify Start, Second point, End.
  • Engineering Method: Start, Center, End (useful for rotating lines to find true length).

4. Polyline

Creates a single object composed of continuous line and arc segments.

  • Command: PLINE or PL
  • Difference from Line: A rectangle made with Lines consists of 4 objects; a rectangle made with Polyline is 1 object.

Geometric Shapes

1. Rectangle

  • Command: RECTANG or REC
  • Steps: Specify first corner, then specify opposite corner (or dimensions).

2. Polygon

Creates regular polygons (equilateral triangle, square, pentagon, hexagon, etc.).

  • Command: POLYGON or POL
  • Steps:
    1. Enter number of sides (e.g., 6 for hexagon).
    2. Specify center.
    3. Choose Inscribed in circle (vertex touches circle) or Circumscribed about circle (midpoint of edge touches circle).

3. Ellipse

Used for isometric circles or projections of inclined circles.

  • Command: ELLIPSE or EL
  • Methods:
    • Center: Specify center and two axis endpoints.
    • Axis, End: Specify one axis length and half the other axis length.

Dimensioning and Annotation

Dimension Style Manager

Controls the appearance of dimensions (text height, arrow size, precision).

  • Command: DIMSTYLE or D
  • Key Settings:
    • Lines: Color, lineweight.
    • Symbols and Arrows: Arrowhead type (Closed Filled for engineering).
    • Text: Height (usually 2.5mm or 3mm), placement (Above/Centered).
    • Primary Units: Precision (0.00).

Dimension Commands

  • DIMLINEAR (DLI): Linear dimensions (horizontal/vertical).
  • DIMALIGNED (DAL): Dimensions for inclined lines (True Length).
  • DIMANGULAR (DAN): Measures angles.

5. Hands-on Practice: AutoCAD Workflow

To solve a problem of Projection of Lines in AutoCAD, follow this workflow:

  1. Setup:

    • Turn on Grid (F7) and Snap (F9) if needed.
    • Enable Object Snap (F3) (Endpoint, Midpoint, Intersection) for accuracy.
    • Enable Ortho Mode (F8) for straight projection lines.
  2. Draw XY Line:

    • Use L command. Draw a horizontal line. Change properties (Color: Red, Linetype: Continuous).
  3. Draw Projections (Example: Line Inclined to HP):

    • Identify position of point A (e.g., 20mm above HP). Use OFFSET command from XY line.
    • Draw the Front View (a'b') using Polar Coordinates (@Length<Angle).
    • Draw Projectors: Draw vertical lines from a' and b' downwards past XY using Ortho mode.
    • Draw Top View: Connect the intersection points.
  4. Dimensioning:

    • Use DAL for true length.
    • Use DAN for inclination angles.
    • Use DLI for distances from HP/VP.
  5. Finalizing:

    • Use Layers: Create layers for 'Object Lines' (Thick, White), 'Projectors' (Thin, Grey), and 'Dimensions' (Green).