GitHub - Chedberg84/STLdotNET at patch-2 · GitHub
Skip to content

Chedberg84/STLdotNET

 
 

Folders and files

Repository files navigation

An STL Reading and Writing Library for .NET

This library facilitates the reading and writing of Stereo Lithograph (STL) files. It is written in C# 4 and was created with Visual Studio 2012.

Features

  • Reads ASCII STL files.
  • Reads binary STL files.
  • Writes ASCII STL files.
  • Writes binary STL files.
  • Provides an object-oriented mechanism by which to create STL files from scratch.

Installation

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

DotNet Core

If you're using dotNET Core, see this port until this repo is updated to support mutl-targeting.

About

An STL format parser for .NET.

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages

  • C# 100.0%