ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
XMX. Men20/03/2025

I have many assemblies to export to step and I have my own Add-in written in C# for it. Everything works fine but the Parts' config names gets inserted into exported step file names.

So if Assembly is like this

Assem1 > Part1 (ConfigName1) ConfigName1 is not file name in .sldprt

But when export to step and open back in solidworks

Its Assem1 > Part1_ConfigName1.STEP

How do I avoid it being exported ? I'm