*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
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)
...