I have assigned parts in an assembly a material type (setup, material), now I would like the material to be displayed on the BOM. Is material a system parameter? Here is a listing of my current BOM:
.breakdown
%$type %$name contains:
.titles Qty; Name; Type
.row %$quantity[-5d]; %$name[-32s]...
I am attempting to create a custom bom in pro/e 2000i. I created a generic text file and placed it in the text directory (formatname.fmt). I then added the following line to my config.pro: bom_format formatname.fmt
However, pro/e does not create a bom using the bom output file I...