Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I am creating a drawing for a part in Creo Parametric 7.0.2.0 and have a 2D family table similar to that below, where A, B, and C are parameters:
Part Number | A | B | C |
1 | 0.500 | 0.175 | 0.060 |
2 | 0.250 | 0.200 | 0.060 |
I the part in question has varying tolerances for each dimension and part number, so I have to define them by hand. The column that I want to show is the limits value for the given dimension (with dual dimensions), however I want to hide or delete the column showing the nominal value.
Real data:
So essentially hide A, A_MAX_IN, A_MIN_IN, but show A_TOL.
How can I go about this for a 2D family table?
Solved! Go to Solution.
I was actually able to have a coworker help me with this, but the solution is as follows:
Repeat Region -> Filters -> *click top left cell of 2D table* -> By Rule -> Edit -> "&fam.inst.param.name != A"
I was actually able to have a coworker help me with this, but the solution is as follows:
Repeat Region -> Filters -> *click top left cell of 2D table* -> By Rule -> Edit -> "&fam.inst.param.name != A"