Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

BOM.fmt

pongee

New member
Can anyone tell me how I can show the different levels of an assembly in the BOM?


I am trying to show the levels like the information window from INFO, MODEL, Subassembly, but output in my BOM.fmt


I have tried "%$asm_level", "%$mem_num", "%$p_root" and "%$mem_arr"
Edited by: pongee
 
The online documentation for bom.fmt will explain how to do so, but very poorly. This is what I use.Parametersare probably different than yours, but it will give you a basic idea. There is even something wrong with the [description] formatting, but Pro still displays what I want.


.breakdown
ASSY %$name, %[description] contains the following:
.titles Partnumber; Type; Description; Quantity;
------------------------------------------------------------ --------------------
.row %$name[16d]; %$type[13s]; %[description][30d]; %$quantity[-3];


.summary
TOTAL PARTS in ASSY %$name, %[description]:
.titles Partnumber; Type; Description; Quantity;
------------------------------------------------------------ ------
.row %$name[16d]; %$type[13s]; %[description][30d]; %$quantity[-3];
 
Thanks donha for the reply.


I guess I am looking for a listing of parameters that are being used by Pro-e for Model info output.


or


Is it possible to edit the Pro-e format for the Model info output like the BOM.fmt?


I am looking for the parameter that will show the indentured assembly levels.


Help...
 

Sponsor

Articles From 3DCAD World

Back
Top