cadviewer 9.83.1 → 9.84.5
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
|
@@ -745,7 +745,8 @@ declare module 'cadviewer' {
|
|
|
745
745
|
export function cvjs_mouseout_handleObjectStyles(id: string, handle: string): void;
|
|
746
746
|
export function cvjs_highlightSpace(rmid: string, roomstyle: any): 1 | -1;
|
|
747
747
|
export function cvjs_clearSpaceLayer(): void;
|
|
748
|
-
export function cvjs_hatchSpace(rmid: string, graphicalPattern: string, colorHex: string, fillOpacity: number):
|
|
748
|
+
export function cvjs_hatchSpace(rmid: string, graphicalPattern: string, colorHex: string, fillOpacity: number): void;
|
|
749
|
+
export function cvjs_hatchRedline(redlineId: string, graphicalPattern: string, colorHex: string, fillOpacity: number): void;
|
|
749
750
|
export function cvjs_clearAllCustomTooltips(): void;
|
|
750
751
|
export function cvjs_removeSelectedAndReturnOriginalStyle(rmid: string, _mySpaceArray: any): any;
|
|
751
752
|
export function cvjs_returnOriginalStyleAndRemoveSelected(rmid: string, mySpaceArray: any): any;
|