From an assembly, I want to retrieve the path (directory x:\xxxx\rrrr\ccc.sldprt) of the parts and subassemblies of my 3D I know that the information is in the component property (path of the template documents). But I don't know how to extract it from SW.
I want to put this information either in a nomenclature (xx.sldbomtbt), or in an excel file (via a macro I guess. I don't know the VBA of sw) .
If anyone has an idea to guide me in my approach? Thanks in advance
If the property exists in your part and assembly, the easiest way is to make a model BOM with only the desired column that you can then export to excel. Another possibility if you have Mycad tools is to do this bill of materials export directly from Smartbom.
Last possibility: develop a macro from an existing macro.