| 
 BYU Geometry File FormatThe file format was invented by Brigham Young University for geometric surface shapes in 3D space. It is a very classic format specified in the 70s but still used in CAD systems. These files use fixed format, i.e. fixed length for all variables. The meaning of the variables is as follows: 
 An example file is given below (it is a cube):      1     8     6    24     0
     1     6
 1.00000E+00 1.00000E+00 1.00000E+00 1.00000E+00 1.00000E+00-1.00000E+00
 1.00000E+00-1.00000E+00 1.00000E+00 1.00000E+00-1.00000E+00-1.00000E+00
-1.00000E+00 1.00000E+00 1.00000E+00-1.00000E+00 1.00000E+00-1.00000E+00
-1.00000E+00-1.00000E+00 1.00000E+00-1.00000E+00-1.00000E+00-1.00000E+00
     1     3     4    -2     5     7     8    -6     1     5     6    -2     3     7     8    -4
     1     5     7    -3     2     6     8    -4 |