TrackLayerCollectionDrillHoles Method

Drill the holes found in the layout list, separating each set of holes by the tool used to make that hole.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
private FVector2 DrillHoles(
	OperationLayoutCollection layouts,
	TrackToolCollection tools,
	FVector2 location
)

Parameters

layouts  OperationLayoutCollection
Reference to the collection of layout elements for which to drill the holes.
tools  TrackToolCollection
Reference to the collection of tools available for the holes.
location  FVector2
Reference to the starting location of the tool prior to drilling the first hole.

Return Value

FVector2
Reference to the updated last known location.

See Also