TrackViewLayerCollectionRetractTool Method

Retract the tool to the maximum Z distance.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private FPoint3 RetractTool(
	TrackViewLayerItem layer,
	FPoint3 location
)

Parameters

layer  TrackViewLayerItem
Reference to the layer for which this line is being created.
location  FPoint3
Reference to the starting location from which to retract.

Return Value

FPoint3
Reference to the updated tool position.

See Also