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