TrackViewLayerCollectionPlungeZAbs Method

Plunge the Z-axis into the material.

Definition

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

Parameters

layer  TrackViewLayerItem
Reference to the layer upon which the plunge is being created.
location  FPoint3
Reference to the location from which the plunge is starting.
sourceSegment  TrackSegmentItem
The source segment containing the depth position to plunge to from the registered height.

Return Value

FPoint3
Reference to a string containing the command for the Z-axis plunge.

Remarks

The top of the material represents plunge depth 0.

The wasteboard of the canvas represents the fully extended position of the Z-axis.

See Also