OperationLayoutCollectionAddPoint Method
Add a point action to the collection.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static FVector2 AddPoint(
PatternOperationItem operation,
FVector2 offset,
FVector2 location
)
Public Shared Function AddPoint (
operation As PatternOperationItem,
offset 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.
- offset FVector2
-
Reference to the point offset.
- location FVector2
-
Reference to the last known traveling tool location.
FVector2
Reference to the current last known traveling tool location.