Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/precise-simulation/stltool
STL CAD geometry model processing toolbox for MATLAB
https://github.com/precise-simulation/stltool
ascii-stl cad geometry geometry-processing matlab matlab-toolbox mesh obj polygon-reduction stl toolbox
Last synced: about 2 months ago
JSON representation
STL CAD geometry model processing toolbox for MATLAB
- Host: GitHub
- URL: https://github.com/precise-simulation/stltool
- Owner: precise-simulation
- License: other
- Created: 2019-10-23T09:50:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T15:11:15.000Z (almost 4 years ago)
- Last Synced: 2024-11-24T02:27:47.821Z (about 2 months ago)
- Topics: ascii-stl, cad, geometry, geometry-processing, matlab, matlab-toolbox, mesh, obj, polygon-reduction, stl, toolbox
- Language: MATLAB
- Homepage: https://www.mathworks.com/matlabcentral/fileexchange/73094-stltool-stl-cad-geometry-processing-toolbox
- Size: 895 KB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
STLTool - STL CAD Geometry Pre-Processing Toolbox for MATLAB®
===============================================================![STLTool Screenshot](https://raw.githubusercontent.com/precise-simulation/stltool/master/stltool-screenshot.png)
About
-----**STLTool** is a MATLAB® toolbox for pre-processing STL CAD geometries
for use with the [FEATool Multiphysics](https://www.featool.com)
PDE simulation toolbox.Features
--------- Supports binary and ascii STL and OBJ CAD geometry formats
- Polygon reduction using
[fast quadratic mesh simplification](https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification)
by Sven Forstmann or alternatively the built-in reducepatch function
- Boundary and feature identification (saved as different ascii STL
solid segments)License
-------(C) Copyright 2013-2021 by Precise Simulation Ltd.
All Rights Reserved.STLTool™ and FEATool Multiphysics™ are trademarks of Precise
Simulation Limited. MATLAB® is a registered trademark of The
MathWorks, Inc. All other trademarks are the property of their
respective owners. Precise Simulation Ltd and its products are not
affiliated with, endorsed, sponsored, or supported by these trademark
owners.Carefully read the included license terms and conditions before
installing or using the programs or documentation. Installing or using
the programs means you have accepted and agree to be bound by the
terms and conditions of this agreement. if you do not accept them,
uninstall, remove and completely delete the programs and
documentation.Third Party licenses include the _Fast Quadric Mesh Simplification_
Copyright (C) 2015-2019 Sven Forstmann, MIT License.