ConveyorLayoutElement

constructor(conveyorName: String, segments: List<SegmentRoute> = emptyList(), width: Double = 8.0, color: String = "#888888", showDirection: Boolean = true, label: String? = null)(source)