We use a macro we found on this forum to create a custom property called "AutoQty" in each indivual part.
I have been trying to get this (ISO macro to export flat pattern dxf from assemblies SW2017 ) macro to include that custom property in the dxf filename without success. Ex: (filename (AutoQty).dxf)
Anyone can help?
Thank in advance
Here are the lines where it pulls and adds the value.
I think the qty macro add value to configuration properties, so replace this line
Set swCustPropMgr = swOpenModel.Extension.CustomPropertyManager("")
with
Set swCustPropMgr = swOpenModel.Extension.CustomPropertyManager(swCurrent)