Hello,
I am creating a VBA macro for our process. We use 3Dexperience with SolidWorks.
We have auto-generated file names for files saved on 3Dexperience + We use our own title (rename title feature) for BOM to make sense of auto-generated names.
With VBA macro, I cannot get the part title, for now, I only manage to get the part name.
I tried:
swModelDoc.GetPathName-> Show auto-generated name (xcadmodel-R1132101315394-00003906) = normal
swModelDoc.GetTitle -> Show auto-generated name (xcadmodel-R1132101315394-00003906) = not normal because the window bar shows the proper title (220-000-V0.0)
Pack&Go with VBA -> status = swPackAndGo.SetSaveToName(True, myPath) -> Show auto-generated name (xcadmodel-R1132101315394-00003906)
For info, if I create BOM and use pack&go manually, I can have the proper titles for each part and assembly.
Is there a parameter to set up or a specific function or hack to get that title with a VBA macro and 3Dexperience ?
Thanks.
