!****h* Layers/Set-Up ! NAME ! |html

! Layers -- Varkon General Custom Commands [Set-Up.txt] ! ! DESCRIPTION ! These Varkon user commands set-up standard Layers configurations. ! ! Layer names and ON/OFF status are controlled by the LevelInit() ! and LevelSet() modules. Please see those commands for layer ! configuration. ! ! Under normal usage all linework is placed in a construction ! layer specified using 'LevelSet()' and that layer is kept ! turned 'OFF'. Line work to be displayed is placed in other ! layers using 'LevelSet()' and turned 'ON' or 'OFF' as the ! user desires. The above modules allow line characteristics ! to be easily controlled. ! ! ! The scale (FLOAT SC) and layersetup array ! (STRING LevelStatus(100,2)*24) must be initialized before ! using these modules. ! !***