OperationLayoutCollectionAddEllipseCenterRadius Method

Add an ellipse shape to the operation layout, given the center and radius.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static FVector2 AddEllipseCenterRadius(
	PatternOperationItem operation,
	FVector2 center,
	float radiusX,
	float radiusY,
	FVector2 location,
	bool filled
)

Parameters

operation  PatternOperationItem
Reference to the operation for which the layout is being prepared.
center  FVector2
Reference to the center offset of the ellipse.
radiusX  Single
The X-axis radius of the ellipse.
radiusY  Single
The Y-axis radius of the ellipse.
location  FVector2
Reference to the last known traveling tool location.
filled  Boolean
Value indicating whether the shape will be filled.

Return Value

FVector2
Reference to the updated last known tool location, if found. Otherwise, an empty coordinate.

See Also