cadviewer 9.32.5 → 9.34.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -889,4 +889,5 @@ declare module 'cadviewer' {
889
889
  export function cvjs_bringForward(f_div: string): void;
890
890
  export function cvjs_sendBackward(f_div: string): void;
891
891
  export function cvjs_colorSingleLayer(f_div: string, hexColor: string, layername: string): void;
892
+ export function cvjs_setUnitForCalibrate(unit: string): void;
892
893
  }