|
| 1 | + STLTool - STL CAD Geometry Pre-Processing Toolbox for MATLAB® |
| 2 | +=============================================================== |
| 3 | + |
| 4 | + |
| 5 | + |
| 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. |
0 commit comments