Get Table index of part from BOM

Integrated solution for design, manufacturing and management that provides all standard parts and procedures for wood processing.

Moderators: remi77, jacs, Daniel

gmanucci
Master Corporal
Master Corporal
Posts: 49
Joined: Tue Sep 29, 2015 2:48 pm
TopSolid Module: TopSolid'Cam
TopSolid Version: 6.26

Get Table index of part from BOM

Unread post by gmanucci »

Hello!

I'm doing some automations to be able to create a *.cix file and *.xml label file to do the labeling.

but i'm having some issues when trying to get the table index of each part on the nesting file...

do someone already had the same problem?

Thanks in advance,
User avatar
Todd
First Officer Cadet
First Officer Cadet
Posts: 246
Joined: Mon Nov 10, 2014 9:28 pm
Answers: 3
TopSolid Module: TopSolid'Wood
TopSolid Version: 6.24
Location: Detroit, MI

Re: Get Table index of part from BOM

Unread post by Todd »

How are you trying to get the table index from the nesting file? what function are you using to export the data?
Todd Craig
Great Lakes Woodworking
tcraig@glwdetroit.com
gmanucci
Master Corporal
Master Corporal
Posts: 49
Joined: Tue Sep 29, 2015 2:48 pm
TopSolid Module: TopSolid'Cam
TopSolid Version: 6.26

Re: Get Table index of part from BOM

Unread post by gmanucci »

I'm using IDocument.GetBOM()
but now i fixed the problem, i just add the "NESTING_NAME" column that gives me the table name + #

then i organized the tables with a dictionary x elements for consulting.

Thanks!
Post Reply