Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Part names in automatic BOM

  • Thread starter Thread starter Rajesh
  • Start date Start date
Status
Not open for further replies.
R

Rajesh

Guest
I know how to create automatic part no. using BOM balloon using repeat region table. Is it possible to make the part names (Bolt) to appear instead of part nos. (2) ?
 
If you have a parameter in your part called PART_NAME, add a column in the repeat region with the text RPT.REL.PART_NAME.



...But if you meant that you were showing items numbers (1, 2, 3, 4, etc...) then you can show the part name by entering the text ASM.MBR.NAME in the repeat region.



Also, for additional information on repeat regions, check out the article Customizing Information in Repeat Regions on this website at:

http://www.proecentral.com/portal/articles/articlesDetail.asp?id=22



and



2-D Repeat Regions for Family Tables

http://www.proecentral.com/portal/articles/articlesDetail.asp?id=23
 
I think this can be done also creating a user define symbol.

the number (pos) in bom balloons is the index parameter.

if you use different parameter you can show part names in your bom balloons

try for that



xcad
 
Ok. I see. You mean the BOM balloons. Edit of make a symbol with the text ASM.MBR.NAME in the symbol.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top