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.2429.4649
public static FPoint AddArcCenterOffsetXYAngle(
PatternOperationItem operation,
FPoint center,
FPoint startOffset,
float sweepAngle,
FPoint location
)
Public Shared Function AddArcCenterOffsetXYAngle (
operation As PatternOperationItem,
center As FPoint,
startOffset As FPoint,
sweepAngle As Single,
location As FPoint
) As FPoint
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 FPoint
-
Reference to the center offset.
- startOffset FPoint
-
Reference to the starting offset at which the arc will be drawn.
- sweepAngle Single
-
The clockwise sweep angle to apply, in radians.
- location FPoint
-
Reference to the last known traveling tool location.
FPoint
Reference to the updated last known tool location, if found.
Otherwise, an empty coordinate.