The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

READMESH_STL Read mesh data stored in STL format.

   [VERTICES, FACES] = readMesh_stl(FNAME)

   MESH = readMesh_stl(FNAME)

   Example
   readMesh_stl

   References
   Wrapper function for MATLAB's build-in stlread.

   See also
   meshes3d, readMesh, readMesh_off, readMesh_ply

Package: matgeom