SPICE3DeviceGoToXYZ(dvec3, Double, Double, Boolean, NullableCancellationToken) Method |
Jumps to the 3D Position with the defined speed and jump delay.
Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic override void GoToXYZ(
dvec3 position,
double jumpSpeed,
double jumpDelay,
bool async = true,
CancellationToken? cancellationToken = null
)
Parameters
- position dvec3
- Position to jump to.
- jumpSpeed Double
- Speed at which to jump.
- jumpDelay Double
- Delay in µs to wait after jump if the jump position is not the current position.
- async Boolean (Optional)
- Waits for execution done if false.
- cancellationToken NullableCancellationToken (Optional)
- Optional token for cancel waiting.
See Also