-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (28 loc) · 1.38 KB
/
Copy pathpackage.xml
File metadata and controls
28 lines (28 loc) · 1.38 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>MeshToFeatures</name>
<description>Reverse-engineer triangle meshes (STL) of prismatic parts into editable PartDesign bodies: surface recognition, design-intent parameter snapping, feature detection, and build-history reconstruction.</description>
<version>0.17.3</version>
<date>2026-08-22</date>
<license file="LICENSE">LGPL-2.1-or-later</license>
<maintainer email="fem.studio@pm.me">Masoud Masoumi</maintainer>
<icon>freecad/meshtofeatures_wb/resources/meshtofeatures.svg</icon>
<url type="repository" branch="main">https://github.com/MasoudMiM/MeshToFeatures</url>
<url type="readme">https://github.com/MasoudMiM/MeshToFeatures/raw/main/README.md</url>
<url type="bugtracker">https://github.com/MasoudMiM/MeshToFeatures/issues</url>
<freecadmin>1.1.0</freecadmin>
<depend type="python">numpy</depend>
<depend type="python">scipy</depend>
<depend type="python">trimesh</depend>
<depend type="python">shapely</depend>
<content>
<workbench>
<classname>MeshToFeaturesWorkbench</classname>
<icon>freecad/meshtofeatures_wb/resources/meshtofeatures.svg</icon>
<subdirectory>./</subdirectory>
<tag>mesh</tag>
<tag>reverse engineering</tag>
<tag>reconstruction</tag>
</workbench>
</content>
</package>