RoadObjectsObjectBordersBorder

data class RoadObjectsObjectBordersBorder(    var cornerReference: List<RoadObjectsObjectMarkingsMarkingCornerReference> = emptyList(),     var outlineId: Int = Int.MIN_VALUE,     var type: EBorderType = EBorderType.CONCRETE,     var useCompleteOutline: Option<Boolean> = None,     var width: Double = Double.NaN) : OpendriveElement

Constructors

Link copied to clipboard
constructor(    cornerReference: List<RoadObjectsObjectMarkingsMarkingCornerReference> = emptyList(),     outlineId: Int = Int.MIN_VALUE,     type: EBorderType = EBorderType.CONCRETE,     useCompleteOutline: Option<Boolean> = None,     width: Double = Double.NaN)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard