Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

layernewip - Layernew creates a new blue lyer layer "inletpipes."

layernewip <- layernew("inletpipes",blue)

...

  • x: PlantOrigin0
  • y: PlantOrigin1
  • z: PlantOrigin2 + outerdiameter(NDSedSludge)

Wiki Markup
*pipe1* \- Calls the \[Pipe Program\|AutoCad Pipe Program to draw a pipe.

pipe1 <- Pipe(sedtankinletpipe1origin,NDSedPipeEntrance,-sedtankinletpipelength,ENPipeSpec)

...

ENPipeSpec = The enumerated pipe schedule type. Each schedule of pipe is represented by a specific number within our code.

Wiki Markup
*pipe2* \- Calls the \[Pipe Program\|AutoCad Pipe Program to draw a pipe.

pipe2 <- Pipe(sedtankinletpipe2origin,NDSedPipeEntrance,-sedtankinletpipelength~,ENPipeSpec)

...