File Information

Stratigraphic Horizons File

This file may contain either a PLOT_ATTRIBUTES section or a PLOT_FEATURES section. The FEATURES will overwrite the ATTRIBUTES . Use the ATTRIBUTES if only colour setting is required and the FEATURES to set the FEATURE code onto the intersection strings. The maximum number of surfaces that may be listed in the file is 500.

BEGIN$DEF HORIZONS
      BEGIN$TAB TOPOGRAPHY
*            'triangulation' '00t' 'mask layer' 'label'
             'topo'     '00t'    ' '        'Topography'
      END$TAB TOPOGRAPHY
      BEGIN$TAB CONFORMABLE
*     list of triangulations
*     'triangulation name'  'blank'  'blank'  'mask layer'  'label'  'N'
*
            'geo1'      ' '     ' '     '00t'     ' '    'falt'     'N'
            'geo2'      ' '     ' '     '00t'     ' '    'fcfl'     'N'
            'geo3'      ' '     ' '     '00t'     ' '    'fffl'     'N'
      END$TAB CONFORMABLE
      BEGIN$TAB PLOT ATTRIBUTES
*     'triangle name'  'colour'  'pattern (not used by section design'
             'geo1'    '2'    '0'
             'geo2'    '3'    '0'
             'geo3'    '4'    '0'
      END$TAB PLOT_ATTRIBUTES
      BEGIN$TAB PLOT_FEATURES
*     'triangle name'   'feature'
             'geo1'   'feat1'
             'geo2'   'feat2'
             'geo3'   'feat3'
      END$TAB PLOT_FEATURES
END$DEF HORIZONS