GCodePlotToPositionXYAbs Method
Plot to an absolute location on the canvas.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static string PlotToPositionXYAbs(
FPoint offset,
float feedRate
)
Public Shared Function PlotToPositionXYAbs (
offset As FPoint,
feedRate As Single
) As String
No code example is currently available or this language may not be supported.
- offset FPoint
-
Reference to the absolute offset from the physical origin.
- feedRate Single
-
The feed rate at which to plot to the destination.
String
Reference to a string representing the command to plot to the
specified XY coordinates at the specified feedrate, if
valid. Otherwise, an empty string.