TrackLayerCollectionDrawLine Method

Draw the line indicated by the layout item.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private FPoint DrawLine(
	OperationLayoutItem layoutItem,
	TrackLayerItem track,
	FPoint location
)

Parameters

layoutItem  OperationLayoutItem
Reference to the layout item describing the line to plot.
track  TrackLayerItem
Reference to the track where new segments will be added.
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