Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
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.
Solved! Go to Solution.
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
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