You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 37 Next »

General Program Information

Technical Program Outline

layer1 - Layernew creates a new dark grey layer, "floctank."

layer1 <- layernew("floctank",dkgrey)

Unknown macro: {float}


Northeast Isometric View


tank1 - Calls the Tank Program to create a tank.

tank1 <- Tank(flocorigin,totalflocdim,TPlantWall)

flocorigin =

  • x: PlantOrigin0
  • y: Plant~origin1~ + NSedTanks(WSed + TPlantWall)
  • z: PlantOrigin2

totalflocdim =

  • x: LFlocTank/NFlocChannels
  • y: (NFlocChannels*WFlocChannels) + ((NFloc Channels - 1)*TPlantWall)
  • z: HFloc

TPlantWall - specifies the thickness of the tank.

layerset1 - selects the layer "0"

layerset1 <- layerset ("0")

layerfreeze - Layerfreeze locks the layer "floctank" so that it cannot be edited.
layerfreeze <- layerfreeze("floctank")

  • No labels