@inweb/viewer-visualize 27.2.1 → 27.2.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/viewer-visualize.js
CHANGED
|
@@ -18649,6 +18649,7 @@ js: import "konva/skia-backend";
|
|
|
18649
18649
|
if (!this.visualizeJs)
|
|
18650
18650
|
return;
|
|
18651
18651
|
this._markup.clearOverlay();
|
|
18652
|
+
this.emitEvent({ type: "clearoverlay" });
|
|
18652
18653
|
this.update();
|
|
18653
18654
|
}
|
|
18654
18655
|
clearSlices() {
|
|
@@ -18658,6 +18659,7 @@ js: import "konva/skia-backend";
|
|
|
18658
18659
|
const activeView = visViewer.activeView;
|
|
18659
18660
|
activeView.removeCuttingPlanes();
|
|
18660
18661
|
activeView.delete();
|
|
18662
|
+
this.emitEvent({ type: "clearslices" });
|
|
18661
18663
|
this.update();
|
|
18662
18664
|
}
|
|
18663
18665
|
getSelected() {
|