Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
I have a simple family table of a part, the instances vary based on 2 dimensions (A&B). In the drawing i want the repeat region to show a column for dimension A and a seperate column for dimension B.
I have created a repeat region that lists these instances and their dimension values. I used this for the table value in column A & column B:
&fam.inst.param.value
When i update the table I am getting doulde the info that I want. How can I fix this?
I have enclosed a screen shot for reference. Thanks!
Solved! Go to Solution.
I believe you need to add a filter to select which values are shown.
Look for "Suggested Technique for Creating a Table of a Family Table Part Without Using a 2D Repeat Region" on the internet.
You either have to have two different parameters for your dimension that you are using: "DimA" & "DimB", or you have to use the different dimension values when you show them (Info, Switch dimensions). i.e. d15 (is the value for "A") and d27 (is the value for "B").
Thanks, Dale
Thanks Dale, I have changed the symbol value of the dimension from d11 to A in my model under the dimension properies.
What would the repeat region path be?
i.e. fam.inst.param.value.......&A?
I believe you need to add a filter to select which values are shown.
Look for "Suggested Technique for Creating a Table of a Family Table Part Without Using a 2D Repeat Region" on the internet.
Mark,
Go with what David recommended. That .pdf is pretty self explanitory. I missed that you were looking to put the values of all the instances in the same table.
Thanks, Dale
Answered, filters worked great.
Thank you!!