Median Raised Constant Slope
C3D MedianRaisedConstantSlope — median slab to the MP mark
At a glance
| |
| Kind | Subassembly (composed into an assembly) |
| Domain | Road |
| Civil 3D equivalent | MedianRaisedConstantSlope |
| Geometry | 4 points, 4 links, 1 shapes |
| Conditional geometry | 3 of the points are created inside a branch — which ones appear depends on the parameters and the target surface |
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 |
Depth | number (metres unless the description says otherwise) | 0.1 | Median slab depth (m) |
MedianOffset | number (metres unless the description says otherwise) | 3.6 | Median width when the MP mark is not set (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 |
P0 | — | placed at the attachment point (an absolute offset/elevation) | — | 0 / 0 |
P1 conditional | — | offset + elevation delta from the reference point | P0 | if(Mark.MP.IsValid, Mark.MP.Offset - P0.Offset, Side*MedianOffset) / if(Mark.MP.IsValid, Mark.MP.Y - P0.Y, 0) |
P2 conditional | — | offset + elevation delta from the reference point | P0 | 0 / -Depth |
P3 conditional | — | offset + elevation delta from the reference point | P1 | 0 / -Depth |
Links
| Link | Code | Between | Role |
L1 | Top,Median | P0 → P1 | drawn |
L2 | — | P1 → P3 | drawn |
L3 | Datum | P3 → P2 | drawn |
L4 | — | P2 → P0 | drawn |
Shapes (materials)
| Shape | Material code | Boundary points |
S1 | Median | P0, P1, P3, P2 |
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.