Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.
I would like to have a BOM that has updating weights as the prts and properties change. This should be a super easy function, and the only way I have found requires me to use the edit program under the tools menu. Any help?
Then in your BOM in repeat region relations write:
if rpt_qty==1
total_we=asm_mbr_weight
else
total_we=rpt_qty*asm_mbr_weight
endif
I made it with anIF function for my BOM's because I have qty shown as well in BOM and only like this I made it to work. (total_we is the total weight if you have the same part twice or more)
Then add &rpt.rel.total_we and &rpt.qty to your BOM.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.