Bird
Raised Fist0
Solidworksbi_tool~20 mins

Geometric Dimensioning and Tolerancing (GD&T) basics in Solidworks - Practice Problems & Coding Challenges

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
Challenge - 5 Problems
🎖️
GD&T BI Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding the Purpose of GD&T

What is the main purpose of using Geometric Dimensioning and Tolerancing (GD&T) in engineering drawings?

ATo specify the exact color of a part
BTo define the allowable variation in form, orientation, and location of features
CTo indicate the material type used for manufacturing
DTo provide instructions for assembly sequence
Attempts:
2 left
💡 Hint

Think about how GD&T helps ensure parts fit and function properly despite manufacturing variations.

dax_lod_result
intermediate
2:00remaining
Calculating Feature Control Frame Counts in a GD&T Dataset

You have a dataset of parts with a column 'FeatureControlFrames' listing the number of GD&T feature control frames per part. Which DAX measure correctly calculates the total number of feature control frames across all parts?

ATotalFrames = DISTINCTCOUNT(Parts[FeatureControlFrames])
BTotalFrames = COUNT(Parts[FeatureControlFrames])
CTotalFrames = SUM(Parts[FeatureControlFrames])
DTotalFrames = AVERAGE(Parts[FeatureControlFrames])
Attempts:
2 left
💡 Hint

Think about how to add up all the frame counts, not just count rows or unique values.

visualization
advanced
2:00remaining
Best Visualization for GD&T Tolerance Zone Analysis

Which type of visualization best helps analyze the distribution of positional tolerances across multiple parts in a manufacturing report?

AScatter plot showing tolerance values by part ID with color coding for tolerance status
BPie chart showing percentage of parts per tolerance category
CStacked bar chart showing cumulative tolerance values per part
DLine chart showing tolerance values over time
Attempts:
2 left
💡 Hint

Consider how to see individual tolerance values and their status clearly.

data_modeling
advanced
2:00remaining
Modeling GD&T Data Relationships

You have tables for Parts, Features, and Tolerances. Each part has multiple features, and each feature can have multiple tolerances. What is the best way to model these relationships in a BI tool?

ACreate a one-to-many relationship from Parts to Features, and one-to-many from Features to Tolerances
BCreate one flat table combining all data with repeated part and feature info
CCreate many-to-many relationships between all tables
DCreate separate tables with no relationships and use filters manually
Attempts:
2 left
💡 Hint

Think about how parts contain features, and features contain tolerances.

🔧 Formula Fix
expert
2:00remaining
Identifying Error in GD&T Positional Tolerance Calculation

Given this DAX measure to calculate average positional tolerance for features:

AvgPosTol = AVERAGE(Features[PositionalTolerance])

Why might this measure produce incorrect results when used in a report filtered by part?

ABecause AVERAGE only works on numeric columns with no blanks
BBecause PositionalTolerance column contains text values causing calculation errors
CBecause AVERAGE ignores filters applied on related tables
DBecause the Features table is not related to the Parts table, so filtering by part has no effect
Attempts:
2 left
💡 Hint

Check if the data model supports filtering from Parts to Features.

Practice

(1/5)
1. What is the main purpose of Geometric Dimensioning and Tolerancing (GD&T) in SolidWorks?
GD&T helps to:
easy
A. Define allowable variations to ensure parts fit and function together
B. Create 3D models faster
C. Improve the color scheme of the design
D. Reduce the file size of CAD models

Solution

  1. Step 1: Understand GD&T purpose

    GD&T is used to specify allowable variations in part features to ensure proper fit and function.
  2. Step 2: Compare options to GD&T role

    Only Define allowable variations to ensure parts fit and function together correctly describes this purpose; others relate to unrelated CAD tasks.
  3. Final Answer:

    Define allowable variations to ensure parts fit and function together -> Option A
  4. Quick Check:

    GD&T = Allowable variations for fit [OK]
Hint: GD&T controls fit and function, not modeling speed [OK]
Common Mistakes:
  • Confusing GD&T with modeling tools
  • Thinking GD&T changes visual styles
  • Assuming GD&T reduces file size
2. Which of the following is the correct symbol for a flatness tolerance in GD&T?
easy
A. A straight horizontal line inside a rectangle
B. A circle with a diagonal line
C. A parallelogram
D. A triangle

Solution

  1. Step 1: Recall flatness symbol

    The flatness symbol is a straight horizontal line inside a rectangular frame.
  2. Step 2: Match options to symbol

    A straight horizontal line inside a rectangle matches the flatness symbol; others represent different or incorrect symbols.
  3. Final Answer:

    A straight horizontal line inside a rectangle -> Option A
  4. Quick Check:

    Flatness symbol = horizontal line in rectangle [OK]
Hint: Flatness symbol looks like a flat line in a box [OK]
Common Mistakes:
  • Confusing flatness with circularity symbol
  • Selecting shapes unrelated to GD&T
  • Mixing up symbols for different tolerances
3. Given a part with a datum feature frame referencing datum A and a positional tolerance of 0.1 applied to a hole, what does this imply about the hole's location?
medium
A. The hole's depth tolerance is 0.1 units
B. The hole diameter must be exactly 0.1 units
C. The hole can be anywhere on the part surface
D. The hole's center must be within 0.1 units of the true position relative to datum A

Solution

  1. Step 1: Understand positional tolerance with datum

    Positional tolerance controls the allowable deviation of a feature's location relative to a datum.
  2. Step 2: Interpret 0.1 positional tolerance

    The hole's center must lie within a 0.1 unit zone around the true position defined by datum A.
  3. Final Answer:

    The hole's center must be within 0.1 units of the true position relative to datum A -> Option D
  4. Quick Check:

    Positional tolerance = location within 0.1 units [OK]
Hint: Positional tolerance limits location, not size [OK]
Common Mistakes:
  • Confusing positional tolerance with size tolerance
  • Ignoring datum reference
  • Assuming tolerance applies to hole depth
4. A GD&T feature control frame is missing the datum reference after the positional tolerance symbol. What is the likely issue?
medium
A. The tolerance is ignored by inspection software
B. The tolerance applies globally without reference
C. The tolerance is incomplete and may cause manufacturing errors
D. The feature is automatically datum A

Solution

  1. Step 1: Identify role of datum references

    Datum references specify the exact location or orientation basis for the tolerance.
  2. Step 2: Understand missing datum impact

    Without datum reference, the tolerance lacks context, making it incomplete and risky for manufacturing.
  3. Final Answer:

    The tolerance is incomplete and may cause manufacturing errors -> Option C
  4. Quick Check:

    Missing datum = incomplete tolerance [OK]
Hint: Always include datum references in feature control frames [OK]
Common Mistakes:
  • Assuming tolerance applies without datum
  • Thinking software ignores missing datum silently
  • Believing default datum is assigned automatically
5. You have a cylindrical part with a diameter tolerance of 50 ±0.1 mm and a concentricity tolerance of 0.05 mm relative to datum A. What does this combination ensure about the part?
hard
A. The cylinder can have any diameter but must be concentric within 0.05 mm
B. The cylinder's diameter is within 49.9 to 50.1 mm and its axis is within 0.05 mm of datum A's axis
C. The cylinder's diameter is exactly 50 mm and concentricity is ignored
D. The part's length is controlled by these tolerances

Solution

  1. Step 1: Interpret diameter tolerance

    The diameter must be between 49.9 mm and 50.1 mm, allowing ±0.1 mm variation.
  2. Step 2: Interpret concentricity tolerance

    The cylinder's axis must be within 0.05 mm of the axis of datum A, ensuring alignment.
  3. Final Answer:

    The cylinder's diameter is within 49.9 to 50.1 mm and its axis is within 0.05 mm of datum A's axis -> Option B
  4. Quick Check:

    Diameter ±0.1 and concentricity 0.05 ensure size and alignment [OK]
Hint: Diameter controls size; concentricity controls axis alignment [OK]
Common Mistakes:
  • Ignoring diameter tolerance range
  • Confusing concentricity with diameter size
  • Assuming length is controlled by these tolerances