ShopToolsUtilCalculateLayout Method

Calculate the start and end locations of the tool and display for each of the operations in the caller's operations collection, returning the final location of the toolpath.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static FPoint CalculateLayout()

Return Value

FPoint
Reference to the last known tool location.

Remarks

This overload updates the layout patterns for all of the operations of all of the patterns in the session workpiece.

The SessionWorkpieceInfo / Cuts / Pattern / Operations / Operation / LayoutElements collection will contain additional transitions not specified in the source collection so the tool head is moved properly to an from each operational site.

See Also