0
0
Solidworksbi_tool~10 mins

Draft angle feature in Solidworks - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows three faces of a 3D model with their original angles and the draft angles to be applied. The goal is to calculate the new angle after applying the draft.

CellValue
A1Face
B1Original Angle (degrees)
C1Draft Angle (degrees)
D1New Angle (degrees)
A2Face 1
B290
C25
D285
A3Face 2
B390
C33
D387
A4Face 3
B490
C47
D483
Formula Trace
D2 = B2 - C2
Step 1: B2 - C2
Step 2: 90 - 5
Step 3: D2 = 85
Cell Reference Map
    A       B       C       D
1 | Face  | Orig.  | Draft | New  |
2 | Face1 |  90    |  5    |  85  |
3 | Face2 |  90    |  3    |  87  |
4 | Face3 |  90    |  7    |  83  |
The formula in D2 uses values from B2 (Original Angle) and C2 (Draft Angle) to calculate the new angle.
Result
    A       B       C       D
1 | Face  | Orig.  | Draft | New  |
2 | Face1 |  90    |  5    |  85  |
3 | Face2 |  90    |  3    |  87  |
4 | Face3 |  90    |  7    |  83  |
The new angle for each face is calculated by subtracting the draft angle from the original angle.
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the new angle for Face 1 after applying the draft angle?
A85
B95
C90
D5
Key Result
New Angle = Original Angle - Draft Angle