encoding  utf-8
source CeilingAround.th
# Change name to the main therion file


#Surveys to output
#-----------------

export map -proj plan -layout local -o CeilingAround.pdf
#Produces plan of cave, on a single sheet

#export map -proj extended -layout local -o CeilingAroundEe.pdf

export map -proj [elevation 90] -layout local -o CeilingAroundE90.pdf

export model -fmt survex -o CeilingAroundth.3d
#Survex file showing centre line only

export model -o CeilingAround.lox
#3d therion model to be viewed in the therion viewer

export map -proj plan -o CeilingAround_Walls.3d
#Survex file showing walls only

layout local
copy common
debug off
map-header 0 0 off
symbol-hide group cave-centreline
#symbol-colour line wall [100 0 1]
endlayout

input ../../common_layout.th