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.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
private FVector3 PlotToPositionXYAbs(
TrackViewLayerItem layer,
TrackSegmentItem sourceSegment,
FVector3 location
)
Private Function PlotToPositionXYAbs (
layer As TrackViewLayerItem,
sourceSegment As TrackSegmentItem,
location As FVector3
) As FVector3
No code example is currently available or this language may not be supported.
- 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 FVector3
-
The current starting location.
FVector3
Reference to the absolute end coordinate of the current path.