cadviewer 10.65.19 → 10.67.6
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
|
@@ -955,6 +955,6 @@ declare module 'cadviewer' {
|
|
|
955
955
|
export function cvjs_setIncludeAreaInSpaceType(flag: boolean): void;
|
|
956
956
|
export function cvjs_clearMultiSelectArrays(): void;
|
|
957
957
|
export function cvjs_getMultiSelectArray(): any;
|
|
958
|
-
export function
|
|
959
|
-
export function
|
|
958
|
+
export function cvjs_getPagechangeActivateFlag(): boolean;
|
|
959
|
+
export function cvjs_setMeasurementDefaultType(measurementType: string): void;
|
|
960
960
|
}
|