TrackLayerCollectionDrawLine Method
Draw the line indicated by the layout item.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
private FVector2 DrawLine(
OperationLayoutItem layoutItem,
TrackLayerItem track,
FVector2 location
)
Private Function DrawLine (
layoutItem As OperationLayoutItem,
track As TrackLayerItem,
location As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- layoutItem OperationLayoutItem
-
Reference to the layout item describing the line to plot.
- track TrackLayerItem
-
Reference to the track where new segments will be added.
- location FVector2
-
Reference to the starting location of the tool prior to drilling
the first hole.
FVector2
Reference to the updated last known location.