UNSTABLE_addDisplacementMarkerOffset

open fun UNSTABLE_addDisplacementMarkerOffset(offsetInches: Double, callback: MarkerCallback): T

Add a displacement marker at the current displacement plus an offset to run a callback at that displacement.

Return

The builder

Parameters

offsetInches

The offset to add to the current displacement (inches)

callback

The callback to run


open fun UNSTABLE_addDisplacementMarkerOffset(offset: Double, inUnit: Distance, callback: MarkerCallback): T

Add a displacement marker at the current displacement plus an offset to run a callback at that displacement.

Return

The builder

Parameters

offset

The offset to add to the current displacement

inUnit

The unit of the offset (will be converted to inches)

callback

The callback to run