OperationLayoutCollectionAddLine Method
Add a line shape to the operation layout, given the starting and
ending points.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static FVector2 AddLine(
PatternOperationItem operation,
FVector2 startPoint,
FVector2 endPoint,
FVector2 location
)
Public Shared Function AddLine (
operation As PatternOperationItem,
startPoint As FVector2,
endPoint As FVector2,
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.
- startPoint FVector2
-
Reference to the start point of the line.
- endPoint FVector2
-
Reference to the end point of the line.
- location FVector2
-
Reference to the last known traveling tool location.
FVector2
Reference to the current last known traveling tool location.