Home > Libraries > Loaders > read_stl.m

iFit/read_stl

PURPOSE ^

mstlread Wrapper to read ascii and binary STL files

SYNOPSIS ^

function data=read_stl(file, option)

DESCRIPTION ^

 mstlread Wrapper to read ascii and binary STL files
  data=read_stl(file)

 References: 
 [f,v,c]=rndread from cad2matdemo Don Riley Jun 2003 : read ASCII STL with color
   <http://www.mathworks.com/matlabcentral/fileexchange/3642-cad2matdemo-m>

 [v,f,n]=import_stl_fast(file, 1) Eric Trautmann 31 Mar 2011 : read ASCII fast, no color
  <http://www.mathworks.com/matlabcentral/fileexchange/30923-fast-stl-import-function>

 stlread(file) Francis Esmonde-White, May 2010 : read STL binary 
  <http://www.mathworks.com/matlabcentral/fileexchange/29906-binary-stl-file-reader>
  [v, f, n, c, stltitle] = stlread('MyModel.stl');

 See also: read_obj

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1