This SolidWorks macro, Assem2dxf.v3
, automates the process of exporting all sheet metal flat patterns from an assembly to DXF format. It creates a new folder named DXF
in the assembly's root folder and saves each flat pattern as a separate DXF file.
- Export sheet metal flat patterns.
- Include hidden edges and bend lines in DXF export.
- Handle merged coplanar faces and include library features and forming tools.
- See the ReadMe HTMl file first for the full version. TLDR;
- Open the assembly or part document in SolidWorks.
- Run the
Assem2dxf.v3
macro. - All sheet metal flat patterns will be exported to a new
DXF
folder in the assembly's root directory.
This project is licensed under the GNU General Public License v3.0.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
© Lucas Johansson 2024
- Email: lucas@jvi-digital.com
- Phone: +46 72 158 51 70
- Please ensure that SolidWorks macros are enabled in your SolidWorks environment to run this macro.
- This macro assumes that SolidWorks is configured properly and the necessary permissions are granted for file operations.
- See the readme HTML file for full details
- Feel free to reach out if something isn't working or if you have any ideas for improvement