h3. General Program Information
h3. Technical Program Outline
*layer1* \- [Layer{~}new~|AutoCAD Basics Layer] creates a new dark grey layer, "floctank."
layer1 <\- layer{~}new~("floctank",dkgrey)
{float:left|border=2px solid black}
[!tank1.bmp|width=450px!|AutoCAD Channel Program]
Northeast Isometric View
{float}\\
*tank1* \- Calls the [Tank Program|AutoCAD Tank Program] to create a tank.
tank1 <\- Tank(floc{~}origin~,totalfloc{~}dim~,T{~}PlantWall~)
*floc{*}{*}{~}origin{~}* =
* x: Plant{~}Origin0~
* y: Plant~origin1\~ + N{~}SedTanks~(W{~}Sed~ + T{~}PlantWall~)
* z: Plant{~}Origin2~
*totalfloc{*}{*}{~}dim{~}* =
* x: L{~}FlocTank~/N{~}FlocChannels~
* y: (N{~}FlocChannels~\*W{~}FlocChannels~) + ((N{~}Floc Channels~ \- 1)*T{~}PlantWall~)
* z: H{~}Floc~
*T{*}{*}{~}PlantWall{~}* \- specifies the thickness of the tank.
\\
\\
*layerset1* \- selects the layer "0"
layerset1 <\- layer{~}set~ ("0")
*layerfreeze* \- [Layer{~}freeze~|AutoCAD Basics Layer] locks the layer "floctank" so that it cannot be edited.
layerfreeze <\- layer{~}freeze~("floctank") |