create bom with 1st item being 10 and 2nd item being 20 and so on and so forth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Solved! Go to Solution.
- Labels:
-
2D Drawing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sorry. New to the site.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
