RoadSurface

data class RoadSurface(var crg: List<RoadSurfaceCrg> = emptyList()) : OpendriveElement

Constructors

Link copied to clipboard
constructor(crg: List<RoadSurfaceCrg> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard