Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
KMKarl Madison07/10/2024
Hello, I am using this macro by https://www.codestac...t-all-flat-patterns/ to export dxf files. Now I want to add Part Number to the naming to differentiate bodies but it does not work for some reasons (in the file name <$CLPRP:PartNo> is missing : FileName_FeatureName_ConfName_.dxf).
Here is what I modified : Const OUT_NAME_TEMPLATE As String = "DXFs\<_FileName_>_<_FeatureName_>_<_ConfName_>_<$CLPRP:PartNo>.dxf