Skip to main content

elementScale

Use to set the scale for the currently selected measurement object. This method uses the setMeasureScale method of the RxCore internal scale object associated with the selected measurement object.

See the full description of the scaleObject here.

Syntax

    RxCore.elementScale(scale);

Parameters

  • scale: string a string consisting of two number separated with a colon, ex "1:1"

Returns

  • NA — This method does not return a value.