Skip to main content
10-Marble
October 3, 2017
Solved

Creating BOM table in Creo Drawing involving sub assemblies components

  • October 3, 2017
  • 2 replies
  • 27952 views

I have an assembly model that involves 2 sub-assemblies. When I add automatic BOM table the subassemblies appears in the table, while I need to add a BOM table to the assembly drawing covering all components ( main and sub-assembly).  Can anyone have a solution (BOM of all components and not subassembly names)?

Best answer by MartinHanak

Hi,

 

you can apply filter on your repeat region. Something like

 

&asm.mbr.type == PART

 

2 replies

23-Emerald III
October 3, 2017

Your BOM table is set to be "FLAT". You can change to be "RECURSIVE"

Go to the table tab, repeat region, select attributes, select your table, select recursive then done.

10-Marble
October 9, 2017

Thanks Stephen

I followed that process and now I have all the parts and also assemblies name on the table, how I can remove the assembly items from the BOM table?

24-Ruby III
October 10, 2017

Hi,

 

you can apply filter on your repeat region. Something like

 

&asm.mbr.type == PART

 

10-Marble
October 12, 2017

Hi Martin

it works!

Thank you all