Defaults are the metric values the palette inserts. Every parameter can be driven by an expression or a target.
| Parameter | Type | Default | Meaning |
Depth | number (metres unless the description says otherwise) | 6 | Grade line to channel bottom corners (m) |
BottomWidth | number (metres unless the description says otherwise) | 6 | Channel bottom width (m) |
Sideslope | cross slope as a ratio (−0.02 = 2 % fall) | 1 | Channel side slope (rise/run) |
LiningDepth | number (metres unless the description says otherwise) | 0.33 | Lining depth (m) |
LeftExtensionHeight | number (metres unless the description says otherwise) | 1.67 | Left side extension above the insertion (m) |
LeftBackslopeWidth | number (metres unless the description says otherwise) | 5 | Left backfill width (m) |
LeftBackslope | cross slope as a ratio (−0.02 = 2 % fall) | 0.25 | Left backfill slope |
RightExtensionHeight | number (metres unless the description says otherwise) | 1.67 | Right side extension above the insertion (m) |
RightBackslopeWidth | number (metres unless the description says otherwise) | 5 | Right backfill width (m) |
RightBackslope | cross slope as a ratio (−0.02 = 2 % fall) | 0.25 | Right backfill slope |
| Point | Code | Placed | From | Expression |
O | — | placed at the attachment point (an absolute offset/elevation) | — | 0 / 0 |
P1 | Channel_Flowline | offset + elevation delta from the reference point | O | 0 / -(Depth+abs(Sideslope)*BottomWidth/4) |
P2 | Channel_Bottom | offset + elevation delta from the reference point | O | -BottomWidth/2 / -Depth |
P3 | Channel_Bottom | offset + elevation delta from the reference point | O | BottomWidth/2 / -Depth |
P4 | Channel_Top | offset + elevation delta from the reference point | O | -(BottomWidth/2+abs(Depth/Sideslope)) / 0 |
P5 | Channel_Top | offset + elevation delta from the reference point | O | BottomWidth/2+abs(Depth/Sideslope) / 0 |
P10 | — | offset + elevation delta from the reference point | P4 | -LiningDepth / 0 |
P11 | — | offset + elevation delta from the reference point | P5 | LiningDepth / 0 |
P12 | — | offset + elevation delta from the reference point | O | -(BottomWidth+LiningDepth)/2 / -(Depth+abs(Sideslope)*LiningDepth/2) |
P13 | — | offset + elevation delta from the reference point | O | (BottomWidth+LiningDepth)/2 / -(Depth+abs(Sideslope)*LiningDepth/2) |
QO1 | — | offset + elevation delta from the reference point | O | (BottomWidth+LiningDepth)*-0.375 / -(Depth+abs(Sideslope)*LiningDepth/2)-abs(Sideslope)*(BottomWidth+LiningDepth)*0.1094 |
QO2 | — | offset + elevation delta from the reference point | O | (BottomWidth+LiningDepth)*-0.25 / -(Depth+abs(Sideslope)*LiningDepth/2)-abs(Sideslope)*(BottomWidth+LiningDepth)*0.1875 |
QO3 | — | offset + elevation delta from the reference point | O | (BottomWidth+LiningDepth)*-0.125 / -(Depth+abs(Sideslope)*LiningDepth/2)-abs(Sideslope)*(BottomWidth+LiningDepth)*0.2344 |
QO4 | — | offset + elevation delta from the reference point | O | (BottomWidth+LiningDepth)*0 / -(Depth+abs(Sideslope)*LiningDepth/2)-abs(Sideslope)*(BottomWidth+LiningDepth)*0.25 |
QO5 | — | offset + elevation delta from the reference point | O | (BottomWidth+LiningDepth)*0.125 / -(Depth+abs(Sideslope)*LiningDepth/2)-abs(Sideslope)*(BottomWidth+LiningDepth)*0.2344 |
QO6 | — | offset + elevation delta from the reference point | O | (BottomWidth+LiningDepth)*0.25 / -(Depth+abs(Sideslope)*LiningDepth/2)-abs(Sideslope)*(BottomWidth+LiningDepth)*0.1875 |
QO7 | — | offset + elevation delta from the reference point | O | (BottomWidth+LiningDepth)*0.375 / -(Depth+abs(Sideslope)*LiningDepth/2)-abs(Sideslope)*(BottomWidth+LiningDepth)*0.1094 |
QI1 | — | offset + elevation delta from the reference point | O | BottomWidth*0.375 / -Depth-abs(Sideslope)*BottomWidth*0.1094 |
QI2 | — | offset + elevation delta from the reference point | O | BottomWidth*0.25 / -Depth-abs(Sideslope)*BottomWidth*0.1875 |
QI3 | — | offset + elevation delta from the reference point | O | BottomWidth*0.125 / -Depth-abs(Sideslope)*BottomWidth*0.2344 |
QI4 | — | offset + elevation delta from the reference point | O | BottomWidth*0 / -Depth-abs(Sideslope)*BottomWidth*0.25 |
QI5 | — | offset + elevation delta from the reference point | O | BottomWidth*-0.125 / -Depth-abs(Sideslope)*BottomWidth*0.2344 |
QI6 | — | offset + elevation delta from the reference point | O | BottomWidth*-0.25 / -Depth-abs(Sideslope)*BottomWidth*0.1875 |
QI7 | — | offset + elevation delta from the reference point | O | BottomWidth*-0.375 / -Depth-abs(Sideslope)*BottomWidth*0.1094 |
P6 | Channel_Extension | offset + elevation delta from the reference point | P10 | -abs(LeftExtensionHeight/Sideslope) / LeftExtensionHeight |
P8 | Channel_Backslope | offset + elevation delta from the reference point | P6 | -LeftBackslopeWidth / -abs(LeftBackslopeWidth*LeftBackslope) |
P7 | Channel_Extension | offset + elevation delta from the reference point | P11 | abs(RightExtensionHeight/Sideslope) / RightExtensionHeight |
P9 | Channel_Backslope | offset + elevation delta from the reference point | P7 | RightBackslopeWidth / -abs(RightBackslopeWidth*RightBackslope) |