Product structure export
Product structure export
(OP)
Folks,
Is there an easy way to export the indented product structure from CATIA V5 into an external CSV/TXT file?
I need to extract PartName; PartNumber; CATProduct or CATPart filename.
Sarvajit
Is there an easy way to export the indented product structure from CATIA V5 into an external CSV/TXT file?
I need to extract PartName; PartNumber; CATProduct or CATPart filename.
Sarvajit





RE: Product structure export
RE: Product structure export
In the on-line help for automation there is a file named DMUInfWriteSelProductsName.CATScript which can give you also these informations (with another way of presentation like that one already sugested by Azrael).
Regards
Fernando
RE: Product structure export
Open the product and select the lower axis to make the tree active. Then FILE + SAVEAS and change the type to .txt
Gives you a nice indented list of all the parts
RE: Product structure export
just wanted to add to make sure you rename the Part Number and Instance Name of the parts and products for what you want to show up in your list.
I believe there are some additional options in TOOLS + OPTIONS for what info is displayed in the tree which will end up in your .txt file
RE: Product structure export
It is really very helpful info.
But I tried TOOLS + OPTIONS for what info is displayed in the tree ; I see info in tree; But I don't get this all info in txt file. Is there anything I'm missing?
RE: Product structure export