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.2429.4649
private FPoint3 PlotToPositionXYAbs(
TrackViewLayerItem layer,
TrackSegmentItem sourceSegment,
FPoint3 location
)
Private Function PlotToPositionXYAbs (
layer As TrackViewLayerItem,
sourceSegment As TrackSegmentItem,
location As FPoint3
) As FPoint3
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 FPoint3
-
The current starting location.
FPoint3
Reference to the absolute end coordinate of the current path.