0
0
Solidworksbi_tool~10 mins

Revolved boss/base in Solidworks - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data represents the parameters for a Revolved Boss/Base feature in SolidWorks: the height and width of the sketch profile, the angle of revolution, and the length of the axis around which the profile is revolved.

CellValue
A1Sketch Profile Height
A220
B1Sketch Profile Width
B210
C1Revolve Angle (degrees)
C2360
D1Axis of Revolution Length
D220
Formula Trace
Volume = π * (Width/2)^2 * Axis Length * (Revolve Angle / 360)
Step 1: Width / 2
Step 2: (Width / 2)^2
Step 3: π * (Width / 2)^2
Step 4: Axis Length * (Revolve Angle / 360)
Step 5: Volume = π * (Width / 2)^2 * Axis Length * (Revolve Angle / 360)
Cell Reference Map
    A       B       C       D
1 |Height | Width | Angle | Axis 
2 |  20   |  10   |  360  |  20  

References used: B2 (Width), C2 (Revolve Angle), D2 (Axis Length)
The formula uses the width from B2, revolve angle from C2, and axis length from D2 to calculate the volume of the revolved boss/base.
Result
    A       B       C       D       E
1 |Height | Width | Angle | Axis  | Volume
2 |  20   |  10   |  360  |  20   | 1570.8
The final volume of the revolved boss/base is calculated as 1570.8 cubic units and displayed in cell E2.
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the radius used in the volume calculation?
A10
B20
C5
D25
Key Result
Volume of revolved boss/base = π * (radius)^2 * axis length * (angle/360)