TrackViewLayerCollectionPlotToPositionXYAbs Method

Connect the XY path of the segment travel to the current depth of the provided location, returning the 3D end point of the plotted travel.

Definition

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

Parameters

layer  TrackViewLayerItem
Reference to the layer to which view segments are being posted.
sourceSegment  TrackSegmentItem
The source segment containing the beginning and end locations.
location  FPoint3
The current starting location.

Return Value

FPoint3
Reference to the absolute end coordinate of the current path.

See Also