0
0
Solidworksbi_tool~10 mins

Offset entities in Solidworks - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data represents original lengths of line entities and the offset distances applied to them in SolidWorks. The goal is to calculate the new lengths after offsetting.

CellValue
A1Entity
B1Original Length (mm)
C1Offset Distance (mm)
D1New Length (mm)
A2Line1
B2100
C210
A3Line2
B3150
C315
A4Line3
B4200
C420
Formula Trace
=B2 + C2
Step 1: B2 + C2
Step 2: 100 + 10
Cell Reference Map
    A       B       C       D
1 |Entity |OrigLen|Offset |NewLen
2 |Line1  |  100  |  10   |  ?  
3 |Line2  |  150  |  15   |  ?  
4 |Line3  |  200  |  20   |  ?  

References: B2 (100), C2 (10) used in formula for D2.
The formula for new length in D2 uses original length from B2 and offset distance from C2.
Result
    A       B       C       D
1 |Entity |OrigLen|Offset |NewLen
2 |Line1  |  100  |  10   | 110 
3 |Line2  |  150  |  15   | 165 
4 |Line3  |  200  |  20   | 220 

New lengths calculated by adding offset distances to original lengths.
The new length column shows the result of adding offset distances to original lengths for each line entity.
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the new length of Line1 after applying the offset?
A110
B90
C100
D10
Key Result
New Length = Original Length + Offset Distance