Click or drag to resize

BaseDistanceSensorGetRaydimeMeasurementAt Method


Namespace: RAYLASE.Marker.Device.DistanceSensor
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.26.1
Syntax
C#
public BaseDistanceSensorResult GetRaydimeMeasurementAt(
	dvec3? position = null,
	double auxBiasPercent = 0,
	double? jumpSpeed = null,
	double? jumpDelay = null,
	CancellationToken? cancellationToken = null
)

Parameters

position  Nullabledvec3  (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

BaseDistanceSensorResult
RaydimeMeterResult.
See Also