OperationLayoutCollectionAddMove Method

Add a move action to the collection.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static FVector2 AddMove(
	PatternOperationItem operation,
	FVector2 endPoint,
	FVector2 location
)

Parameters

operation  PatternOperationItem
Reference to the operation for which the layout is being prepared.
endPoint  FVector2
Reference to the end point of the line.
location  FVector2
Reference to the last known traveling tool location.

Return Value

FVector2
Reference to the current last known traveling tool location.

See Also