I have an assembly. Some parts have a parameter "Made_From". Those parts also have a parameter giving their volume.
I want to make a table, using repeat regions, of the parameter "Made_From", that make the sum of volume for a same "Made_From". If I do not include the volume parameter, it does the job:
View attachment 2726
If I include the volume parameter, the no_duplicate attribute gives me crap:
View attachment 2727
Is someone can help?
I want to make a table, using repeat regions, of the parameter "Made_From", that make the sum of volume for a same "Made_From". If I do not include the volume parameter, it does the job:
View attachment 2726
If I include the volume parameter, the no_duplicate attribute gives me crap:
View attachment 2727
Is someone can help?