Hi!
How to get parts list/ custom properties of large model (assembly model) with plenty of parts via macro.
or any fast method to get(export) parts list/ custom properties by assembly model.
Thank you very much!
Best Regards
Lyn
Hi!
How to get parts list/ custom properties of large model (assembly model) with plenty of parts via macro.
or any fast method to get(export) parts list/ custom properties by assembly model.
Thank you very much!
Best Regards
Lyn
Hi Lyn,
Recently I created a tool similar to this to process large assemblies' info (custom props, drawing info etc) I loop through all the components of the assembly and read their custom property. All these information is stored and written to excel at the end. You can make changes(on custom properties) in excel and it can be imported back into the SW files.
Below is the result that will be shown in spread sheet.
Take a look at Deepaks answer here Assembly Visualization Macro