Click or drag to resize

BaseDistanceSensorGetRaydimeMeasurementsAt Method

Use the distance sensor to measure the distance in µm at a given position.

Namespace: RAYLASE.Marker.Device.DistanceSensor
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.26.1
Syntax
C#
public List<BaseDistanceSensorResult> GetRaydimeMeasurementsAt(
	IList<dvec3>? positions = null,
	double auxBiasPercent = 0,
	double? jumpSpeed = null,
	double? jumpDelay = null,
	CancellationToken? cancellationToken = null
)

Parameters

positions  IListdvec3  (Optional)
XYZ positions to measure the distance at. Measure at current position if position is null.
auxBiasPercent  Double  (Optional)
Bias of the aux axis to use for the measurement, in percent.
jumpSpeed  NullableDouble  (Optional)
Jump speed to move to new position. Use JumpSpeed if null.
jumpDelay  NullableDouble  (Optional)
Jump delay to wait after moved to new position. Use JumpDelay if null.
cancellationToken  NullableCancellationToken  (Optional)
Cancellation token.

Return Value

ListBaseDistanceSensorResult
RaydimeMeterResult.
See Also