0
0
Solidworksbi_tool~10 mins

Sketch plane selection in Solidworks - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This table shows features and their associated sketch planes in a SolidWorks model.

CellValue
A1Feature
B1Plane
A2Extrude1
B2Front Plane
A3Cut1
B3Top Plane
A4Boss1
B4Right Plane
Formula Trace
SELECT Plane WHERE Feature = 'Cut1'
Step 1: Identify row where Feature equals 'Cut1'
Step 2: Return value in column B of Row 3
Cell Reference Map
    A           B
1 | Feature   | Plane     |
2 | Extrude1  | Front Plane|
3 | Cut1      | Top Plane |
4 | Boss1     | Right Plane|
The formula references the 'Feature' column (A) to find 'Cut1' and then returns the corresponding 'Plane' from column B.
Result
    A           B
1 | Feature   | Plane     |
2 | Extrude1  | Front Plane|
3 | Cut1      | Top Plane |  <-- Result: 'Top Plane'
4 | Boss1     | Right Plane|
The result of the formula is 'Top Plane', which is the sketch plane selected for the feature 'Cut1'.
Sheet Trace Quiz - 3 Questions
Test your understanding
Which plane is selected for the feature 'Cut1'?
ARight Plane
BFront Plane
CTop Plane
DBottom Plane
Key Result
Select the plane associated with a given feature by matching the feature name and returning the corresponding plane.