yucad3d

Link To Lane Marker

C3D LinkToLaneMarker — publishes a Lane_Center marker point

At a glance

KindSubassembly (composed into an assembly)
DomainRoad
Civil 3D equivalentLinkToLaneMarker
Geometry2 points, 1 links, 0 shapes

Parameters

Defaults are the metric values the palette inserts. Every parameter can be driven by an expression or a target.

ParameterTypeDefaultMeaning
Side+1 right of the baseline, −1 leftRight (+1)+1 Right / -1 Left
LaneWidthnumber (metres unless the description says otherwise)1.8Adjacent lane width (m)
LaneMarkerLocationnumber (metres unless the description says otherwise)0.5Fraction of the lane width (0..1)
Slopecross slope as a ratio (−0.02 = 2 % fall)-0.02Lane cross slope
InsertionSidenumber (metres unless the description says otherwise)00 = Inside (toward the crown), 1 = Outside
OmitLinknumber (metres unless the description says otherwise)11 = marker point only (stock default)

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
P1Lane_Centeroffset + elevation delta from the reference pointP0Side*LaneWidth*LaneMarkerLocation*if(InsertionSide<=0.5,0-1,1) / abs(LaneWidth*LaneMarkerLocation)*Slope*if(InsertionSide<=0.5,0-1,1)

Links

LinkCodeBetweenRole
L1P0 → P1drawn

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.