SegmentInfo

@Serializable
data class SegmentInfo(val entryLocation: String, val exitLocation: String, val lengthCells: Int)(source)

One chained segment of a conveyor (10.5a): its named entryLocationexitLocation anchors and cell length.

Constructors

Link copied to clipboard
constructor(entryLocation: String, exitLocation: String, lengthCells: Int)

Properties

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