OperationLayoutCollectionAddArcCenterRadiusStartSweepAngle Method

Add an arc to the layout given its center coordinate, radius, start angle and sweep angle.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static FVector2 AddArcCenterRadiusStartSweepAngle(
	PatternOperationItem operation,
	FVector2 center,
	float radius,
	float startAngle,
	float sweepAngle,
	FVector2 location
)

Parameters

operation  PatternOperationItem
Reference to the operation for which the layout is being prepared.
center  FVector2
Reference to the center offset.
radius  Single
The radius of the circle upon which the arc is based.
startAngle  Single
The clockwise start angle of the arc, in radians.
sweepAngle  Single
The sweep angle of the arc, in radians.
location  FVector2
Reference to the last known traveling tool location.

Return Value

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

See Also