Lane Broken Back
C3D LaneBrokenBack — crowned lane with inside/outside slope break
At a glance
| |
| Kind | Subassembly (composed into an assembly) |
| Domain | Road |
| Civil 3D equivalent | LaneBrokenBack |
| Geometry | 15 points, 10 links, 8 shapes |
Parameters
Defaults are the metric values the palette inserts. Every parameter can be driven by an expression or a target.
| Parameter | Type | Default | Meaning |
Side | +1 right of the baseline, −1 left | Right (+1) | +1 Right / -1 Left |
InsideWidth | number (metres unless the description says otherwise) | 3.6 | Inside lane width (m) |
InsideSlope | cross slope as a ratio (−0.02 = 2 % fall) | -0.02 | Inside cross slope |
OutsideWidth | number (metres unless the description says otherwise) | 3.6 | Outside lane width (m) |
OutsideSlope | cross slope as a ratio (−0.02 = 2 % fall) | -0.025 | Outside cross slope |
Pave1Depth | number (metres unless the description says otherwise) | 0.025 | Pave1 depth (m) |
Pave2Depth | number (metres unless the description says otherwise) | 0.025 | Pave2 depth (m) |
BaseDepth | number (metres unless the description says otherwise) | 0.15 | Base depth (m) |
SubBaseDepth | number (metres unless the description says otherwise) | 0.3 | Sub-base depth (m) |
Points
Point codes are what feature lines, styles and quantity take-off match on — they are the contract this subassembly publishes.
| Point | Code | Placed | From | Expression |
C0 | Crown | placed at the attachment point (an absolute offset/elevation) | — | 0 / 0 |
B0 | — | offset + elevation delta from the reference point | C0 | Side*InsideWidth / InsideWidth*InsideSlope |
E0 | ETW,Lane | offset + elevation delta from the reference point | B0 | Side*OutsideWidth / OutsideWidth*OutsideSlope |
C1 | Crown_Pave1 | offset + elevation delta from the reference point | C0 | 0 / -(Pave1Depth) |
B1 | — | offset + elevation delta from the reference point | B0 | 0 / -(Pave1Depth) |
E1 | ETW_Pave1 | offset + elevation delta from the reference point | E0 | 0 / -(Pave1Depth) |
C2 | Crown_Pave2 | offset + elevation delta from the reference point | C0 | 0 / -(Pave1Depth+Pave2Depth) |
B2 | — | offset + elevation delta from the reference point | B0 | 0 / -(Pave1Depth+Pave2Depth) |
E2 | ETW_Pave2 | offset + elevation delta from the reference point | E0 | 0 / -(Pave1Depth+Pave2Depth) |
C3 | Crown_Base | offset + elevation delta from the reference point | C0 | 0 / -(Pave1Depth+Pave2Depth+BaseDepth) |
B3 | — | offset + elevation delta from the reference point | B0 | 0 / -(Pave1Depth+Pave2Depth+BaseDepth) |
E3 | ETW_Base | offset + elevation delta from the reference point | E0 | 0 / -(Pave1Depth+Pave2Depth+BaseDepth) |
C4 | Crown_SubBase | offset + elevation delta from the reference point | C0 | 0 / -(Pave1Depth+Pave2Depth+BaseDepth+SubBaseDepth) |
B4 | — | offset + elevation delta from the reference point | B0 | 0 / -(Pave1Depth+Pave2Depth+BaseDepth+SubBaseDepth) |
E4 | ETW_SubBase | offset + elevation delta from the reference point | E0 | 0 / -(Pave1Depth+Pave2Depth+BaseDepth+SubBaseDepth) |
Links
| Link | Code | Between | Role |
LT1 | Top,Pave | C0 → B0 | drawn |
LT2 | Top,Pave | B0 → E0 | drawn |
LC1 | Pave1 | C1 → B1 | drawn |
LE1 | Pave1 | B1 → E1 | drawn |
LC2 | Pave2 | C2 → B2 | drawn |
LE2 | Pave2 | B2 → E2 | drawn |
LC3 | Base | C3 → B3 | drawn |
LE3 | Base | B3 → E3 | drawn |
LC4 | Datum,SubBase | C4 → B4 | drawn |
LE4 | Datum,SubBase | B4 → E4 | drawn |
Shapes (materials)
| Shape | Material code | Boundary points |
SC1 | Pave1 | C0, B0, B1, C1 |
SE1 | Pave1 | B0, E0, E1, B1 |
SC2 | Pave2 | C1, B1, B2, C2 |
SE2 | Pave2 | B1, E1, E2, B2 |
SC3 | Base | C2, B2, B3, C3 |
SE3 | Base | B2, E2, E3, B3 |
SC4 | SubBase | C3, B3, B4, C4 |
SE4 | SubBase | B3, E3, E4, B4 |
Generated page. The tables above are read from the built-in catalogue itself (yu3d_stock_dump), so they always match the version of yucad3d you are running.