[][src]Function rpt::load_stl

pub fn load_stl(file: File) -> Result<Mesh>

Load a mesh from a .STL file

See https://en.wikipedia.org/wiki/STL_%28file_format%29 and https://stackoverflow.com/a/26171886 for details.