Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hello,
Is there some way to show (in drawing) the total assy weight without parts excluding the simplified representation?
Thanks for help in advance.
T.
Solved! Go to Solution.
hi,
you have to sum mass in repeat region.
Please look at the sample.
regards,
gucio
Thanks Krzysztof !
BTW: isnt there some posibility to have the information in frm file (similar to "&pro_mp_mass)?
this value in red square represents the total weight (including parts that are actually not a part of the fixture...)
B.R.
T.
It i spossible.
In frm file you have to add repeat region with right sum.
I am sorry - cannot get the &total_mass working 😞
Total Mass is parameter that was added by me.
All you have to do is:
1- create frm file;
2 - create table with repeat region;
3- add default parameter &asm_mbr_mass - unless you have your own paramater that calculate mass
4 - Table > Repeat Region > Summaration select repeat region, then Add > By Name > ASM_MBR_MASS, type name of parameter (in my sample TOTAL_MASS), accept, and select cell where parameter should be placed.
good luck
I will make a short video for you.
Thanks a lot..