cadviewer 9.34.5 → 9.35.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
|
@@ -890,4 +890,5 @@ declare module 'cadviewer' {
|
|
|
890
890
|
export function cvjs_sendBackward(f_div: string): void;
|
|
891
891
|
export function cvjs_colorSingleLayer(f_div: string, hexColor: string, layername: string): void;
|
|
892
892
|
export function cvjs_setUnitForCalibrate(unit: string): void;
|
|
893
|
+
export function cvjs_setTopMenuXMLDirect(f_div:string, xml_config_file:string): void;
|
|
893
894
|
}
|