Skip to main content

applyAngleLengthSelected

Sets the angle and length of a selected markup line.

Syntax

RxCore.applyAngleLengthSelected(angle, length, bAdvance)

Parameters

  • angle: number — Direction to draw the line (in degrees).
  • length: number — Length of the line (in the current active measurement unit).
  • bAdvance: boolean — If true, advance to the next segment; if false, remain on the current segment.

Returns

  • NA — This method does not return a value.