|
|
@ -148,7 +148,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
* RC版: 该版本已经相当成熟了,基本上不存在导致错误的BUG,与即将发行的正式版相差无几。 |
|
|
|
* RC版: 该版本已经相当成熟了,基本上不存在导致错误的BUG,与即将发行的正式版相差无几。 |
|
|
|
* Release版: 该版本意味“最终版本”,在前面版本的一系列测试版之后,终归会有一个正式版本,是最终交付用户使用的一个版本。该版本有时也称为标准版。一般情况下,Release不会以单词形式出现在软件封面上,取而代之的是符号®。 |
|
|
|
* Release版: 该版本意味“最终版本”,在前面版本的一系列测试版之后,终归会有一个正式版本,是最终交付用户使用的一个版本。该版本有时也称为标准版。一般情况下,Release不会以单词形式出现在软件封面上,取而代之的是符号®。 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public VERSION = '1.0.8.20210118_beta'; |
|
|
|
public VERSION = '1.0.10.20210118_beta'; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 数据初始化 |
|
|
|
* 数据初始化 |
|
|
|
*/ |
|
|
|
*/ |
|
|
@ -394,18 +394,17 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
this.canvasData.selectPanelPoint.Data = new FloorNodeData(); |
|
|
|
this.canvasData.selectPanelPoint.Data = new FloorNodeData(); |
|
|
|
} |
|
|
|
} |
|
|
|
this.canvasData.selectPanelPoint.Data.Stock[axShape.assetData.Id] = axShape.assetData; |
|
|
|
this.canvasData.selectPanelPoint.Data.Stock[axShape.assetData.Id] = axShape.assetData; |
|
|
|
|
|
|
|
} else if (axShape.assetData.GameMode === GameMode.Examinee) { // 考生考试
|
|
|
|
|
|
|
|
if (axShape.assetData.Tag === 1) { |
|
|
|
|
|
|
|
this.canvasData.examOriginaleveryStoreyData.data[axShape.assetData.Id] = axShape.assetData; |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
if (this.canvasData.selectPanelPoint.Data === undefined |
|
|
|
|
|
|
|
|| this.canvasData.selectPanelPoint.Data === null) { |
|
|
|
|
|
|
|
this.canvasData.selectPanelPoint.Data = new FloorNodeData(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this.canvasData.selectPanelPoint.Data.Stock[axShape.assetData.Id] = axShape.assetData; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
// else if (obj.assetData.GameMode === GameMode.Examinee) { // 考生考试
|
|
|
|
|
|
|
|
// if (obj.assetData.Tag === 1) {
|
|
|
|
|
|
|
|
// this.canvasData.examOriginaleveryStoreyData.data[obj.assetData.Id] = obj.assetData;
|
|
|
|
|
|
|
|
// } else {
|
|
|
|
|
|
|
|
// if (this.canvasData.selectPanelPoint.Data === undefined
|
|
|
|
|
|
|
|
// || this.canvasData.selectPanelPoint.Data === null) {
|
|
|
|
|
|
|
|
// this.canvasData.selectPanelPoint.Data = new FloorNodeData();
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// this.canvasData.selectPanelPoint.Data.Stock[obj.assetData.Id] = obj.assetData;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
const temp = this.backgroundImage.getChildByName('图例') as AxLegend; |
|
|
|
const temp = this.backgroundImage.getChildByName('图例') as AxLegend; |
|
|
|
if ( temp !== undefined |
|
|
|
if ( temp !== undefined |
|
|
|
&& temp !== null |
|
|
|
&& temp !== null |
|
|
@ -439,18 +438,17 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
delete this.canvasData.selectPanelPoint.Data.DefinedIncrement[axShape.assetData.Id]; |
|
|
|
delete this.canvasData.selectPanelPoint.Data.DefinedIncrement[axShape.assetData.Id]; |
|
|
|
delete this.canvasData.selectPanelPoint.Data.Increment[axShape.assetData.Id]; |
|
|
|
delete this.canvasData.selectPanelPoint.Data.Increment[axShape.assetData.Id]; |
|
|
|
delete this.canvasData.selectPanelPoint.Data.Stock[axShape.assetData.Id]; |
|
|
|
delete this.canvasData.selectPanelPoint.Data.Stock[axShape.assetData.Id]; |
|
|
|
} |
|
|
|
} else if (axShape.assetData.GameMode === GameMode.Examinee) { // 考生考试
|
|
|
|
// else if (assetData.GameMode === GameMode.Examinee) { // 考生考试
|
|
|
|
if (axShape.assetData.Tag === 1) { |
|
|
|
// if (assetData.Tag === 1) {
|
|
|
|
// 删除楼层数据
|
|
|
|
// // 删除楼层数据
|
|
|
|
delete this.canvasData.examOriginaleveryStoreyData.data[axShape.assetData.Id]; |
|
|
|
// delete this.canvasData.examOriginaleveryStoreyData.data[assetData.Id];
|
|
|
|
} else { |
|
|
|
// } else {
|
|
|
|
delete this.canvasData.selectPanelPoint.Data.DefinedIncrement[axShape.assetData.Id]; |
|
|
|
// delete this.canvasData.selectPanelPoint.Data.DefinedIncrement[assetData.Id];
|
|
|
|
delete this.canvasData.selectPanelPoint.Data.Increment[axShape.assetData.Id]; |
|
|
|
// delete this.canvasData.selectPanelPoint.Data.Increment[assetData.Id];
|
|
|
|
delete this.canvasData.selectPanelPoint.Data.Stock[axShape.assetData.Id]; |
|
|
|
// delete this.canvasData.selectPanelPoint.Data.Stock[assetData.Id];
|
|
|
|
} |
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
} |
|
|
|
this.backgroundImage.removeChild(axShape); |
|
|
|
this.backgroundImage.removeChild(axShape); |
|
|
|
this.emit('canvasDataChanged'); |
|
|
|
this.emit('canvasDataChanged'); |
|
|
|
this.canvasData.isChange = true; |
|
|
|
this.canvasData.isChange = true; |
|
|
@ -975,28 +973,6 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
// 创建处置预案图形
|
|
|
|
// 创建处置预案图形
|
|
|
|
this.createNodeShape(this.canvasData.selectPanelPoint.Data); |
|
|
|
this.createNodeShape(this.canvasData.selectPanelPoint.Data); |
|
|
|
this.createAxLegend(); |
|
|
|
this.createAxLegend(); |
|
|
|
|
|
|
|
|
|
|
|
// // 测试代码
|
|
|
|
|
|
|
|
// const tempAssetData = {
|
|
|
|
|
|
|
|
// Id: "图例",//ObjectID.default.generate()
|
|
|
|
|
|
|
|
// Color: "#066EED80",
|
|
|
|
|
|
|
|
// PropertyInfos: [
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// Tag : '',
|
|
|
|
|
|
|
|
// Order : 0,
|
|
|
|
|
|
|
|
// Enabled : true,
|
|
|
|
|
|
|
|
// Visible : true,
|
|
|
|
|
|
|
|
// Required : false,
|
|
|
|
|
|
|
|
// RuleName : "",
|
|
|
|
|
|
|
|
// RuleValue : "",
|
|
|
|
|
|
|
|
// PhysicalUnit : "",
|
|
|
|
|
|
|
|
// PropertyName : "列",
|
|
|
|
|
|
|
|
// PropertyType : 2,
|
|
|
|
|
|
|
|
// PropertyValue : 2,
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// ]
|
|
|
|
|
|
|
|
// };
|
|
|
|
|
|
|
|
// var rectShape = new AxRectangleShape(0, 0, 100, 100,tempAssetData,this);
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 创建安信图例 |
|
|
|
* 创建安信图例 |
|
|
@ -1098,15 +1074,6 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
* 创建预览单点图标 |
|
|
|
* 创建预览单点图标 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private createPreviewImage(): void { |
|
|
|
private createPreviewImage(): void { |
|
|
|
// if (this.previewSinglePointIcon === null) {
|
|
|
|
|
|
|
|
// this.previewSinglePointIcon = PIXI.Sprite.from(this.canvasData.selectTemplateData.imageUrl);
|
|
|
|
|
|
|
|
// this.previewSinglePointIcon.width = this.canvasData.selectTemplateData.width;
|
|
|
|
|
|
|
|
// this.previewSinglePointIcon.height = this.canvasData.selectTemplateData.height;
|
|
|
|
|
|
|
|
// this.previewSinglePointIcon.anchor.set(0.5);
|
|
|
|
|
|
|
|
// this.previewSinglePointIcon.interactive = false;
|
|
|
|
|
|
|
|
// this.backgroundImage.addChild(this.previewSinglePointIcon);
|
|
|
|
|
|
|
|
// this.previewSinglePointIcon.scale.set(1 / this.backgroundImage.scale.x);
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
this.previewImage = new AxPreviewImageShape(this); |
|
|
|
this.previewImage = new AxPreviewImageShape(this); |
|
|
|
this.previewImage.visible = false; |
|
|
|
this.previewImage.visible = false; |
|
|
|
} |
|
|
|
} |
|
|
@ -1137,9 +1104,6 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
* @param x 半径 |
|
|
|
* @param x 半径 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private createCircleShadow(): void { |
|
|
|
private createCircleShadow(): void { |
|
|
|
// this.circleShadow.beginFill(0xFFCC5A);
|
|
|
|
|
|
|
|
// this.circleShadow.drawCircle(0, 0, 10);
|
|
|
|
|
|
|
|
// this.circleShadow.endFill();
|
|
|
|
|
|
|
|
this.circleShadow.visible = false; |
|
|
|
this.circleShadow.visible = false; |
|
|
|
this.backgroundImage.addChild(this.circleShadow); |
|
|
|
this.backgroundImage.addChild(this.circleShadow); |
|
|
|
} |
|
|
|
} |
|
|
@ -1152,15 +1116,6 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
this.circleShadow.drawCircle(0, 0, 5 / this.backgroundImage.scale.x); |
|
|
|
this.circleShadow.drawCircle(0, 0, 5 / this.backgroundImage.scale.x); |
|
|
|
this.circleShadow.endFill(); |
|
|
|
this.circleShadow.endFill(); |
|
|
|
} |
|
|
|
} |
|
|
|
// showConnectionPoint(b: boolean) {
|
|
|
|
|
|
|
|
// this.backgroundImage?.children.forEach(item => {
|
|
|
|
|
|
|
|
// if (item instanceof AxImageShape) {
|
|
|
|
|
|
|
|
// if (item.assetData.CanConnect) {
|
|
|
|
|
|
|
|
// item.showConnectionPoint(b);
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// });
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 开始绘制 |
|
|
|
* 开始绘制 |
|
|
|
*/ |
|
|
|
*/ |
|
|
@ -1213,14 +1168,9 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
this.circleShadow.visible = true; |
|
|
|
this.circleShadow.visible = true; |
|
|
|
break; |
|
|
|
break; |
|
|
|
case PaintMode.Pipeline: |
|
|
|
case PaintMode.Pipeline: |
|
|
|
// if (this.canvasData.selectTemplateData.name === '水带') {
|
|
|
|
|
|
|
|
// this.showConnectionPoint(true);
|
|
|
|
|
|
|
|
// } else {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
break; |
|
|
|
break; |
|
|
|
case PaintMode.endPaint: |
|
|
|
case PaintMode.endPaint: |
|
|
|
// this.showConnectionPoint(false);
|
|
|
|
|
|
|
|
if (this.previewImage !== null) { |
|
|
|
if (this.previewImage !== null) { |
|
|
|
this.previewImage.visible = false; |
|
|
|
this.previewImage.visible = false; |
|
|
|
} |
|
|
|
} |
|
|
@ -1229,11 +1179,6 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
&& this.paintingIcon !== null) { |
|
|
|
&& this.paintingIcon !== null) { |
|
|
|
this.backgroundImage.removeChild(this.paintingIcon); |
|
|
|
this.backgroundImage.removeChild(this.paintingIcon); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// if (this.paintingShape !== undefined
|
|
|
|
|
|
|
|
// && this.paintingShape !== null) {
|
|
|
|
|
|
|
|
// this.backgroundImage.removeChild(this.paintingShape);
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
if (this.paintingShape !== null) { |
|
|
|
if (this.paintingShape !== null) { |
|
|
|
this.backgroundImage.removeChild(this.paintingShape); |
|
|
|
this.backgroundImage.removeChild(this.paintingShape); |
|
|
|
this.paintingShape = null; |
|
|
|
this.paintingShape = null; |
|
|
@ -1315,14 +1260,11 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
} |
|
|
|
} |
|
|
|
break; |
|
|
|
break; |
|
|
|
case PaintMode.Pipeline: |
|
|
|
case PaintMode.Pipeline: |
|
|
|
// if (this.canvasData.selectTemplateData.name !== '水带') {
|
|
|
|
|
|
|
|
this.emit('createIcon', this.paintingShape); |
|
|
|
this.emit('createIcon', this.paintingShape); |
|
|
|
this.paintingShape = null; |
|
|
|
this.paintingShape = null; |
|
|
|
// }
|
|
|
|
|
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
this.paintPoints.splice(0, this.paintPoints.length); |
|
|
|
this.paintPoints.splice(0, this.paintPoints.length); |
|
|
|
// this.emit('backgroundScale', this.backgroundImage.scale.x);
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 复制 |
|
|
|
* 复制 |
|
|
@ -1392,88 +1334,78 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
* 考生点击楼层 |
|
|
|
* 考生点击楼层 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public async onExamineeClickFloor() { |
|
|
|
public async onExamineeClickFloor() { |
|
|
|
// this.backgroundImage.visible = false;
|
|
|
|
await this.refreshBackgroundImage(); |
|
|
|
// this.backgroundImage.scale.set(1);
|
|
|
|
// 清空所有图形
|
|
|
|
// this.backgroundImage.pivot.set(0);
|
|
|
|
this.selection.deselectAll(); |
|
|
|
// this.backgroundImage.x = this.app.view.width / 2;
|
|
|
|
const itemList = []; |
|
|
|
// this.backgroundImage.y = this.app.view.height / 2;
|
|
|
|
this.backgroundImage.children.forEach(item => { |
|
|
|
// this.backgroundImage.texture = await PIXI.Texture.fromURL(imageUrl);
|
|
|
|
if (item instanceof AxShape && item instanceof AxPreviewImageShape === false) { |
|
|
|
// this.backgroundImage.angle = imageAngle;
|
|
|
|
itemList.push(item.name); |
|
|
|
// // 等待图片加载完成
|
|
|
|
} |
|
|
|
// let imageWidth = this.backgroundImage.texture.width;
|
|
|
|
}); |
|
|
|
// let imageHeight = this.backgroundImage.texture.height;
|
|
|
|
|
|
|
|
// let appWidth = this.app.view.width - 470;
|
|
|
|
|
|
|
|
// let appHeight = this.app.view.height;
|
|
|
|
|
|
|
|
// let wScale = appWidth / imageWidth;
|
|
|
|
|
|
|
|
// let hScale = appHeight / imageHeight;
|
|
|
|
|
|
|
|
// let scale = wScale < hScale ? wScale : hScale;
|
|
|
|
|
|
|
|
// // 设置图片缩放
|
|
|
|
|
|
|
|
// this.backgroundImage.scale.set(scale);
|
|
|
|
|
|
|
|
// // 清空所有图形
|
|
|
|
|
|
|
|
// this.selection.deselectAll();
|
|
|
|
|
|
|
|
// let itemList = [];
|
|
|
|
|
|
|
|
// this.backgroundImage.children.forEach(item => {
|
|
|
|
|
|
|
|
// if (item instanceof AxShape && item instanceof AxPreviewImageShape===false) {
|
|
|
|
|
|
|
|
// itemList.push(item.name);
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// });
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// itemList.forEach(item => {
|
|
|
|
itemList.forEach(item => { |
|
|
|
// this.backgroundImage.getChildByName(item).destroy();
|
|
|
|
this.backgroundImage.getChildByName(item).destroy(); |
|
|
|
// })
|
|
|
|
}); |
|
|
|
// // 创建楼层图形
|
|
|
|
// 创建楼层图形
|
|
|
|
// this.createFloorShape(this.canvasData.examOriginaleveryStoreyData.data);
|
|
|
|
this.createFloorShape(this.canvasData.examOriginaleveryStoreyData.data); |
|
|
|
// // 创建楼层图形
|
|
|
|
// 创建楼层图形
|
|
|
|
// this.createFloorShape(this.canvasData.originaleveryStoreyData.data);
|
|
|
|
this.createFloorShape(this.canvasData.originaleveryStoreyData.data); |
|
|
|
// // 创建处置预案图形
|
|
|
|
// 创建处置预案图形
|
|
|
|
// this.createNodeShape(this.canvasData.selectPanelPoint.Data);
|
|
|
|
this.createNodeShape(this.canvasData.selectPanelPoint.Data); |
|
|
|
// // 隐藏图标
|
|
|
|
// 隐藏图标
|
|
|
|
// this.setIconVisible(this.canvasData.hiddenBasicInfoFacilities, false);
|
|
|
|
this.setIconVisible(this.canvasData.hiddenBasicInfoFacilities, false); |
|
|
|
// this.backgroundImage.visible = true;
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 考官点击楼层 |
|
|
|
* 考官点击楼层-阅卷 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public async onExaminerClickFloor() { |
|
|
|
public async onExaminerClickFloor() { |
|
|
|
// this.backgroundImage.visible = false;
|
|
|
|
await this.refreshBackgroundImage(); |
|
|
|
// this.backgroundImage.scale.set(1);
|
|
|
|
// 清空所有图形
|
|
|
|
// this.backgroundImage.pivot.set(0);
|
|
|
|
this.selection.deselectAll(); |
|
|
|
// this.backgroundImage.x = this.app.view.width / 2;
|
|
|
|
const itemList = []; |
|
|
|
// this.backgroundImage.y = this.app.view.height / 2;
|
|
|
|
this.backgroundImage.children.forEach(item => { |
|
|
|
// this.backgroundImage.texture = await PIXI.Texture.fromURL(imageUrl);
|
|
|
|
if (item instanceof AxShape && item instanceof AxPreviewImageShape === false) { |
|
|
|
// this.backgroundImage.angle = imageAngle;
|
|
|
|
itemList.push(item.name); |
|
|
|
// // 等待图片加载完成
|
|
|
|
} |
|
|
|
// let imageWidth = this.backgroundImage.texture.width;
|
|
|
|
}); |
|
|
|
// let imageHeight = this.backgroundImage.texture.height;
|
|
|
|
|
|
|
|
// let appWidth = this.app.view.width - 470;
|
|
|
|
itemList.forEach(item => { |
|
|
|
// let appHeight = this.app.view.height;
|
|
|
|
this.backgroundImage.getChildByName(item).destroy(); |
|
|
|
// let wScale = appWidth / imageWidth;
|
|
|
|
}); |
|
|
|
// let hScale = appHeight / imageHeight;
|
|
|
|
// 创建楼层图形
|
|
|
|
// let scale = wScale < hScale ? wScale : hScale;
|
|
|
|
this.createFloorShape(this.canvasData.examOriginaleveryStoreyData.data); |
|
|
|
// // 设置图片缩放
|
|
|
|
// 创建楼层图形
|
|
|
|
// this.backgroundImage.scale.set(scale);
|
|
|
|
this.createFloorShape(this.canvasData.originaleveryStoreyData.data); |
|
|
|
// // 清空所有图形
|
|
|
|
// 创建处置预案图形
|
|
|
|
// this.selection.deselectAll();
|
|
|
|
this.createNodeShape(this.canvasData.selectPanelPoint.Data); |
|
|
|
// let itemList = [];
|
|
|
|
// 隐藏图标
|
|
|
|
// this.backgroundImage.children.forEach(item => {
|
|
|
|
this.setIconVisible(this.canvasData.hiddenBasicInfoFacilities, false); |
|
|
|
// if (item instanceof AxShape && item instanceof AxPreviewImageShape===false) {
|
|
|
|
} |
|
|
|
// itemList.push(item.name);
|
|
|
|
/** |
|
|
|
// }
|
|
|
|
* 考官点击楼层-创建试卷 |
|
|
|
// });
|
|
|
|
*/ |
|
|
|
|
|
|
|
public async onExaminerClickFloor_CreateTestpaper() { |
|
|
|
|
|
|
|
await this.refreshBackgroundImage(); |
|
|
|
|
|
|
|
// 清空所有图形
|
|
|
|
|
|
|
|
this.selection.deselectAll(); |
|
|
|
|
|
|
|
const itemList = []; |
|
|
|
|
|
|
|
this.backgroundImage.children.forEach(item => { |
|
|
|
|
|
|
|
if (item instanceof AxShape && item instanceof AxPreviewImageShape === false) { |
|
|
|
|
|
|
|
itemList.push(item.name); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
// itemList.forEach(item => {
|
|
|
|
itemList.forEach(item => { |
|
|
|
// this.backgroundImage.getChildByName(item).destroy();
|
|
|
|
this.backgroundImage.getChildByName(item).destroy(); |
|
|
|
// })
|
|
|
|
}); |
|
|
|
// // 创建楼层图形
|
|
|
|
// 创建楼层图形
|
|
|
|
// this.createFloorShape(this.canvasData.examOriginaleveryStoreyData.data);
|
|
|
|
this.createFloorShape(this.canvasData.originaleveryStoreyData.data); |
|
|
|
// // 创建楼层图形
|
|
|
|
// 创建处置预案图形
|
|
|
|
// this.createFloorShape(this.canvasData.originaleveryStoreyData.data);
|
|
|
|
this.createNodeShape(this.canvasData.selectPanelPoint.Data); |
|
|
|
// // 创建处置预案图形
|
|
|
|
// 隐藏图标
|
|
|
|
// this.createNodeShape(this.canvasData.selectPanelPoint.Data);
|
|
|
|
this.setNameVisible(false, 0); |
|
|
|
// // 隐藏图标
|
|
|
|
|
|
|
|
// this.setIconVisible(this.canvasData.hiddenBasicInfoFacilities, false);
|
|
|
|
|
|
|
|
// this.backgroundImage.visible = true;
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|