TrackLayerCollectionFillEllipse Method
Fill the ellipse described by the supplied layout item.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
private FVector2 FillEllipse(
OperationLayoutItem layoutItem,
TrackLayerItem track,
FVector2 location
)
Private Function FillEllipse (
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 to be drawn.
- track TrackLayerItem
-
Reference to the track layer to which new segments will be stored.
- location FVector2
-
Reference to the starting location of the tool prior to drilling
the first hole.
FVector2
Reference to the updated last known location.