Skip to main content

markupAngle

Use this method to turn on/off the measure angle tool. This enables the user to draw an angle on the currently open drawing using the mouse.

Syntax

    RxCore.markupAngle(selected);

Parameters

  • selected: boolean — Set to true to enable the measure angle tool, or false to disable it.

Returns

  • NA — This method does not return a value.