Product Name display - Macro
Product Name display - Macro
(OP)
I was looking for a macro that displays the Product/Component instance name of the selected components.
For e.g. In an assembly, if I select one component, the macro should display its instance name like prod1.1
if I select 2 parts, it should display prod1.1;prod2.1 and so on, if this text can be copied, that is of great help.
Thanks I advance.
For e.g. In an assembly, if I select one component, the macro should display its instance name like prod1.1
if I select 2 parts, it should display prod1.1;prod2.1 and so on, if this text can be copied, that is of great help.
Thanks I advance.





RE: Product Name display - Macro
There is a macro in v5automation.chm file which is creating a text file from a selection in specification tree, showing all the paths from root of product up to selected part. This macro can be modified according to your needs.
Regards
Fernando
https://picasaweb.google.com/102257836106335725208
https://picasaweb.google.com/103462806772634246699...
RE: Product Name display - Macro