Basic Curb
C3D BasicCurb — rectangular kerb + foundation
At a glance
| |
| Kind | Subassembly (composed into an assembly) |
| Domain | Road |
| Civil 3D equivalent | BasicCurb |
| Geometry | 4 points, 4 links, 1 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 |
CurbWidth | number (metres unless the description says otherwise) | 0.2 | Curb width (m) |
CurbDepth | number (metres unless the description says otherwise) | 0.45 | Curb total depth (m) |
DepthBelow | number (metres unless the description says otherwise) | 0.3 | Foundation depth below gutter (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 |
P1 | BottomCurb | placed at the attachment point (an absolute offset/elevation) | — | 0 / -DepthBelow |
P2 | TopCurb | offset + elevation delta from the reference point | P1 | 0 / CurbDepth |
P3 | BackCurb | offset + elevation delta from the reference point | P2 | Side*CurbWidth / 0 |
P4 | — | offset + elevation delta from the reference point | P1 | Side*CurbWidth / 0 |
Links
| Link | Code | Between | Role |
L1 | Top,Curb | P2 → P3 | drawn |
L2 | Curb | P3 → P4 | drawn |
L3 | Datum | P4 → P1 | drawn |
L4 | Curb | P1 → P2 | drawn |
Shapes (materials)
| Shape | Material code | Boundary points |
S1 | Curb | P1, P2, P3, P4 |
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.