

src/BRepBuilderAPI/BRepBuilderAPI_MakeEdge.cxx:880 #4 0x00007fff4c7b0cf9 in BRepBuilderAPI_MakeEdge::Edge at. I can just guess if the next step would be to reassign to Having no deeper knowledge of either freecad or opencascade, (libocct-modeling-algorithms-7.3 / opencascade). Just tried to find out where this exception comes from.Īnd is looks like it originates in libTKTopAlgo.so.7 If you use another version of FreeCAD, for example a development version or an older version, you might also need another verison of this DXF library.Date: Fri, 19:47:05 +0100 Dear Maintainer, hello Wookey,
Freecad dxf importer download#
The default version, that you download when you press the "download ZIP" button above, is always the version needed by the current stable version of FreeCAD. This repository contains several versions of the DXF importer. Use the links above, or the "download ZIP" button on the right side of this page. The "Download ZIP" button on the right of this page always gives you the version needed by the current stable release of FreeCAD (currently 1.39 for version 0.16) WARNINGĭon't try to save the python scripts here with the "save as." function of your browser, as it will save html pages, not the python scripts.
Freecad dxf importer windows 7#
If for some reason the automatic download failed, you can always download these files manually and place them into your FreeCAD user folder ($HOME/.FreeCAD on linux, $HOME/Library/Preferences/FreeCAD on mac, C:\Users\yourUser\Application Data\FreeCAD on windows before windows7, C:\Users\yoruUser\AppData\Roaming\FreeCAD on windows 7 and later). On first use of the dxf importer or exporter, these files will be downloaded and placed in the appropriate directory, and normally the user would never need to worry about this anymore.

The files included here don't need to be downoaded manually.
Freecad dxf importer code#
They cannot be included directly in the FreeCAD source code anymore, because they are licensed under the GPL, and for stupid reasons, the OpenCasCade kernel used in FreeCAD prevents using GPL code in FreeCAD.Īs a result, to avoid further problems, we decided to make FreeCAD LGPL-only, and remove all non-LGPL bits from its source code. This repository contains files needed to add DXF support (import-export) to FreeCAD. They are still needed if you wish to use the legacy python importer (settable in Edit-> Preferences -> Import/Export -> DXF) or if you wish to export directly from the 3D model (exporting a Drawing page to DXF also doesn't require these files)

Note: The files in this repository are not needed anymore when using the built-in DXF importer (default since FreeCAD 0.16).
