I need a macro to get a particular custom property in assembly and assign those value to desired variable.
For example.
I have 3 parts in my assembly. Need to get a "description" Custom property from each model and assign those values to new variable like
A= (Part 1 Description value)
B= (Part 2 Description value)
C= (Part 3 Description value)
Thank you
SolidworksApi macros