AGV.RoutingConstraint
Description
Enumerates possible routing constraint values used in AGV.AllocatableObject.routingConstraint
Static Properties
BackwardOnly | An AGV may only travel through the object if it is traveling in the path's reverse/backward direction. |
Blocked | An AGV may not travel to, from, or through the object. |
ForwardOnly | An AGV may only travel through the object if it is traveling in the path's forward direction. |
None | No constraints on routing, meaning an AGV may travel through the object. |
PassThroughBlocked | An AGV may travel to or from the control point as an origin or destination, but it may not travel 'through' the object. |
Details
Do no remove, this fixes the anchor on doc.flexsim.com
AGV.RoutingConstraint.BackwardOnly
static readonly int BackwardOnly
Description
An AGV may only travel through the object if it is traveling in the path's reverse/backward direction.
Do no remove, this fixes the anchor on doc.flexsim.com
AGV.RoutingConstraint.Blocked
static readonly int Blocked
Description
An AGV may not travel to, from, or through the object.
Do no remove, this fixes the anchor on doc.flexsim.com
AGV.RoutingConstraint.ForwardOnly
static readonly int ForwardOnly
Description
An AGV may only travel through the object if it is traveling in the path's forward direction.
Do no remove, this fixes the anchor on doc.flexsim.com
AGV.RoutingConstraint.None
static readonly int None
Description
No constraints on routing, meaning an AGV may travel through the object.
Do no remove, this fixes the anchor on doc.flexsim.com
AGV.RoutingConstraint.PassThroughBlocked
static readonly int PassThroughBlocked
Description
An AGV may travel to or from the control point as an origin or destination, but it may not travel 'through' the object.