implicit-0.4.1.0: A math-inspired programmatic 2D & 3D CAD system.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.Implicit.Export.TriangleMeshFormats

Synopsis

Documentation

stl :: TriangleMesh -> Text Source #

Generate an STL file is ASCII format.

binaryStl :: TriangleMesh -> ByteString Source #

Generate an STL file in it's binary format.