OperationLayoutCollectionAddEllipseCornerRadius Method

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

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static FPoint AddEllipseCornerRadius(
	PatternOperationItem operation,
	FPoint corner,
	float radiusX,
	float radiusY,
	FPoint location,
	bool filled
)

Parameters

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

Return Value

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

See Also