TrackLayerCollectionPlotEndingMovements Method

Plot the set of transit that occur after the end of all of the cutting actions.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private FPoint PlotEndingMovements(
	OperationLayoutCollection layouts,
	TrackToolCollection trackTools,
	FPoint location
)

Parameters

layouts  OperationLayoutCollection
Reference to the full collection of layouts beeing processed in this session.
trackTools  TrackToolCollection
Reference to the collection of tools found in this session.
location  FPoint
Reference to the starting location.

Return Value

FPoint
Reference to the last-known current location after the movements have been applied.

See Also