*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
layer2 <- layernew("echannel",ltgrey)
| Wiki Markup |
|---|
{float:left|border=2px solid black}
[!channel1.bmp|width=450px!|AutoCAD Channel Program]
Northeast Isometric View
{float} |
channel1 - Calls the Channel Program to draw to tank channel based on given inputs.
...
- x: WSed + 2TPlantWall
- y: WExitChannel
- z: HExitChannel
TChannelWall = 0.15m
| Wiki Markup |
|---|
{float:left|border=2px solid black}
[!rotate1.bmp|width=250px!|AutoCAD Channel Program]
Top View
{float} |
rotate1 - Rotate turns the object based on a given point and rotation angle.
...
- if layout4:
- x: tankorigin0 - LSed + WChannelInlet + TChannelWall + WEChannel
- y: tankorigin1 - TPlantWall
- z: tankorigin2 + HSed - HEChannel
bigunion - UnionallA selects all the objects currently in the workspace and joins them into one single object.
bigunion <- unionallA
layerset - Layerset selects the layer "0".
...