stla_io_test
stla_io_test,
an Octave code which
calls stla_io(), which
reads or writes the 3D graphics information
stored in an ASCII STL (stereolithography) file.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license
Related Data and Programs:
stla_io,
an Octave code which
reads and writes the 3D graphics information
in an ASCII stereolithography (STL) file;
Source Code:
-
stla_io_test01.m,
tests STLA_CHECK.
-
stla_io_test02.m,
tests STLA_SIZE.
-
stla_io_test03.m,
tests STLA_READ.
-
stla_io_test04.m,
tests STLA_WRITE.
-
stla_io_test05.m,
tests STLA_FACE_NORMAL_COMPUTE.
-
stla_io_test06.m,
calls MATLAB's TRIMESH routine to make an image of
an ASCII STL file.
-
stla_io_test07.m,
compares the time required by STLA_SIZE and STLA_SIZE_FAST.
-
stla_io_test08.m,
compares the time required by STLA_READ and STLA_READ_FAST.
-
cube.stl,
a simple ASCII STL file that describes a cube.
-
cube_new.stl,
an ASCII STL file describing a cube, written by STLA_WRITE.
-
cube.png,
a PNG image of
the cube, create by MATLAB's TRIMESH routine.
-
sphere.stl,
an ASCII STL file that describes a sphere.
-
teapot.stl,
an ASCII STL file that describes a teapot.
Last revised on 03 July 2023.