STLA_DISPLAY
Display an ASCII STL 3D Graphics File


STLA_DISPLAY is an executable MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen.

Related Data and Programs:

BEZIER_SURFACE_DISPLAY is an executable MATLAB program which reads two files defining a Bezier surface and displays it within MATLAB.

IVCON is an executable C++ program which can convert graphics information between STLA and other formats.

IVREAD is an executable FORTRAN90 program which can convert graphics information between STLA and other formats.

POLYGONAL_SURFACE_DISPLAY is an executable MATLAB program which reads two files defining a polygonal surface and displays it within MATLAB.

STLA is a data directory which contains examples of ASCII STL files.

STLA_IO is a MATLAB library of routines which can read or write an ASCII STL file.

TRI_MESH_DISPLAY is a MATLAB program which reads data defining a triangular mesh of a 3D surface and displays it.

TRIANGULATION_DISPLAY_OPEN_GL is an executable C++ program which reads files defining a triangulation and displays an image using Open GL.

Usage:

stla_display ( 'stla_file' )
reads the information in the ASCII STL file stla_file and displays it on the screen.

Reference:

  1. 3D Systems, Inc,
    Stereolithography Interface Specification,
    October 1989.

Source Code:

Examples and Tests:

You can go up one level to the MATLAB source codes.


Last revised on 17 January 2007.