Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi can you please show this with snapshots?
1) assign a material to your parts
2) (optional) create a relation for weight in your part - weight = pro_mp_mass
3) in your assembly, create the BOM repeat region
4) add a column for the quantity used in the assembly by adding a column and using rpt,qty as the parameter
5) add a column for the weight, either use asm.mbr.Weight (if you added this to your parts) or asm.mbr.pro_mp_mass (this is added as asm.mbr user defined, then enter pro_mp_mass)
6) create a repeat region relation for total_wieght and set it to the quantity * the mass (rpt.qty * asm.mbr.weight) or (rpt.qty * asm.mbr.pro_mp_mass)
7) add a repeat region column to the BOM with rpt_rel.Total_weight
It works!! Thank you for the help!!