BIM管理
parent
1873d9fe7d
commit
55c5ed4cbc
|
@ -980,12 +980,9 @@ export default {
|
|||
}
|
||||
setTimeout(() => {
|
||||
api.Model.location(modelId);
|
||||
this.resetScene();
|
||||
if (x * 1 + y * 1 + z * 1 != 0) {
|
||||
setTimeout(() => {
|
||||
api.Camera.lookAt({ position: [x, y, z], distance: 20000, heading: 90, pitch: -45 })
|
||||
}, 1000);
|
||||
}
|
||||
setTimeout(() => {
|
||||
this.resetScene();
|
||||
}, 1000);
|
||||
}, 1000);
|
||||
}
|
||||
this.initHideParts()
|
||||
|
@ -996,7 +993,7 @@ export default {
|
|||
let hideCnt = 0;
|
||||
let hideFn = () => {
|
||||
hideCnt++;
|
||||
if (hideCnt > 20) {
|
||||
if (hideCnt > 30) {
|
||||
return;
|
||||
}
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Reference in New Issue