Unit 6 - Notes

MEC136 6 min read

Unit 6: Development of Surfaces

1. Introduction to Development of Surfaces

Definition:
The development of a surface of an object is the unfolding or unrolling of all its surfaces onto a single plane. If a hollow solid is cut open along an edge and rolled out flat on a plane, the resulting 2D figure is called the Development of the Surface or a Pattern.

Key Concepts:

  • Principle of Development: Every line on the development must represent the True Length (TL) of the corresponding line on the surface of the object.
  • Stretch-out Line: The full length of the developed surface (e.g., the circumference of a cylinder or perimeter of a prism).
  • Applications: Essential in sheet metal industries for making ducts, funnels, chimney flues, boiler parts, packaging boxes, and automobile body parts.

A technical educational illustration showing the concept of "Surface Development". On the left, show...
AI-generated image — may contain inaccuracies


2. Methods of Development

Different solids require different geometric techniques to be unfolded accurately.

A. Parallel Line Development

  • Used for: Prisms and Cylinders.
  • Concept: Since the edges of prisms and elements of cylinders are parallel to each other, they are developed using a rectangle where the length equals the perimeter/circumference of the base, and the height equals the height of the solid.

B. Radial Line Development

  • Used for: Pyramids and Cones.
  • Concept: Since the edges/elements slant towards a common apex, the development is drawn as a sector of a circle. The radius of this sector is the True Length of the slant edge.

C. Triangulation Development

  • Used for: Irregular polyhedrons and Transition pieces (e.g., connecting a square pipe to a circular pipe).
  • Concept: The surface is divided into a series of triangular faces. The true sizes of these triangles are found and arranged sequentially.

D. Approximate Development

  • Used for: Double curved surfaces like Spheres and Paraboloids.
  • Concept: These surfaces cannot be developed exactly. They are approximated using zones (Polyconic method) or gores (Lune method).

A split-screen comparison diagram illustrating the two main development methods. The left panel is l...
AI-generated image — may contain inaccuracies


3. Surface Development of Solids

A. Development of Regular Prisms

  • Procedure:
    1. Draw the Top View (TV) and Front View (FV).
    2. Draw a "Stretch-out line" horizontally from the base of the FV.
    3. Mark off distances equal to the side of the base () along this line (, where is the number of sides).
    4. Erect vertical lines from these points representing the edges.
    5. The resulting rectangle represents the lateral surface.

B. Development of Truncated Prisms

A truncated prism is cut by a plane inclined to the base.

  • Procedure:
    1. Draw TV and FV. Draw the cutting plane in the FV.
    2. Draw the lateral development as if the prism were complete.
    3. Project the intersection points of the cutting plane and the prism edges horizontally onto the corresponding vertical lines in the development.
    4. Join these points with straight lines.
    5. Darken the remaining lower portion to show the developed surface of the truncated solid.

C. Development of Regular Pyramids

  • Critical Rule: You must use the True Length (TL) of the slant edge. If the slant edge in the Front View is not parallel to the XY line in the Top View, the length shown in FV is apparent, not true. You must rotate the edge in TV to make it parallel to XY, then project to FV to find TL.
  • Procedure:
    1. Find True Length () of the slant edge.
    2. Draw an arc with radius .
    3. Step off chord lengths equal to the base side () along the arc.
    4. Join these points to the center (Apex ).

D. Development of Truncated Pyramids

  • Procedure:
    1. Draw the development of the full pyramid using the Radial Line method.
    2. Locate the cutting plane on the FV.
    3. Transfer the cut points from the slant edges in the FV to the True Length line (usually the outer edge in FV). Note: You cannot project directly to the development if the edge isn't TL.
    4. Transfer these distances from the TL line to the corresponding radial lines in the development using a compass.
    5. Join the points to form the pattern.

A detailed engineering diagram showing the development of a Truncated Hexagonal Pyramid. The left si...
AI-generated image — may contain inaccuracies


4. AutoCAD Commands for 3D Modeling

Moving from 2D development to 3D modeling requires specific solid modeling commands.

Boolean Operations

These commands allow the creation of complex solids by combining simpler primitives (Box, Cylinder, Wedge, etc.).

  1. UNION (UNION):
    • Combines two or more 3D solids or 2D regions into a single composite object.
    • Usage: Select the command Select objects to join Enter.
  2. SUBTRACT (SUBTRACT):
    • Removes the volume of one set of solids from another.
    • Usage: Select the command Select the object to keep (Base) Enter Select the object to remove (Cutter) Enter.
    • Note: The order of selection is critical.
  3. INTERSECT:
    • Creates a solid from the overlapping volume of two or more solids.

Navigation and Visualization

  1. 3D ORBIT (3DORBIT or Shift + Middle Mouse Wheel):

    • Allows you to rotate the view in 3D space freely to inspect the model from any angle.
    • The cursor changes to a sphere with circling arrows.
  2. Visual Styles (VS):
    Controls the display of edges and shading.

    • 2D Wireframe: Displays boundaries using lines and curves. Fastest for processing.
    • Conceptual: Smoothes polygon edges and applies "Gooch" shading (cool to warm transition) for easy geometry visualization.
    • Realistic: Applies materials and textures to the object.
    • Hidden: Wireframe display but lines behind the object are removed.

A conceptual diagram illustrating AutoCAD Boolean operations. Three rows showing the "Before" and "A...
AI-generated image — may contain inaccuracies


5. Hands-on Practice: 3D Drawings

Exercise: Modeling a Truncated Square Prism

Objective: Create a square prism ( base, $100$ height) cut by a plane at .

Step-by-Step Procedure:

  1. Workspace Setup:

    • Switch to "3D Modeling" workspace.
    • Set View to "SE Isometric".
    • Set Visual Style to "2D Wireframe" initially.
  2. Create the Base (Prism):

    • Command: BOX (or RECTANG then EXTRUDE).
    • Specify first corner: 0,0,0.
    • Specify other corner (Length/Width): @50,50.
    • Specify Height: 100.
    • Result: A solid block is created.
  3. Create the Cutting Object (The "Knife"):

    • To slice the object, we often create a "wedge" or a second large box to subtract.
    • Change UCS (User Coordinate System) to the Front face: Command UCS Face Select front face.
    • Draw a PLINE (Polyline) representing the shape to be removed (a triangle defining the 45-degree cut).
    • EXTRUDE this triangle through the prism.
  4. Apply Boolean Operation:

    • Command: SUBTRACT.
    • Select the main Prism (Enter).
    • Select the triangular extrusion (Enter).
    • Result: The prism is now truncated.
  5. Final Visualization:

    • Command: VS Select Conceptual.
    • Command: 3DORBIT Rotate to inspect the cut surface.

Tips for Success:

  • Always ensure your OSNAP (Object Snap) is ON to grab endpoints accurately.
  • Use Dynamic UCS (F6) to draw directly on planar faces of existing solids.
  • If the subtraction fails, ensure the two solids physically intersect.