It's all in the title: I have the drawing of an assembly with several configurations to be done automatically by VBA/ API.
With the help of a VBA procedure I can select the view of my plan and select the configuration I want (e.g. 3 inch, 4 inch, ...). However, the configuration of the nomenclature does not follow ... I read on the internet that it was not related to the configuration of my view.
So I'd like some help to select my BOM and change the configuration under VBA.
The goal is to obtain, for example, a 3-inch assembly with the associated nomenclature.
Precisely that's my problem and it seems to me that it's solidworks that is like this: my nomenclature is linked to my eyesight well; Only the configuration of the BOM is not related to the configuration of the view.
I am forced to modify the configuration of my view and then that of my nomenclature to have a fair plan ...
I'd have to find a way to link the two or to do it in VBA, but impossible to modify the configuration of an array by VBA ...