Click or drag to resize

BaseScanControllerGoToXYZ(dvec3, Double, Double, Boolean, NullableCancellationToken) Method

Jumps to the 3D Position with the defined speed and jump delay.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract 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