-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.xml
35 lines (35 loc) · 1.13 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>InventorLoader</name>
<version>1.4</version>
<date>2023-04-29</date>
<maintainer email="[email protected]">jmplonka</maintainer>
<license>LGPLv3</license>
<description>This plugin enables FreeCAD to import Inventor part files (*.IPT), ACIS files (*.SAT, *.SAB), 3D-Solids from DXF files and Fusion360 (*.f3d) files.</description>
<icon>Icon.png</icon>
<url type="bugtracker">https://github.com/jmplonka/InventorLoader/issues</url>
<url type="repository" branch="master">https://github.com/jmplonka/InventorLoader</url>
<content>
<workbench>
<classname>InventorWorkbench</classname>
<subdirectory>./</subdirectory>
</workbench>
</content>
<tag>Autodesk</tag>
<tag>Inventor</tag>
<tag>IPT</tag>
<tag>ACIS</tag>
<tag>SAT</tag>
<tag>DXF</tag>
<tag>F3D</tag>
<tag>3D-Solids</tag>
<tag>Fusion360</tag>
<depend>Part</depend>
<depend>Draft</depend>
<depend>Sketcher</depend>
<depend>SheetMetal Workbench</depend>
<depend>olefile</depend>
<depend>xlrd</depend>
<depend>xlwt</depend>
<depend>xlutils</depend>
<depend>ezdxf</depend>
</package>