## Overview - In parametric CAD systems, **2D drawings** are generated directly from **3D model data** rather than being drafted manually line by line. - A **bidirectional associative link** exists between the 3D model and the 2D drawing — changes in either environment automatically propagate to the other. - The primary purpose of 2D drawings is to **document 3D designs for manufacturing and production**. ## Key Concepts - **Associativity** – The continuous, live data link between the 3D model and its 2D drawing; edits in one are instantly reflected in the other. - **Drawing Sheet** – The active workspace where model views, dimensions, and annotations are placed. - **Sheet Format** – The background layer containing the title block, page borders, and standard document properties. - **Parametric Modeling** – A design methodology where geometry is controlled by mathematical rules, parameters, and dimensions. ## Detailed Notes ### Drawing Layout and Structure - A drawing document must be properly structured using **standard templates** before any views are placed. - Two distinct editing modes exist within a drawing file: - **Edit Sheet Mode** - The primary working mode. - Used to insert **model views**, **dimensions**, and **annotations**. - **Edit Sheet Format Mode** - A specialised mode for modifying **background elements** only. - Used to edit the **title block** text, logos, or border lines. - While active, standard drawing views **temporarily disappear** to prevent accidental modifications. ### Types of Drawing Views - Drawing views act as **windows into the 3D model**, projected onto a 2D plane. - **Model View (Base View)** - The first orthographic projection inserted into the drawing (e.g., Front, Top, Right, Isometric). - Imported directly from the 3D model. - Serves as the **parent view** from which other views are derived. - **Projected View** - Created by projecting **linearly** from a parent Model View. - Produces additional orthographic views (e.g., projecting a Top view from a Front view). - **Section View** - Exposes **hidden internal geometry** by slicing through a part. - Created by drawing a **cutting line** across an existing parent view. - The resulting view automatically applies **cross-hatching** to indicate cut solid material. - **Detail View** - Used to clarify **intricate or tightly packed features** that are hard to read at standard scale. - Generated by sketching a **boundary** (typically a circle) around the target area on a parent view. - Produces a separate, **magnified** view of that region. ### Annotating and Dimensioning - Dimensions define the **precise size and location** of features for manufacturing. - **Model Items (Imported Dimensions)** - Dimensions used to build the 3D model can be **automatically imported** into the 2D drawing. - Eliminates the need to recreate dimensions from scratch. - **Manual Dimensioning** - Users can place additional dimensions directly on the 2D drawing. - These serve as **manufacturing reference points** or for checking distances. ### Assembly Documentation - When documenting assemblies (multiple parts fitted together), specific tools identify individual components. - **Bill of Materials (BOM)** - A structured table inserted into the drawing listing **all components** in the assembly. - Automatically extracts data such as item numbers, part names, descriptions, and quantities. - Three common BOM types: - **Top-level only** – Lists only major sub-assemblies and standalone parts. - **Parts only** – Ignores sub-assembly groupings; lists every individual piece as a flat list. - **Indented** – Shows the full **hierarchical structure** of assemblies, sub-assemblies, and their sub-components. - **Balloons** - Circular, numbered annotations attached to parts within drawing views. - **Parametrically linked** to the BOM — the number inside each balloon matches the component's item number in the BOM table. - Provide a visual connection between a part in the drawing and its entry in the BOM. ## Tables ### Dimension Types Comparison | Dimension Type | Source | Editable | Impact on 3D Model | Purpose | |---|---|---|---|---| | **Driving Dimensions** | Imported from 3D model geometry | Yes | Changes the physical 3D model | Primary design control and parametric shaping | | **Driven Dimensions** | Inserted manually in the 2D drawing | No (Read-only) | None | Reference only; provides clarity for manufacturing | ### Drawing View Types Summary | View Type | Created From | Key Use | |---|---|---| | **Model View (Base View)** | Direct import from 3D model | Initial projection; parent for other views | | **Projected View** | Linear projection from a parent view | Additional orthographic orientations | | **Section View** | Cutting line on a parent view | Exposing hidden internal geometry | | **Detail View** | Boundary sketch on a parent view | Magnifying small or intricate features | ### BOM Types Comparison | BOM Type | Lists | Structure | |---|---|---| | **Top-level only** | Major sub-assemblies and standalone parts | Flat | | **Parts only** | Every individual piece | Flat (ignores groupings) | | **Indented** | All components with hierarchy | Nested (parent–child relationships) | ## Diagram / Process ### Standard Drawing Creation Workflow ```mermaid flowchart TD A[Finish 3D Model or Assembly] --> B[Open New Drawing File] B --> C[Select Sheet Size and Format] C --> D[Insert Base Model View] D --> E[Derive Additional Views] E -.-> E1[Projected Views] E -.-> E2[Section Views] E -.-> E3[Detail Views] E --> F[Import Driving Dimensions] F --> G[Add Annotations and Reference Dimensions] G --> H[Final Manufacturing Drawing] ``` ### Assembly Documentation Workflow ```mermaid flowchart LR A[Insert Assembly View] --> B[Generate Bill of Materials] B --> C[Set BOM Type] C --> D[Attach Balloons to Parts] D --> E[Verify Item Numbers Match BOM] ``` ### 3D-to-2D Associativity Concept ```mermaid flowchart LR A[3D Model] <-->|Bidirectional Parametric Link| B[2D Drawing] B --> C[Dimensions Update Automatically] B --> D[Views Regenerate on Change] A --> E[Design Intent Preserved] ``` ## Key Terms - **Orthographic Projection** – A method of representing three-dimensional objects in two dimensions by projecting views from perpendicular angles. - **Cross-hatching** – A pattern of angled lines used in Section Views to indicate solid material that has been cut through. - **Parametric Modeling** – A design approach where geometry is driven by mathematical rules, parameters, and dimensions, enabling automatic updates. - **Title Block** – The standardised information table (typically in the bottom-right corner) containing metadata such as author, scale, date, and part numbers. - **Associativity** – The live, bidirectional data link ensuring 3D model changes are reflected in 2D drawings and vice versa. - **Bill of Materials (BOM)** – An auto-generated table listing all components, quantities, and descriptions for an assembly. - **Balloons** – Numbered annotation markers in a drawing view that link each part to its corresponding BOM entry. - **Driving Dimensions** – Dimensions imported from the 3D model that control its physical geometry. - **Driven Dimensions** – Read-only reference dimensions placed manually in the 2D drawing with no effect on the 3D model. ## Quick Revision - 2D drawings are **parametrically linked** to 3D models — updating one automatically updates the other. - The **Sheet** holds views and dimensions; the **Sheet Format** holds the title block and borders. - **Model Views (Base Views)** are the foundational views imported directly from 3D data. - **Projected Views** are derived linearly from a parent view for additional orientations. - **Section Views** slice through a part to reveal internal geometry; **Detail Views** magnify small features. - **Driving Dimensions** control the actual 3D model; **Driven Dimensions** are read-only references for manufacturing. - A **Bill of Materials (BOM)** automatically tables all parts, quantities, and descriptions in an assembly. - BOM types include **top-level only**, **parts only**, and **indented** (hierarchical). - **Balloons** visually connect parts in a drawing view to their corresponding BOM row via matching item numbers. - Two editing modes exist: **Edit Sheet** (for views and dimensions) and **Edit Sheet Format** (for title block and borders).