GCodeTransitToPositionXYAbs Method
Transit to an absolute location on the canvas.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
public static string TransitToPositionXYAbs(
FVector2 offset
)
Public Shared Function TransitToPositionXYAbs (
offset As FVector2
) As String
No code example is currently available or this language may not be supported.
- offset FVector2
-
Reference to the absolute offset from the physical origin.
String
Reference to a string representing the command to transit to the
specified XY coordinates at the maximum possible feedrate, if
valid. Otherwise, an empty string.