TrackLayerCollectionFillEllipse Method

Fill the ellipse described by the supplied layout item.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
private FVector2 FillEllipse(
	OperationLayoutItem layoutItem,
	TrackLayerItem track,
	FVector2 location
)

Parameters

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.

Return Value

FVector2
Reference to the updated last known location.

See Also