|
@@ -221,38 +221,38 @@ export default {
|
|
|
t.selectable = false;
|
|
|
this.scene.addItem(t);
|
|
|
});
|
|
|
- parser.virtualWallList.forEach((t) => {
|
|
|
- // 是否显示
|
|
|
- // t.visible = this.isShowVirtualWall;
|
|
|
- t.visible = showBaseMap;
|
|
|
- // 是否可选
|
|
|
- t.selectable = false;
|
|
|
- this.scene.addItem(t);
|
|
|
- });
|
|
|
- parser.doorList.forEach((t) => {
|
|
|
- // 是否显示
|
|
|
- // t.visible = this.isShowDoor;
|
|
|
- t.visible = showBaseMap;
|
|
|
- // 是否可选
|
|
|
- t.selectable = false;
|
|
|
- this.scene.addItem(t);
|
|
|
- });
|
|
|
- parser.columnList.forEach((t) => {
|
|
|
- // 是否显示
|
|
|
- // t.visible = this.isShowColumn;
|
|
|
- t.visible = showBaseMap;
|
|
|
- // 是否可选
|
|
|
- t.selectable = false;
|
|
|
- this.scene.addItem(t);
|
|
|
- });
|
|
|
- parser.casementList.forEach((t) => {
|
|
|
- // 是否显示
|
|
|
- // t.visible = this.isShowWindow;
|
|
|
- t.visible = showBaseMap;
|
|
|
- // 是否可选
|
|
|
- t.selectable = false;
|
|
|
- this.scene.addItem(t);
|
|
|
- });
|
|
|
+ // parser.virtualWallList.forEach((t) => {
|
|
|
+ // // 是否显示
|
|
|
+ // // t.visible = this.isShowVirtualWall;
|
|
|
+ // t.visible = showBaseMap;
|
|
|
+ // // 是否可选
|
|
|
+ // t.selectable = false;
|
|
|
+ // this.scene.addItem(t);
|
|
|
+ // });
|
|
|
+ // parser.doorList.forEach((t) => {
|
|
|
+ // // 是否显示
|
|
|
+ // // t.visible = this.isShowDoor;
|
|
|
+ // t.visible = showBaseMap;
|
|
|
+ // // 是否可选
|
|
|
+ // t.selectable = false;
|
|
|
+ // this.scene.addItem(t);
|
|
|
+ // });
|
|
|
+ // parser.columnList.forEach((t) => {
|
|
|
+ // // 是否显示
|
|
|
+ // // t.visible = this.isShowColumn;
|
|
|
+ // t.visible = showBaseMap;
|
|
|
+ // // 是否可选
|
|
|
+ // t.selectable = false;
|
|
|
+ // this.scene.addItem(t);
|
|
|
+ // });
|
|
|
+ // parser.casementList.forEach((t) => {
|
|
|
+ // // 是否显示
|
|
|
+ // // t.visible = this.isShowWindow;
|
|
|
+ // t.visible = showBaseMap;
|
|
|
+ // // 是否可选
|
|
|
+ // t.selectable = false;
|
|
|
+ // this.scene.addItem(t);
|
|
|
+ // });
|
|
|
// 画板是否可拖动
|
|
|
this.view.DragMove = true;
|
|
|
this.view.fitSceneToView();
|