cadviewer 8.68.5 → 8.70.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.
@@ -704,6 +704,7 @@ declare module 'cadviewer' {
704
704
  export function cvjs_moveSpaceObjectDirectXY(f_div: string, anyID: string, coordinate_flag: number, xpos: any, ypos: any): boolean;
705
705
  export function cvjs_getSpaceObjectDirectXYCoord(f_div: string, anyID: string, coordinate_flag: number): any;
706
706
  export function cvjs_deleteSpaceObjectDirectXY(f_div: string, anyID: string): boolean;
707
+ export function cvjs_deleteSpaceObjectDirect(f_div: string, anyID: string): boolean;
707
708
  export function cvjs_allSpaceObjectsOn(f_div: string): void;
708
709
  export function cvjs_allSpaceObjectsOff(f_div: string): void;
709
710
  export function cvjs_setSpaceObjectsDefaultLayer(f_div: string, layerName: string): void;
@@ -865,4 +866,5 @@ declare module 'cadviewer' {
865
866
  export function cvjs_setOriginatingLocation(location: string): void;
866
867
  export function cvjs_activateFixedZoomWidthAdjustment(flag: boolean): void;
867
868
  export function cvjs_CompareDrawings(f_div: string, drawing1: string, drawing2: string): void;
869
+ export function cvjs_setComputeSpaceObjectParentStatus(flag: boolean): void;
868
870
  }