TrackLayerCollectionRelateExplicitMovements Method

Relate the explicitly defined movements in the list to the actions they directly precede or follow.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private static void RelateExplicitMovements(
	OperationLayoutCollection layouts
)

Parameters

layouts  OperationLayoutCollection
Reference to the operational layouts currently being processed.

Remarks

High-speed movement commands are not naturally associated with a tool, but giving them the same tool as their closest tool-bearing neighbor has the effect of grouping them with those tool-based actions.

See Also