cadviewer 10.14.12 → 10.15.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.
@@ -927,4 +927,6 @@ declare module 'cadviewer' {
927
927
  export function cvjs_setPrintMargins(nonprint_h:number, nonprint_w:number, standard_h:number, standard_w:number, tiny_h:number, tiny_w:number, none_h:number, none_w:number):void;
928
928
  export function cvjs_getSpaceObjectIdfromName(Name:string): any;
929
929
  export function cvjs_setSpaceObjectCustomContent(spaceID: string, customContent:any): void;
930
+ export function cvjs_handleToRedlinePolyLine(id: string): string;
931
+ export function cvjs_removeHandleObjects(): void;
930
932
  }