Background picture and map page control file

The background picture control file contains the information the program needs. Same control file is used also in Map page function.

Commands in control file:

BLOCK

Block (BLOCK name)

List of files in one block.

FILE

File (FILE name X Y dX dY)

Information of one file.

GROUP

Group (GROUP)

Start of new group.

NAME

Name (NAME name)

Group name.

DEF

Definition (DEF definition)

Group definition.

NAMEPOS

Postioning (NAMEPOS place)

Name position in screen (0 = no name).

COLOR

Color (COLOR color size)

Block color and text size.

PAGE

Name (PAGE name X Y dX dY)

Single map page (no limit).

PAGE-section is used only in Map page. If PAGE-section is missing, files in FILE-section are used.

TYPE

Type (TYPE name format directory ruler block)

TYPE-line can be given as comma separated, if file/directory names include spaces.

The example file VIEW_ENG.DAT is delivered with the program. You can use it as a ‘base’ when doing your own control file.

Example:

!
!  File VIEW_FIN.DAT
!  Usage Description of map pages
!
!  Copyright © 1999 3D-system Oy       14.10.1999
!

#BLOCK   B1
#FILE        1.bmp 75000.000 16000.000  3000.000 4000.000
#FILE        2.bmp 75084.375 16000.000  2831.250 4000.000

#BLOCK   B2
#FILE block_11.xy  75000.000 16000.000  3000.000 3957.731

#GROUP
#NAME           3D-system Oy
#DEF            View pictures
#TYPE           Guidemaps Bitmap raster %s B1
#TYPE           Blocks 3D vector %s B2