ShopToolsUtilGetRawEndOffset Method

Return the calculated end offset from the caller's starting location.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static FPoint GetRawEndOffset(
	PatternOperationItem operation,
	WorkpieceInfoItem workpiece,
	FPoint location
)

Parameters

operation  PatternOperationItem
Reference to the operation in focus.
workpiece  WorkpieceInfoItem
Reference to the workpiece information item.
location  FPoint
Reference to the starting location.

Return Value

FPoint
Reference to a coordinate representing the ending offset for the specified operation.

See Also