implicit-0.3.0.1: A math-inspired programmatic 2D & 3D CAD system.

Safe HaskellNone
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.