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

...

layerslopes <- layernew("slopes",ltgrey)

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

slopes - Calls the Sedimentation Tank Slopes Program to draw the tank slopes based on three inputs.

...

  • x: LSed
  • y: WSed
  • z: HSed

ANSedBottom = 10 degSedimentation tank bottom slope.

tankthaw - Layerthaw unlocks the "tank" layer so that edits can be made.

...

bigunion - UnionallA selects all the objects in the workspace and unions them into a single object

bigunion <- unionallA

Wiki Markup
{float:left|border=2px solid black}
[!slope subtract.bmp|width=500px!|AutoCAD Channel Program]
Right View
{float}

box1 - Creates a box based on two points.

...

  • x: LSed
  • y: outerdiameter(NDSedSludge)
  • z: 3outerdiameter(NDSedSludge)

    tankthaw - Layerthaw unlocks the layer "tank" so that it can be edited.

tankthaw <- layerthaw("tank")

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



subtractbox - SubtractJ subtracts one object from the other based on four points.

...