This library facilitates the reading and writing of Stereo Lithograph (STL) files.
$ dotnet add package QuantumConcepts.Formats.STLThis library facilitates the reading and writing of Stereo Lithograph (STL) files. It is written in C# 4 and was created with Visual Studio 2012.
You may find the latest release here. You can download the source and build it yourself, download the binaries from the release, or install the NuGet package:
Install-Package QuantumConcepts.Formats.StereoLithography
Multiple runtimes are supported:
To contribute a code change, please submit a Pull Request. If you find an issue, please feel free to report it via GitHub.
If you do decide to make a code change, before pushing your branch and opening the Pull Request. To ensure consistent, clean formatting, please initialize the Git hooks by running: ./config/init-hooks
Thank you!