Hi there,
I do have difficulties to find out something :
I have a product, containing subproducts and parts.
I want to display the file name of each parts/products.
I can do it by using the document structure :
MsgBox CATIA.Documents.item(i).FullName
The thing is, the Document structure will skip missing files (references not foud) and I want to display the file name of missing files as well, so i'd like to use the Product structure, but product structure does'nt have a .FullName property.
To sum up :
I have a tree like this :
I want to get & display the "[Part1.CATPart]"
(and not just the product.name "Part1.1")
Thanks if someone here can help me.
I do have difficulties to find out something :
I have a product, containing subproducts and parts.
I want to display the file name of each parts/products.
I can do it by using the document structure :
MsgBox CATIA.Documents.item(i).FullName
The thing is, the Document structure will skip missing files (references not foud) and I want to display the file name of missing files as well, so i'd like to use the Product structure, but product structure does'nt have a .FullName property.
To sum up :
I have a tree like this :
I want to get & display the "[Part1.CATPart]"
(and not just the product.name "Part1.1")
Thanks if someone here can help me.