...
layernewext <-layernew("echanneltank",ltgrey)
tankect - Calls the Tank Program to draw a tank.
tankect <-Tank(echanneltankorigin,echanneltankdim,TPlantWall)
...
- if layout4:
- x: tankorigin0 - LSed + WChannelInlet + TChannelWall + WEChannel
- y: tankorigin1 - TPlantWall
- z: tankorigin2 + HSed - HEChannel
echannelboxdim =
- x: WEChannel
- y: NSedTanks(WSed~ + TPlantWall)
- z: HEChannel
TPlantWall = Thickness of tank wall of sed tank and floc tank.
...
- if layout4:
- x: tankorigin0 - LSed + WChannelInlet + TChannelWall + WEChannel
- y: tankorigin1 - TPlantWall
echannelboxdim =
- x: WEChannel
- y: NSedTanks(WSed~ + TPlantWall)
- z: HEChannel
bigunion - UnionallA selects all the objects visible in the workspace and joins them all into a single object.
bigunion <-unionallA
boxect - box(echanneltankorigin,echanneltankorigin + echannelboxdim)Creates a box based on two points.
boxect <- box(echannelboxorigin,echannelboxorigin + echannelboxdim)
...
- if layout4:
- x: tankorigin0 - LSed + WChannelInlet + TChannelWall + WEChannel
- y: tankorigin1 - TPlantWall
echannelboxdim =
- x: WEChannel
- y: NSedTanks(WSed~ + TPlantWall)
- z: HEChannel
subtractect - SubtractD subtracts one object from the other based on two points.
...
layernewewe <- layernew("exitweirelbow",green)
elbowewe - Calls the Elbow Program to draw an elbow.
elbowewe <-elbow(sedtankexitweirelboworigin,NDPltWeir,ENPipeSpec)
...