|
6 | 6 | <name>ADMeshGUI</name>
|
7 | 7 | <summary>STL viewer and manipulation tool</summary>
|
8 | 8 | <description>
|
9 |
| - <p>ADMeshGUI is a desktop application to view and manipulate STL 3D models. It supports the following features:</p> |
10 |
| - <ul> |
11 |
| - <li><strong>View</strong> STL files |
12 |
| - <ul> |
13 |
| - <li>Highlighted flaws</li> |
14 |
| - <li>3 modes: <strong>solid</strong>, <strong>solid with highlighted edges</strong> and <strong>wireframe</strong></li> |
15 |
| - <li><strong>Selection</strong> of files. It is possible to have more files open and process only some.</li> |
16 |
| - <li>User defined colors</li> |
17 |
| - </ul></li> |
18 |
| - <li><strong>Scale</strong> by <em>x</em>, <em>y</em> and <em>z</em> axes</li> |
19 |
| - <li><strong>Mirror</strong> along <em>xz</em>, <em>xy</em> and <em>yz</em> planes</li> |
20 |
| - <li><strong>Rotate</strong> along <em>x</em>, <em>y</em> and <em>z</em> axes</li> |
21 |
| - <li><strong>Translate</strong> in <em>x</em>, <em>y</em> and <em>z</em> directions</li> |
22 |
| - <li><strong>Merge</strong> files</li> |
23 |
| - <li><strong>Split</strong> files</li> |
24 |
| - <li><strong>Repair</strong> files |
25 |
| - <ul> |
26 |
| - <li><strong>Fill</strong> holes</li> |
27 |
| - <li>Repair facets <strong>orientation</strong></li> |
28 |
| - <li>Repair <strong>normals</strong></li> |
29 |
| - <li>Remove <strong>degenerate</strong> facets</li> |
30 |
| - <li>Repair facets by <strong>connecting nearby</strong> facets that are within a given tolerance</li> |
31 |
| - </ul></li> |
32 |
| - <li><strong>Save as</strong> binary or ASCII STL</li> |
33 |
| - <li><strong>Export</strong> to .OBJ, .OFF, .VRML, .DXF file formats</li> |
34 |
| - </ul> |
| 9 | + <p>ADMeshGUI is a desktop application to view and manipulate STL 3D models. |
| 10 | + It supports viewing STL files and export them in STL, VRML and DXF formats.</p> |
| 11 | + <p>Models can be viewed in 3 modes: solid, solid with highlighted edges and wireframe; |
| 12 | + they can also be manipulated, such as scaled, mirrored, rotated or translated. Files can also be split, merged or repaired.</p> |
35 | 13 | </description>
|
36 | 14 | <screenshots>
|
37 | 15 | <screenshot type="default">
|
|
0 commit comments