OperationLayoutCollectionAddLine Method

Add a line shape to the operation layout, given the starting and ending points.

Definition

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

Parameters

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

Return Value

FPoint
Reference to the current last known traveling tool location.

See Also