Arch: Added SHP importer

This commit is contained in:
Yorik van Havre
2020-05-08 13:00:48 +02:00
parent 7b2d445dc2
commit 62eb58c53c
3 changed files with 171 additions and 0 deletions

View File

@@ -30,3 +30,4 @@ FreeCAD.addImportType("Collada (*.dae)","importDAE")
FreeCAD.addExportType("Collada (*.dae)","importDAE")
FreeCAD.addImportType("3D Studio mesh (*.3ds)","import3DS")
FreeCAD.addImportType("SweetHome3D XML export (*.zip)","importSH3D")
FreeCAD.addImportType("Shapefile (*.shp)","importSHP")