Convert DesignSpark Mechanical DSM rsdoc file to sat file which can be loaded into 3D Modellers that can open SAT files
Install DSM v1,2,..,5 (it provides SabSatConverter.exe). Install python3.
-
Download this ZIP, then UnZIP it
-
Copy and paste the .rsdoc file into the same directory as the UnZIP file.
-
Open CMD that has Path to python.exe recognised (either native installation or conda environment). In the cmdline window,
cd
to the same directory as [2]. -
For Windows Machine, drag and drop the .BAT script into the CMDline window, and press enter. Voila.
-
.sat file(s) will appear in the same directory as rsdoc file(s).
-
If you see multiple .SAT files generated for the same design; it was caused by the Assembly file belongs to 1 Parent Design / Assembler. If you like them merged again,
-
You can either merge the .SAT files again using the same origin or
-
in DSM remove all assembly information and just retain the Solids
-
- Download this ZIP, then UnZIP it
- Copy and paste the .rsdoc file into the same directory as the UnZIP file.
- Open CMD that has Path to python.exe recognised (either native installation or conda environment). In the cmdline window,
cd
to the same directory as [2]. - Run this command below in the cmdline window
python rsdoc-to-sat.py <rsdoc file>
.sat file(s) will appear in the same directory as rsdoc file(s).
code original source: arekm / maven.pl