Skip to content

Commit 1568459

Browse files
committed
STLTool Version 1.0.3 Build 21.03.085
0 parents  commit 1568459

File tree

11 files changed

+673
-0
lines changed

11 files changed

+673
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.html linguist-detectable=false
2+
*.js linguist-detectable=false
3+
*.md linguist-detectable=false
4+
*.xml linguist-detectable=false

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
STLTool Changelog
2+
===================
3+
4+
5+
2019-10-23 version 1.0
6+
----------------------
7+
8+
- Initial release

LICENSE

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
STLTool - STL CAD Geometry Pre-Processing Toolbox for MATLAB®
2+
===============================================================
3+
4+
5+
![STLTool Screenshot](https://raw.githubusercontent.com/precise-simulation/stltool/master/stltool-screenshot.png)
6+
7+
8+
About
9+
-----
10+
11+
**STLTool** is a MATLAB® toolbox for pre-processing STL CAD geometries
12+
for use with the [FEATool Multiphysics](https://www.featool.com)
13+
PDE simulation toolbox.
14+
15+
16+
Features
17+
--------
18+
19+
- Supports binary and ascii STL and OBJ CAD geometry formats
20+
- Polygon reduction using
21+
[fast quadratic mesh simplification](https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification)
22+
by Sven Forstmann or alternatively the built-in reducepatch function
23+
- Boundary and feature identification (saved as different ascii STL
24+
solid segments)
25+
26+
27+
License
28+
-------
29+
30+
(C) Copyright 2013-2021 by Precise Simulation Ltd.
31+
All Rights Reserved.
32+
33+
STLTool™ and FEATool Multiphysics™ are trademarks of Precise
34+
Simulation Limited. MATLAB® is a registered trademark of The
35+
MathWorks, Inc. All other trademarks are the property of their
36+
respective owners. Precise Simulation Ltd and its products are not
37+
affiliated with, endorsed, sponsored, or supported by these trademark
38+
owners.
39+
40+
Carefully read the included license terms and conditions before
41+
installing or using the programs or documentation. Installing or using
42+
the programs means you have accepted and agree to be bound by the
43+
terms and conditions of this agreement. if you do not accept them,
44+
uninstall, remove and completely delete the programs and
45+
documentation.
46+
47+
Third Party licenses include the _Fast Quadric Mesh Simplification_
48+
Copyright (C) 2015-2019 Sven Forstmann, MIT License.

STLTool.mlappinstall

478 KB
Binary file not shown.

simplify.exe

219 KB
Binary file not shown.

simplify_lnx

55.9 KB
Binary file not shown.

simplify_mac

36 KB
Binary file not shown.

stltool-screenshot.png

291 KB
Loading

stltool.m

Lines changed: 332 additions & 0 deletions
Large diffs are not rendered by default.

stltool.p

18.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)