teseo
Guest
hello to everyone I was working on a macro that is present on this forum but that I slightly modified. ..now manages assemblies and parts(first only parts). allego
the macro writes of the properties previously inserted in a part or in a set.
but now I have the need to write to the macro the properties previously inserted also in the configurations and not only in the standard of the part or together.
I think the line to change is this
retval = swmodel.addcustominfo3("", "material", swcustominfotext, """ & "sw-material@" & swmodel.gettitle & ".sldprt" & """)
How? ? ?
Thank you.View attachment Edit Custom Properties.rar
the macro writes of the properties previously inserted in a part or in a set.
but now I have the need to write to the macro the properties previously inserted also in the configurations and not only in the standard of the part or together.
I think the line to change is this
retval = swmodel.addcustominfo3("", "material", swcustominfotext, """ & "sw-material@" & swmodel.gettitle & ".sldprt" & """)
How? ? ?
Thank you.View attachment Edit Custom Properties.rar