Macro – Save as STEP

Use this space to ask how to do whatever you're trying to use SolidWorks to do.
jamesh39
Posts: 1
Joined: Thu Nov 03, 2022 10:56 am
Answers: 0

Macro – Save as STEP

Unread post by jamesh39 »

Macro – Save as STEP (Also Parasolid and so forth)

I am looking for a macro to do the following:
Open part file.
See that it has multiple configurations with their own specific part number.
Go through each configuration and save it as the part number as a STEP file.

I’d like it to pick the entire folder and go through every part and assembly and save them to “STEP FILES”.
It would be like Task Scheduler only better.
Attachments
Macro-Step.docx
(36.54 KiB) Downloaded 137 times
image.png
User avatar
RonE
Posts: 25
Joined: Wed Nov 17, 2021 10:02 am
Answers: 2
Location: Germany
x 15
x 27

Re: Macro – Save as STEP

Unread post by RonE »

Looks like our tool DPS JobBox could be helpful: https://www.dps-software.de/produkte/pr ... bbox-suite

It's a software that brings a collection of actions (like "Start SOLIDWORKS", "open a document", "run a macro", ...) that can be organized as required and then you can e.g. run your job on a selected folder filtering the desired file extensions.

The logic behind it is comparable to programming but without having to know the language. You can even use loops etc.

Feel free to test it. In its basic version it's free to use, it just needs a (free) registration to get rid of the splash screen for each job run.

What you've asked here should be easy to be done with it.
soring
Posts: 1
Joined: Sun Dec 26, 2021 6:11 am
Answers: 0

Re: Macro – Save as STEP

Unread post by soring »

Hi
I use this to export step files. Each config to a separate step. Solidworks must running and the file mut be open when using this macro.
Attachments
SaveConfigsAsStep.swp
(47 KiB) Downloaded 592 times
Post Reply