iflow-engine-base 3.7.2 → 3.7.3
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/index.d.ts
CHANGED
|
@@ -4309,12 +4309,18 @@ declare interface ViewBounds {
|
|
|
4309
4309
|
declare class ViewCube {
|
|
4310
4310
|
private engine;
|
|
4311
4311
|
cubeTool: any;
|
|
4312
|
+
mainViewPort: any;
|
|
4312
4313
|
constructor(engine: any);
|
|
4313
4314
|
init(): void;
|
|
4314
4315
|
CameraGoHome(time: number): void;
|
|
4316
|
+
cameraGoHome(time: number): void;
|
|
4315
4317
|
zoomToModel(box: any): void;
|
|
4316
4318
|
zoomToModels(m: any): void;
|
|
4317
|
-
|
|
4319
|
+
saveMainViewPort(): any;
|
|
4320
|
+
setMainViewPort(data: any): void;
|
|
4321
|
+
goToMainPort(): void;
|
|
4322
|
+
resetMainViewPort(): void;
|
|
4323
|
+
screenshot(): void;
|
|
4318
4324
|
}
|
|
4319
4325
|
|
|
4320
4326
|
declare class ViewTree {
|