OperationLayoutCollectionAddArcCenterRadiusStartSweepAngle Method
Add an arc to the layout given its center coordinate, radius, start
angle and sweep angle.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static FVector2 AddArcCenterRadiusStartSweepAngle(
PatternOperationItem operation,
FVector2 center,
float radius,
float startAngle,
float sweepAngle,
FVector2 location
)
Public Shared Function AddArcCenterRadiusStartSweepAngle (
operation As PatternOperationItem,
center As FVector2,
radius As Single,
startAngle As Single,
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.
- 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.
FVector2
Reference to the updated last known tool location, if found.
Otherwise, an empty coordinate.