OperationLayoutCollectionAddPoint Method

Add a point action to the collection.

Definition

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

Parameters

operation  PatternOperationItem
Reference to the operation for which the layout is being prepared.
offset  FPoint
Reference to the point offset.
location  FPoint
Reference to the last known traveling tool location.

Return Value

FPoint
Reference to the current last known traveling tool location.

See Also