Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Sedechanneltankscript

Wiki Markup
{float:left|border=2px solid black}
[!echannel.bmp|width=450px!|AutoCAD Channel Program]
NorthEast Isometric View
{float}



viewtope - Rotates workspace so that object is being viewed from the top.

...

layernewext <-layernew("echanneltank",ltgrey)

Wiki Markup
{float:left|border=2px solid black}
[!tank1.bmp|width=300px!|AutoCAD Channel Program]
Top View
{float}

tankect - Calls the Tank Program to draw a tank.

...

TPlantWall = Thickness of tank wall of sed tank and floc tank.

Wiki Markup
{float:left|border=2px solid black}
[!box1.bmp|width=300px!|AutoCAD Channel Program]
Top View
{float}
Wiki Markup
{float:left|border=2px solid black}
[!box1 NE.bmp|width=300px!|AutoCAD Channel Program]
Top View
{float}

boxect - Creates a box based on two points.

...

  • 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

Wiki Markup
{float:left|border=2px solid black}
[!box2.bmp|width=200px!|AutoCAD Channel Program]
Top View
{float}

boxect - Creates a box based on two points.

...

  • x: WEChannel
  • y: NSedTanks(WSed~ + TPlantWall)
  • z: HEChannel

    Wiki Markup
    {float:left|border=2px solid black}
    [!subtract1.bmp|width=300px!|AutoCAD Channel Program]
    Top View
    {float}
    subtractect - SubtractD subtracts one object from the other based on two points.

subtractect <- subtractD(echanneltankorigin,echannelboxorigin)

layerset - Layerset selects the layer "0".

...

layernewewe <- layernew("exitweirelbow",green)

Wiki Markup
{float:left|border=2px solid black}
[!elbow1.bmp|width=300px!|AutoCAD Channel Program]
Top View
{float}

elbowewe - Calls the Elbow Program to draw an elbow.

...

ENPipeSpec - enumerated type

Wiki Markup
{float:left|border=2px solid black}
[!rotate1.bmp|width=300px!|AutoCAD Channel Program]
Top View
{float}

rotateewe1 - Rotate3d rotates the selected object by the designated degrees.

...

  • x: sedtankexitweirelboworigin0 + ElbowRadius(NDPltWeir)
  • y: sedtankexitweirelboworigin1
  • z: sedtankexitweirelboworigin2 - outerradius(NDPltWeir)

"y" = rotation axis

90 = rotation angle

Wiki Markup
{float:left|border=2px solid black}
[!rotate2.bmp|width=300px!|AutoCAD Channel Program]
Top View
{float}

rotateewe2 - Rotate3d rotates the selected object by the designated degrees.

"y" = rotation axis

90 = rotation angle

rotateewe2 <- rotate3d(p1,sedtankexitweirelboworigin,"z",90)

...

"z" = rotation axis

90 = rotation angle

Wiki Markup
{float:left|border=2px solid black}
[!copy1.bmp|width=300px!|AutoCAD Channel Program]
Top View
{float}

copyewe - CopyB copies selected objects based on three selected points.

copyewe <- copyB(exitweirpipecopy1point,exitweirpipecopy1point,exitweirpipecopy2point)

layerfreezeewp - Layerfreeze locks the layer "exitweir" so that it cannot be edited.

...