Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
On the Creo 2D drawing, For the Sheetmetal fabrication BOM table, is it possible to show weight of each component and total final weight?
Solved! Go to Solution.
Yes you can, using a repeat region. In that region you can call the mass parameter of each part using asm.mbr.masse if your parameter is masse.
In the assembly I create a parameter adding all these weight and show it at the bottom of the table.
Hi @AB_10736884,
Thank you for your question!
I’d like to recommend to bring more details and context to your initial inquiry.
It also helps to have screenshot(s) to better understand what you are trying to do in your process.
Please refer to this guideline to make your questions more likely to receive a quick and useful answer.
This will increase your chances to receive meaningful help from other Community members.
Thank you for your participation and please let me know if you need further assistance!
Best regards,
Yes you can, using a repeat region. In that region you can call the mass parameter of each part using asm.mbr.masse if your parameter is masse.
In the assembly I create a parameter adding all these weight and show it at the bottom of the table.
The BOM table, does it allow to sum all mass at last column, like excel, do you suggest any formula
Hi,
in assembly BOM user can use functionality described in https://support.ptc.com/help/creo/creo_pma/r9.0/usascii/index.html#page/detail/To_Get_a_Summation_of_Parameter_Values_of_a_Repe.html document.
Unfortunately I do not know how Sheetmetal fabrication BOM table is made.