Enumerates possible AGV body offset values
The AGV.BodyOffset enumeration can be used to define target AGV body offsets for customized AGV travel tasks.
Each enumeration combines two facets:
In defining the "edge" the following definitions apply:
TrailerHeadEdge | An AGV trailer's head edge. |
TrailerLeadingEdge | An AGV trailer's leading edge. |
TrailerTailEdge | An AGV trailer's tail edge. |
TrailerTrailingEdge | An AGV trailer's trailing edge. |
TrainHeadEdge | The AGV train's head edge. |
TrainLeadingEdge | The AGV train's leading edge. |
TrainTailEdge | The AGV train's tail edge. |
TrainTrailingEdge | The AGV train's trailing edge. |
static readonly int TrailerHeadEdge
An AGV trailer's head edge.
static readonly int TrailerLeadingEdge
An AGV trailer's leading edge.
static readonly int TrailerTailEdge
An AGV trailer's tail edge.
static readonly int TrailerTrailingEdge
An AGV trailer's trailing edge.
static readonly int TrainHeadEdge
The AGV train's head edge.
static readonly int TrainLeadingEdge
The AGV train's leading edge.
static readonly int TrainTailEdge
The AGV train's tail edge.
static readonly int TrainTrailingEdge
The AGV train's trailing edge.