Skip to main content
1-Visitor
April 22, 2014
Solved

BOM from Multiple instances of family table

  • April 22, 2014
  • 1 reply
  • 2459 views

Hello,

Here I'm getting problem with BOM in PRO-E WF5.0.

I have added parameter in assembly for multiple instaces. How to get that parameters into the BOM in the drawing. I've tried with "fam.inst.param" but there only name, ID and values are there.

How to add User defined parameters from family table instances.

Thanks & Regards,

Naveen Kumar Gongu.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by NaveenKumarGong

Thanks for Reply.

I tried as per you said Vojtěch Mráz. But its not working.

I got answer. It will get by repeat region by "TWO-D" option.

Thanks and Regards,

Naveen Kumar Gongu.

1 reply

12-Amethyst
April 22, 2014

Try following: &asm.mbr.parameter_name

Example: &asm.mbr.drawing_number

NaveenKumarGong1-VisitorAuthorAnswer
1-Visitor
April 22, 2014

Thanks for Reply.

I tried as per you said Vojtěch Mráz. But its not working.

I got answer. It will get by repeat region by "TWO-D" option.

Thanks and Regards,

Naveen Kumar Gongu.

1-Visitor
May 9, 2014

So you resolved your issue by using &fam.inst.param (the parameter you initially tried) in a 2D repeat region instead of a one dimensional repeat region?