ConveyorLayoutElement

@Serializable
data class ConveyorLayoutElement(val conveyorName: String, val segments: List<SegmentRoute> = emptyList(), val width: Double = 8.0, val color: String = "#888888", val showDirection: Boolean = true, val label: String? = null)(source)

Author-controlled drawing of a conveyor (10.5, §6.7). Keyed by conveyorName; its segments route the belt (chained entry→waypoints→exit). width/color style the belt and showDirection draws travel arrows. When absent the renderer falls back to straight anchor-to-anchor interpolation.

Constructors

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

Properties

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