cadviewer 8.63.2 → 8.64.4
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
|
@@ -862,4 +862,5 @@ declare module 'cadviewer' {
|
|
|
862
862
|
export function cvjs_changeRedlineObjectLineWeight(redlineId: string, strokeWidth:number): void;
|
|
863
863
|
export function cvjs_conversion_addAXconversionParameters(axparameters: any): void;
|
|
864
864
|
export function cvjs_setOriginatingLocation(location: string): void;
|
|
865
|
+
export function cvjs_activateFixedZoomWidthAdjustment(flag: boolean): void;
|
|
865
866
|
}
|