Skip to main content
1-Visitor
July 8, 2022
Solved

BOM - Member of assembly

  • July 8, 2022
  • 2 replies
  • 2051 views

Hallo 🙂

Could you tell me, please, how I can get the Member of assembly  to the BOM? Like in the BOM from gpeetersem on the picture.

VV_10241385_0-1657272857332.png

What is the report symbol? Attributes are No Dup/Level and Recursive?

And is it possible to get to the BOM the file path of the part or subassembly?

Thank you in advance

 

Vaclav

Best answer by MartinHanak

@VV_10241385 wrote:

Thank you for your help.

But in your example should be this value for CP_P1, CP2, CP3 "PODSESTAVA", not "ASM001", because the level is 3. My idea is to fill it automatically, not to write "ASM001, ....." to the relations :-(.

Do you have another idea, please? Maybe, I explained my query incorrect.


Hi,

requested repeat region functionality is not implemented. You cannot show name of component parent assembly using some "special" parameter.

The only solution is to create member_of_assembly parameter in every model and display it in repeat region using asm.mbr.member_of_assembly parameter. I case that creation of model parameters is not suitable, you can create component parameter named member_of_assembly and display it using asm.mbr.cparam.member_of_assembly parameter.

 

2 replies

24-Ruby III
July 8, 2022

Hi,

maybe you can use this "solution":

MartinHanak_0-1657277828404.png

 

24-Ruby III
July 8, 2022

... maybe the original Member of assembly column shows model parameters defined by user in every model.

1-Visitor
July 8, 2022

Thank you for your help.

But in your example should be this value for CP_P1, CP2, CP3 "PODSESTAVA", not "ASM001", because the level is 3. My idea is to fill it automatically, not to write "ASM001, ....." to the relations :-(.

Do you have another idea, please? Maybe, I explained my query incorrect.

24-Ruby III
July 8, 2022

@VV_10241385 wrote:

Thank you for your help.

But in your example should be this value for CP_P1, CP2, CP3 "PODSESTAVA", not "ASM001", because the level is 3. My idea is to fill it automatically, not to write "ASM001, ....." to the relations :-(.

Do you have another idea, please? Maybe, I explained my query incorrect.


Hi,

requested repeat region functionality is not implemented. You cannot show name of component parent assembly using some "special" parameter.

The only solution is to create member_of_assembly parameter in every model and display it in repeat region using asm.mbr.member_of_assembly parameter. I case that creation of model parameters is not suitable, you can create component parameter named member_of_assembly and display it using asm.mbr.cparam.member_of_assembly parameter.