Skip to content

TobiKattmann/STL_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STL tool

A little C++ programm that reads and writes ASCII or Binary STL ("STereoLithography" or "Standard Triangle Language").

What's in

  • triangle.hpp provides a basic Triangle class
  • STL_tool.hpp provides the read and write routines for .stl files

If you want to create a .stl file you need to fill a std::vector<Triangle> with the surface traingulation and pass it to a Write* routine of the STL_tool class.

Reading a .stl file returns a std::vector<Triangle> which can then be further processsed.

  • surface_creation.hpp is a sample collection to create std::vector<Triangle> which can then be written to .stl on viewed in e.g. Paraview.

Build with meson

meson builddir
cd builddir
ninja

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published