imati-stl-repair
v0.0.6
Published
It's a package for repairing stl files. It repairs non manifold stl files to manifold stl files.
Downloads
14
Maintainers
Readme
STL Repair
imati-stl-repair is a node package that is based on the ImatiSTL. ImatiSTL is a C++ library for applications that need to finely post-process raw polygon meshes represented by STL files. It is particularly useful in 3D printing scenarios: the repairing functions provided by ImatiSTL bridge the gap between printable meshes and real-world meshes with diverse potential defects and flaws (e.g. degenerate triangles, self-intersections, surface holes, ...).
Installation
Installation using yarn
yarn add imati-stl-repair
Installation using npm
npm i imati-stl-repair
How to use ?
const repair = require('imati-stl-repair');
const response = await repair('INPUT_FILE_PATH','OUTPUT_FILE_PATH');
It returns the path of fixed STL file.
License
MIT
Credits
imati-stl-repair is based on the ImatiSTL C++ library. This package was created and is maintained by Faisal Imran.