TrackViewLayerCollectionTransitToPositionZAbs Method

Transit to an absolute Z position.

Definition

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

Parameters

layer  TrackViewLayerItem
Reference the layer being constructed.
location  FPoint3
Reference to the starting location of the transit.
transitZEnum  TransitZEnum
The vertical location to which the tool will be transited.

Return Value

FPoint3
Reference to the new absolute world coordinate of the tool after the transit.

See Also