Module stlv::parser[][src]

A RUST module to parse STL files. The format of the STL file can be found at https://en.wikipedia.org/wiki/STL_(file_format)

Structs

Model

Representation of the 3D object in terms of triangles

Triangle

Represents a triangle that makes up the 3D object

TriangleIterator

The iterator for all the triangles making up the 3D object

Vertex

Represents a 3D vertex of a triangle

Enums

Error

Possible Errors while parsing the STL file

FileFormat

Types of STL file

Functions

get_format

Determines if an STL file is in text or a binary format

load_file

Load a STL file and return the Model struct