cadviewer 10.56.1 → 10.57.1
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
|
@@ -952,4 +952,5 @@ declare module 'cadviewer' {
|
|
|
952
952
|
export function cvjs_setViewBox(f_div: string, x: number, y: number, width: number, height: number): void;
|
|
953
953
|
export function cvjs_setScrollWheelDefaultZoomFactor(factor: number): void;
|
|
954
954
|
export function cvjs_setPrintPDFLineWeightFactor(factor: number): void;
|
|
955
|
+
export function cvjs_setIncludeAreaInSpaceType(flag: boolean): void;
|
|
955
956
|
}
|