cadviewer 10.81.7 → 10.82.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.
package/dist/cadviewer.d.ts
CHANGED
|
@@ -965,4 +965,6 @@ 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
|
+
export function cvjs_setMeasurementSelectionType(measurementType: number): void;
|
|
968
970
|
}
|