Bird
Raised Fist0
Solidworksbi_tool~10 mins

Why drawings communicate manufacturing intent in Solidworks - Test Your Understanding

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to create a drawing view in SolidWorks.

Solidworks
modelDoc = swApp.ActiveDoc
modelDoc.InsertNewDrawingView2([1], 0, 0, 1, 1, 0)
Drag options to blanks, or click blank then click option'
AswDrawingViewType_e.swDrawingView_Front
BswDrawingViewType_e.swDrawingView_Top
CswDrawingViewType_e.swDrawingView_Right
DswDrawingViewType_e.swDrawingView_Isometric
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing a view that does not show the main features clearly.
2fill in blank
medium

Complete the code to add a dimension to a drawing in SolidWorks.

Solidworks
drawingDoc = swApp.ActiveDoc
drawingDoc.Extension.SelectByID2("Edge1", "EDGE", 0, 0, 0, false, 0, null, 0)
drawingDoc.AddDimension2([1], 0, 0)
Drag options to blanks, or click blank then click option'
A0.05
B0.5
C0.1
D1.0
Attempts:
3 left
💡 Hint
Common Mistakes
Using too large or too small dimension values that confuse manufacturing.
3fill in blank
hard

Fix the error in the code to set the drawing sheet size correctly.

Solidworks
drawingDoc = swApp.ActiveDoc
drawingDoc.GetCurrentSheet().SetSize([1])
Drag options to blanks, or click blank then click option'
AswDwgPaperSizes_e.swDwgPaperLetter
BswDwgPaperSizes_e.swDwgPaperA3size
CswDwgPaperSizes_e.swDwgPaperA4size
DswDwgPaperSizes_e.swDwgPaperA2size
Attempts:
3 left
💡 Hint
Common Mistakes
Selecting too small paper size that cuts off important details.
4fill in blank
hard

Fill both blanks to add a note and set its font size in the drawing.

Solidworks
note = drawingDoc.InsertNote("Manufacture as per spec")
note.SetFontSize([1])
note.SetBold([2])
Drag options to blanks, or click blank then click option'
A12
B14
CTrue
DFalse
Attempts:
3 left
💡 Hint
Common Mistakes
Using too small font size or not bolding important notes.
5fill in blank
hard

Fill all three blanks to create a custom property for material in the drawing.

Solidworks
customPropMgr = drawingDoc.Extension.CustomPropertyManager[""]
customPropMgr.Add3("Material", [1], [2], [3])
Drag options to blanks, or click blank then click option'
AswCustomInfoType_e.swCustomInfoText
B"Aluminum 6061"
CswCustomPropertyAddOption_e.swCustomPropertyReplaceValue
D"Steel 1018"
Attempts:
3 left
💡 Hint
Common Mistakes
Using wrong property type or value that confuses manufacturing.

Practice

(1/5)
1. Why are drawings important in manufacturing communication?
easy
A. They are used only for marketing purposes.
B. They show exact product details to ensure correct production.
C. They replace the need for any verbal instructions.
D. They are only useful for designers, not manufacturers.

Solution

  1. Step 1: Understand the role of drawings

    Drawings provide detailed views, dimensions, and notes that communicate how a product should be made.
  2. Step 2: Identify the purpose in manufacturing

    Clear drawings help manufacturers produce the product correctly and efficiently by showing exact details.
  3. Final Answer:

    They show exact product details to ensure correct production. -> Option B
  4. Quick Check:

    Drawings communicate manufacturing intent = A [OK]
Hint: Drawings show exact details for correct manufacturing [OK]
Common Mistakes:
  • Thinking drawings are only for marketing
  • Assuming drawings replace all verbal communication
  • Believing drawings are irrelevant to manufacturers
2. Which element is NOT typically included in a manufacturing drawing?
easy
A. Dimensions
B. Material specifications
C. Random color patterns
D. Notes about tolerances

Solution

  1. Step 1: Identify common drawing elements

    Manufacturing drawings usually include dimensions, material specs, and tolerance notes to guide production.
  2. Step 2: Recognize irrelevant elements

    Random color patterns do not communicate manufacturing intent and are not standard in drawings.
  3. Final Answer:

    Random color patterns -> Option C
  4. Quick Check:

    Irrelevant drawing elements = D [OK]
Hint: Look for elements that don't guide manufacturing [OK]
Common Mistakes:
  • Confusing decorative elements with functional details
  • Assuming all colors are meaningful
  • Ignoring notes and tolerances
3. Given a drawing with a dimension labeled 50 ± 0.1 mm, what does this tell the manufacturer?
medium
A. The part size can vary between 49.9 mm and 50.1 mm.
B. The part must be exactly 50 mm with no variation.
C. The part size can be any value above 50 mm.
D. The dimension is only a suggestion, not a requirement.

Solution

  1. Step 1: Interpret the dimension with tolerance

    The dimension 50 ± 0.1 mm means the size can be 50 mm plus or minus 0.1 mm.
  2. Step 2: Calculate the acceptable range

    This gives a range from 49.9 mm to 50.1 mm as acceptable sizes for manufacturing.
  3. Final Answer:

    The part size can vary between 49.9 mm and 50.1 mm. -> Option A
  4. Quick Check:

    Dimension ± tolerance = range [OK]
Hint: ± means plus or minus tolerance range [OK]
Common Mistakes:
  • Thinking the size must be exactly 50 mm
  • Ignoring the tolerance range
  • Assuming dimension is optional
4. A drawing note says "Surface finish: Ra 3.2" but the manufacturer ignores it. What is the likely problem?
medium
A. The surface finish note is optional and can be skipped.
B. The part will be smaller in size.
C. The drawing is invalid and must be redone.
D. The part may have a rougher surface than required.

Solution

  1. Step 1: Understand surface finish note meaning

    "Surface finish: Ra 3.2" specifies how smooth the part surface must be.
  2. Step 2: Consequence of ignoring the note

    If ignored, the surface may be rougher than specified, affecting function or appearance.
  3. Final Answer:

    The part may have a rougher surface than required. -> Option D
  4. Quick Check:

    Ignoring surface finish = rougher surface [OK]
Hint: Surface finish notes affect smoothness, not size [OK]
Common Mistakes:
  • Confusing surface finish with size dimensions
  • Assuming notes are optional
  • Thinking drawing must be redone for ignored notes
5. A manufacturer receives a drawing with unclear dimension placement causing confusion. What is the best BI approach to improve communication?
hard
A. Use clear, standardized views and place dimensions outside the object lines.
B. Add more colors and artistic elements to the drawing.
C. Remove all dimensions and rely on verbal instructions.
D. Send the drawing without changes and wait for questions.

Solution

  1. Step 1: Identify best practice for dimension placement

    Standard practice is to place dimensions clearly outside object outlines to avoid confusion.
  2. Step 2: Understand BI role in communication

    Business Intelligence aims to improve clarity and efficiency, so clear standardized views help manufacturing understand intent.
  3. Final Answer:

    Use clear, standardized views and place dimensions outside the object lines. -> Option A
  4. Quick Check:

    Clear drawings = better manufacturing communication [OK]
Hint: Clear, standard views improve communication [OK]
Common Mistakes:
  • Adding unnecessary colors that confuse
  • Removing dimensions loses critical info
  • Ignoring communication issues hoping for questions