RoadLinkPredecessorSuccessor

data class RoadLinkPredecessorSuccessor(    var contactPoint: Option<EContactPoint> = None,     var elementDir: Option<EElementDir> = None,     var elementId: String = "",     var elementS: Option<Double> = None,     var elementType: Option<ERoadLinkElementType> = None) : OpendriveElement

Constructors

Link copied to clipboard
constructor(    contactPoint: Option<EContactPoint> = None,     elementDir: Option<EElementDir> = None,     elementId: String = "",     elementS: Option<Double> = None,     elementType: Option<ERoadLinkElementType> = None)

Properties

Link copied to clipboard
Link copied to clipboard
var elementDir: Option<EElementDir>
Link copied to clipboard
Link copied to clipboard
var elementS: Option<Double>
Link copied to clipboard
Link copied to clipboard

Functions