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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

create bom with 1st item being 10 and 2nd item being 20 and so on and so forth

skantorski
1-Newbie

create bom with 1st item being 10 and 2nd item being 20 and so on and so forth

What do I modify to start my BOM  drawing to start with 10 instead of 1? 2nd item would be 20 instead of 2? and on and on.

Thank you.


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.
1 ACCEPTED SOLUTION

Accepted Solutions

Steven,

if you are thinking about repeat region, then you can:

>>> add following relation into the repeat region:

myindex=rpt_index*10
/* rpt_index written in relation correspond with parameter rpt.index entered in repeat region cell

>>> enter following parameter into repeat region cell

&rpt.rel.myindex

Martin Hanak


Martin Hanák

View solution in original post

3 REPLIES 3

Hi,

I think you're in the wrong topic. You should check out Assembly management or something like that. Customization is about C / C++ / Java and so on, extension programming.

Br,

Eike

Sorry. New to the site.

Steven,

if you are thinking about repeat region, then you can:

>>> add following relation into the repeat region:

myindex=rpt_index*10
/* rpt_index written in relation correspond with parameter rpt.index entered in repeat region cell

>>> enter following parameter into repeat region cell

&rpt.rel.myindex

Martin Hanak


Martin Hanák
Top Tags