In SolidWorks you can "save configurations as a new part" from the ConfigurationManager.
When done manually, a menu appears in which you can select the configurations you need.
If I record the macro actions, only a SaveAs3 action is saved in the macro.
How can I define the configurations I only want to save by this SaveAs3 action?
I only want to save the 3D model with only the current active configuration.
SolidworksApi/macros