XYZ Files


These are some examples of XYZ files, a very simple format for recording points and lines in 3D space.

An XYZ file has a simple structure:

There is a variation on the format which adds one additional rule:

Example XYZ File:


        #  Corners of a tetrahedron
        #
        0.0  0.0  0.0
        1.0  0.0  0.0
        0.0  1.0  0.0
        0.0  0.0  1.0
      

Related Data and Programs:

XYZ file characteristics:

Programs to create an XYZ file:

Programs to process an XYZ file:

Programs to process an XYZ file include all the programs that will handle a TABLE file, including:

Routines to read an XYZ file:

Routines to write an XYZ file:

Programs to convert an XYZ file to another format:

Programs to convert a file to XYZ format:

Programs to display an XYZ file:

Sample XYZ files:

You can go up one level to the DATA page.


Last revised on 19 January 2007.