cadviewer 10.82.5 → 10.83.10

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.
@@ -965,6 +965,10 @@ declare module 'cadviewer' {
965
965
  export function cvjs_setClickCounterActiveType(currentQuickCountType: string, currentQuickCountID: string, currentQuickCountStyle: any): void;
966
966
  export function cvjs_setAllClickCounterObjects(clickCounterCollection: any): void;
967
967
  export function cvjs_returnAllClickCounterObjects(): any;
968
- export function cvjs_setCalibrateUnitType(unitType: string): void;
969
968
  export function cvjs_setMeasurementSelectionType(measurementType: number): void;
969
+ export function cvjs_getCurrentMeasurementUnits(): any;
970
+ export function cvjs_returnAllCalibrations(): any;
971
+ export function cvjs_setAllCalibrations(calibrationCollection : any): void;
972
+ export function cvjs_setCalibrationTypes(unitType: string, calibrationType: string): void;
970
973
  }
974
+