cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Auto BOM Table - SUMMARY

cying
11-Garnet

Auto BOM Table - SUMMARY

Thanks to all who replied - As much as I hate to support this effort, this is doable for those who wish to go backward 😛

BOM table using letter balloons.

STEP 1) You will need to add the a relation in your BOM table:
We needed to omit several characters such as G, I, O, Q, U, V and Z

letters = "ABCDEFHJKLMNPRSTWY"
if (rpt_index > 18)
letters = "ABCDEFGHJKLMNPQRSTUVWXYZ"
index1 = floor ((rpt_index-1)/18)
index2 = rpt_index-index1*18
index1a = extract (letters,index1,1)
index2a = extract (letters,index2,1)
index= index1a + index2a
else
index= extract (letters,rpt_index,1)
endif

STEP 2) Once you have the relation working, you'll need to create a custom symbol with variable text using the \rpt.rel.index\






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.
0 REPLIES 0
Announcements
NEW Creo+ Topics: Real-time Collaboration


Top Tags