h3. General Program Information

{float:left|border=2px solid black}
[!1.bmp|width=280px!|AutoCAD Flocculation Tank Program]
{float}
\\
\\

h5. Inputs Needed to Call the Flocculation Tank Program


h5. Inputs Defined Within the Flocculation Tank Program



h3. Technical Program Outline

{float:left|border=2px solid black}
[!2.bmp|width=280px!|AutoCAD Flocculation Tank Program]
{float}

*layer1* - creates a floctank layer

layer1 <-- layer{~}new~("floctank",dkgrey)

*Tank1* <-- creates a tank. See [Tank Help|AutoCAD Tank Program] for details  on the tank function.

Tank1 <-- Tank(floc{~}origin~, totalfloc{~}dim~, T{~}PlantWall~)

floc{~}origin~ - 

totalfloc{~}dim~ -

T{~}PlantWall~ -

\\
\\

{float:left|border=2px solid black}
[!3.bmp|width=280px!|AutoCAD Flocculation Tank Program]
{float}

*box1* - creates a box

box1 <-- box(wall{~}origin~, )


\\
\\

{float:left|border=2px solid black}
[!4.bmp|width=280px!|AutoCAD Flocculation Tank Program]
{float}

*box2* -

box2 <-- box(flochole{~}origin~, )

\\
\\

{float:left|border=2px solid black}
[!5.bmp|width=280px!|AutoCAD Flocculation Tank Program]
{float}

*subtract0* -

subtract0 <-- subtractD( , )

\\
\\

{float:left|border=2px solid black}
[!6.bmp|width=280px!|AutoCAD Flocculation Tank Program]
{float}

*union1* - 

union1 <-- unionC( , )

\\
\\

{float:left|border=2px solid black}
[!7.bmp|width=280px!|AutoCAD Flocculation Tank Program]
{float}
*box3*-

box3 <-- box( , )

\\
\\


{float:left|border=2px solid black}
[!8.bmp|width=280px!|AutoCAD Flocculation Tank Program]
{float}

*subtract1* -

subtract1 <-- subtractD( , )

\\
\\


{float:left|border=2px solid black}
[!9.bmp|width=280px!|AutoCAD Flocculation Tank Program]
{float}

*bigunion* -

bigunion <-- union{~}allA~

\\
\\


{float:left|border=2px solid black}
[!10.bmp|width=280px!|AutoCAD Flocculation Tank Program]
{float}

*layerset* -

layerset <-- layer{~}set("0")


*layerfreeze1* -

layer{~}freeze~("floctank")

\\
\\