OperationLayoutCollectionAddArcCenterOffsetXYAngle Method
Add an arc to the operation layout, given the center, the start point,
and the approximate end point.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static FVector2 AddArcCenterOffsetXYAngle(
PatternOperationItem operation,
FVector2 center,
FVector2 startOffset,
float sweepAngle,
FVector2 location
)
Public Shared Function AddArcCenterOffsetXYAngle (
operation As PatternOperationItem,
center As FVector2,
startOffset As FVector2,
sweepAngle As Single,
location As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- operation PatternOperationItem
-
Reference to the operation for which the layout is being prepared.
- center FVector2
-
Reference to the center offset.
- startOffset FVector2
-
Reference to the starting offset at which the arc will be drawn.
- sweepAngle Single
-
The clockwise sweep angle to apply, in radians.
- location FVector2
-
Reference to the last known traveling tool location.
FVector2
Reference to the updated last known tool location, if found.
Otherwise, an empty coordinate.