yucad3d

Link Slopes Between Points

C3D LinkSlopesBetweenPoints — closed-form ditch to a marked point

At a glance

KindSubassembly (composed into an assembly)
DomainRoad
Civil 3D equivalentLinkSlopesBetweenPoints
Geometry4 points, 3 links, 0 shapes
Conditional geometry3 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.

ParameterTypeDefaultMeaning
Slope1cross slope as a ratio (−0.02 = 2 % fall)-0.25Slope from the attach (decimal)
Slope2cross slope as a ratio (−0.02 = 2 % fall)-0.25Slope from the marked point (decimal)
DitchWidthnumber (metres unless the description says otherwise)0.6Flat bottom width (m)

Points

Point codes are what feature lines, styles and quantity take-off match on — they are the contract this subassembly publishes.

PointCodePlacedFromExpression
P0placed at the attachment point (an absolute offset/elevation)0 / 0
P2 conditionalDitch_In,Ditchoffset + elevation delta from the reference pointP0(if(H4>0,((abs(H4)+V4M*(1/Slope2)-DitchWidth)/((1/Slope1)+(1/Slope2)))*(1/Slope1),(0-((abs(H4)+V4M*(1/Slope2)-DitchWidth)/((1/Slope1)+(1/Slope2))))*(1/Slope1))) / ((abs(H4)+V4M*(1/Slope2)-DitchWidth)/((1/Slope1)+(1/Slope2)))
P3 conditionalRMedDitchoffset + elevation delta from the reference pointP2if(H4>0,DitchWidth,0-DitchWidth) / 0
P4 conditionaloffset + elevation delta from the reference pointP0H4 / V4M

Links

LinkCodeBetweenRole
L1Top,Datum,Slope_LinkP0 → P2drawn
L2Top,Datum,DitchP2 → P3drawn
L3Top,Datum,Slope_LinkP3 → P4drawn

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.