TrackLayerCollectionPlotLinesAndShapes Method

Plot all basic lines and shapes.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private FPoint PlotLinesAndShapes(
	OperationLayoutCollection layouts,
	TrackToolCollection tools,
	FPoint 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  FPoint
Reference to the starting location of the tool prior to drilling the first hole.

Return Value

FPoint
Reference to the updated last known location.

See Also