diff --git a/src/app/ui/disposal-node/disposal-node.component.html b/src/app/ui/disposal-node/disposal-node.component.html
index 2d1a5a6..3b3975f 100644
--- a/src/app/ui/disposal-node/disposal-node.component.html
+++ b/src/app/ui/disposal-node/disposal-node.component.html
@@ -12,12 +12,35 @@
组织指挥要点
+
+
volume_up
+
+
+
+
+ settings_voice
+
+
+ 按住说话
+
+
+ search
+
+
+
+
+
+
-
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/app/ui/disposal-node/disposal-node.component.scss b/src/app/ui/disposal-node/disposal-node.component.scss
index 468948e..a7a769f 100644
--- a/src/app/ui/disposal-node/disposal-node.component.scss
+++ b/src/app/ui/disposal-node/disposal-node.component.scss
@@ -13,12 +13,12 @@
align-items:center;
min-height: 40px;
box-sizing: border-box;
- margin: 3px 0;
+ margin: 0 0;
.bigeditdeletebtn{
- border:1px solid #0E79A9;
+
margin-right: 0px;
- height: 80%;
+ height: 100%;
display: flex;
flex-direction: column;
// align-items:center;/*由于flex-direction: column,因此align-items代表的是水平方向*/
@@ -37,10 +37,74 @@
cursor: pointer;
//background-image: url("../../../assets/images/标签经过.png") ;
}
+ .bigTalkBox{
+ user-select: none;
+ .titleIcon{
+ font-size: 33px;
+ vertical-align: sub;
+ color: white;
+ }
+ .talkBox{
+ width: 309px;
+ height: 326px;
+ border: 1px solid #30bbec;
+ background-color: #013a64;
+ opacity: .9 ;
+ position: absolute;
+ top: 32px;
+ right:4px;
+ z-index: 2000;
+ .btndiv{
+ div{
+ border-radius: 18px;
+ width: 70px;
+ height: 30px;
+ text-align: center;
+ line-height: 30px;
+ display: inline-block;
+ font-size: 13px;
+ color: white;
+ cursor: pointer;
+
+ }
+ div:nth-child(1){
+ background-color: #fe9400;
+ margin: 10px;
+ }
+ div:nth-child(2){
+ background-color: #f95e5a;
+ }
+ }
+ .bottomDiv{
+ position: absolute;
+ bottom:6px;
+ width: 100%;
+ height: 32px;
+ line-height: 32px;
+ display: flex;
+ color: white;
+ text-align: center;
+ div:nth-child(1){
+ flex: 1;
+ }
+ div:nth-child(2){
+ flex: 6;
+ color: #409eff;
+ background: url('../../../assets/images/输入框.png');
+ background-size: 100% 100%;
+ }
+ div:nth-child(3){
+ flex: 1;
+
+ }
+ }
+ }
+ }
}
//中间文字区域
.wenzi{
+ border-top:1px solid #30bbec;
overflow:auto;
height: 85%;
width: 100%;
@@ -48,6 +112,9 @@
.h3{
color: #CC5D13;
}
+
+ font-size: 20px;
+
.scrollbar{
width: 30px;
height: 300px;
diff --git a/src/app/ui/disposal-node/disposal-node.component.ts b/src/app/ui/disposal-node/disposal-node.component.ts
index c337470..7effea5 100644
--- a/src/app/ui/disposal-node/disposal-node.component.ts
+++ b/src/app/ui/disposal-node/disposal-node.component.ts
@@ -21,7 +21,11 @@ export class DisposalNodeComponent implements OnInit {
}
checkedBuildingIndex:number = -1
chooseBiaoti=1
-
+ //打开说话框
+ isOpenTalk = false
+ openTalkDiv(){
+ this.isOpenTalk = !this.isOpenTalk
+ }
//鼠标移入边框变颜色
yiru(yirunum){
var tedian=document.getElementById(yirunum)
@@ -45,8 +49,8 @@ export class DisposalNodeComponent implements OnInit {
tedian.style.border="1px solid #0E79A9"
zhuyi.style.border="1px solid #0E79A9"
chuzhi.style.border="1px solid #0E79A9"
- chuzhiYuanze+=`一、处置原则
`;
- chuzhiYuanze+='(一)灾情处置应坚持“'
+ chuzhiYuanze+=`一、处置原则
`;
+ chuzhiYuanze+='(一)灾情处置应坚持“'
chuzhiYuanze+='救人第一、科学施救'
chuzhiYuanze+='”的原则,严禁在不熟悉情况时擅自行动,严禁冒险蛮干。'
chuzhiYuanze+='(二)现场情况基本清楚,无爆炸等次生灾害风险,灾情易于辨识研判,在技术人员指导下,果断下达指令开展灭火救援行动。'
@@ -67,7 +71,7 @@ export class DisposalNodeComponent implements OnInit {
tedian.style.border="1px solid #30BBEC"
zhuyi.style.border="1px solid #0E79A9"
chuzhi.style.border="1px solid #0E79A9"
- chuzhiYuanze+='(1) 爆炸引起燃烧。油罐发生爆炸后,随即易形成稳定燃烧。爆炸后,从罐顶或裂口处流出的油品或因罐体移位流出的油品,易造成地面流淌性燃烧。'
+ chuzhiYuanze+='(1) 爆炸引起燃烧。油罐发生爆炸后,随即易形成稳定燃烧。爆炸后,从罐顶或裂口处流出的油品或因罐体移位流出的油品,易造成地面流淌性燃烧。'
chuzhiYuanze+='(2) 燃烧引起爆炸。在形成稳定燃烧的油罐的邻近油罐,在热辐射的作用下易发生爆炸,扩大火势。'
chuzhiYuanze+='(3) 火焰高,辐射热强。爆炸后在油罐破裂位置形成的稳定燃烧,其火焰高达几十米,并对其四周产生强烈的热辐射。'
chuzhiYuanze+='(4) 易形成沸溢与喷溅。由于重质油品具有“热波特性”,对含有一定水分或有水垫层的重质油品储罐发生火灾后,如果不能及时进行冷却控制,在其“热波特性”的作用下就会使油品内的乳化水或油层下的水垫层产生过热蒸汽,而导致发生油品的沸溢或喷溅现象。'
@@ -78,7 +82,7 @@ export class DisposalNodeComponent implements OnInit {
tedian.style.border="1px solid #0E79A9"
zhuyi.style.border="1px solid #30BBEC"
chuzhi.style.border="1px solid #0E79A9"
- chuzhiYuanze+='1、油罐火灾的辐射热强,参战人员应配有防高温、防辐射、防毒的防护装备。'
+ chuzhiYuanze+='1、油罐火灾的辐射热强,参战人员应配有防高温、防辐射、防毒的防护装备。'
chuzhiYuanze+='2、正确选择停车位置。消防车尽量停在上风或侧上风向,与燃烧油罐保持一定的安全距离。扑救重质油罐火灾时,消防车头应背向油罐,以备紧急撤离。作战行动中的部分车辆动画加上文字配音说明'
chuzhiYuanze+='3、注意观察火场情况变化,及时发现沸溢、喷溅征兆。'
chuzhiYuanze+='4、充分冷却,防止复燃。燃烧罐的火势被扑灭后,要继续对其实施冷却,直至使罐内油品温度降到燃点以下为止。设有保温层的原油罐可不予以冷却。轻质油品罐不会形成高温层,冷却的重点是液面以上的罐壁。救活的图片加上文字配音说明。'
@@ -95,7 +99,7 @@ export class DisposalNodeComponent implements OnInit {
tedian.style.border="1px solid #0E79A9"
zhuyi.style.border="1px solid #0E79A9"
chuzhi.style.border="1px solid #30BBEC"
- chuzhiYuanze+='1、安全防护
'
+ chuzhiYuanze+='1、安全防护
'
chuzhiYuanze+='①应综合考虑风力风向、工艺流程、地形地势、封闭管井等因素,'
chuzhiYuanze+='科学选择车辆站位和阵地设置;'
chuzhiYuanze+='②科学设置内、外观察哨,通过单位DCS系统设内观察哨,重点监测着火罐及周边邻近罐的介质、压力、温度、液位以及预警等级;通过在外部设观察哨,实时观察燃烧烟雾、火焰以及罐体外形变化、颤动声响等,确保整个作战行动安全可控;'
diff --git a/src/app/ui/plan-assistance/plan-assistance.component.ts b/src/app/ui/plan-assistance/plan-assistance.component.ts
index c706246..e31df47 100644
--- a/src/app/ui/plan-assistance/plan-assistance.component.ts
+++ b/src/app/ui/plan-assistance/plan-assistance.component.ts
@@ -1,6 +1,6 @@
import { Component, OnInit, AfterViewInit, ViewChild, } from '@angular/core';
import { WorkingAreaComponent } from 'src/app/working-area/working-area.component';
-import {CanvasShareDataService} from '../../canvas-share-data.service'
+import {CanvasShareDataService} from '../../canvas-share-data.service';
import * as ObjectID from 'bson-objectid';
@Component({
@@ -9,1461 +9,6592 @@ import * as ObjectID from 'bson-objectid';
styleUrls: ['./plan-assistance.component.scss']
})
export class PlanAssistanceComponent implements OnInit, AfterViewInit {
- constructor(public canvasData:CanvasShareDataService) { }
+ constructor(public canvasData: CanvasShareDataService) { }
@ViewChild('workingArea')
workingArea: WorkingAreaComponent;
demoData = [
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f670ceae03abe3856d87d3e',
+ Name: '消防泵房',
Angle: 0,
- Color: 0,
- Enabled: true,
- FillMode: 0,
- FireElementId: 0,
- FixedSize: false,
- CanConnection: true,
- ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048cae9d',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
+ Color: '80',
Point: {
- x: 1295,
- y: 1237
+ x: 538.0725371265185,
+ y: 790.8249488152024
},
- Name: '地上消火栓0',
- PropertyInfos: null,
+ Width: 32,
Border: null,
- DrawMode: null,
- Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
- },
- {
- TemplateId: null,
- FloorId: null,
- Angle: 0,
- Color: 0,
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7c0ff1bb3cf106508afaed.png',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048cae9e',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 2117,
- y: 981
- },
- Name: '地上消火栓1',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ MultiPoint: null,
+ TemplateId: '5e7c0ff961550e2754d461b9',
+ FireElementId: '5e7967a80814180f1c1ecaa4',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: ''
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '位置',
+ PropertyType: 0,
+ PropertyValue: ''
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f670d5c8db9a325049fa971.jpg'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f670d638db9a325049fa972.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f670dd3e03abe3856d87d3f',
+ Name: '地上消火栓',
Angle: 0,
- Color: 0,
- Enabled: true,
- FillMode: 0,
- FireElementId: 0,
- FixedSize: false,
- CanConnection: true,
- ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048cae9f',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
+ Color: '#066eed80',
Point: {
- x: 2117,
- y: 607
+ x: -854.3835678799273,
+ y: 688.1144590593601
},
- Name: '地上消火栓2',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
- Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
- },
- {
- TemplateId: null,
- FloorId: null,
- Angle: 0,
- Color: 0,
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caea0',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 2117,
- y: 66
- },
- Name: '地上消火栓3',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '1'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6711f5e03abe3856d87d43',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: -539.9645631808662,
+ y: 271.248256281619
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caea1',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 2117,
- y: -230
- },
- Name: '地上消火栓4',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '1'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f67128ae03abe3856d87d44',
+ Name: '地上消火栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: -563.1123674185176,
+ y: 272.12837517909185
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caea2',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1450,
- y: -410
- },
- Name: '地上消火栓5',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f671330e03abe3856d87d45',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
+ Point: {
+ x: -51.57937113008251,
+ y: 271.9224183841443
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '3'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f671341e03abe3856d87d47',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 299.11560093170795,
+ y: 5.1063714995351575
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '4'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f671357e03abe3856d87d49',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 500.9012712134421,
+ y: 432.9232113342218
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '5'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f67136fe03abe3856d87d4a',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 88.60901628649833,
+ y: -362.81780743424156
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '6'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f671382e03abe3856d87d4b',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1089.647824545333,
+ y: -680.096209373906
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '7'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f671396e03abe3856d87d4c',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 916.5868780327887,
+ y: -357.72777959563734
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '8'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f6713afe03abe3856d87d4d',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1267.7987988964815,
+ y: -374.6945390576514
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '9'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f6713c0e03abe3856d87d4e',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1507.3371984219418,
+ y: -451.51880641310424
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '10'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f671412e03abe3856d87d4f',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 2114.4400960509874,
+ y: -142.24993442805783
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '11'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f671425e03abe3856d87d50',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1936.2891216998387,
+ y: 278.525700229893
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f671434e03abe3856d87d51',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1656.3375905766052,
+ y: 275.1323483374903
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '13'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671441e03abe3856d87d52',
+ Name: '地上消火栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1155.818186447188,
+ y: -8.212534678145914
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '14'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f67144de03abe3856d87d53',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 2915.2711426580545,
+ y: -347.5477239184288
+ },
Width: 32,
- Id: '5f67f92238f13cd2048caea3',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
+ Thickness: 0,
+ BuildingId: '5f6704859e91f4410005f55f',
MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '15'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
+ },
+ {
+ Id: '5f67145be03abe3856d87d54',
+ Name: '地上消火栓',
+ Angle: 0,
+ Color: '#066eed80',
Point: {
- x: 1149,
- y: 19
+ x: 2913.5744667118533,
+ y: 185.20852318881538
},
- Name: '地上消火栓6',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
+ Enabled: true,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
+ FixedSize: false,
+ CanConnection: true,
+ ConnectionObjs: [],
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '16'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f67146ee03abe3856d87d55',
+ Name: '地上消火栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 2096.1298123494207,
+ y: 649.4948028638328
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caea4',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1149,
- y: 779
- },
- Name: '地上消火栓7',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '17'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671481e03abe3856d87d56',
+ Name: '地上消火栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1901.6453605180648,
+ y: 1239.3597336930006
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caea5',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 991,
- y: 1345
- },
- Name: '地上消火栓8',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '18'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f67148be03abe3856d87d57',
+ Name: '地上消火栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1354.5242652562279,
+ y: 1235.0853501362674
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caea6',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 580,
- y: 1345
- },
- Name: '地上消火栓9',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '19'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6714ade03abe3856d87d58',
+ Name: '地上消火栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1160.7655915494565,
+ y: 783.9050578476852
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caea7',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: -14,
- y: 1507
- },
- Name: '地上消火栓10',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '20'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6714bde03abe3856d87d59',
+ Name: '地上消火栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 993.7723947424533,
+ y: 1345.901393255869
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caea8',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: -443,
- y: 1507
- },
- Name: '地上消火栓11',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '21'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6714c5e03abe3856d87d5a',
+ Name: '地上消火栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 577.8951065403974,
+ y: 1345.9013932558687
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caea9',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: -519,
- y: 1014
- },
- Name: '地上消火栓12',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '22'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6714d4e03abe3856d87d5b',
+ Name: '地上消火栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 126.55162198821722,
+ y: 1029.7104791062238
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeaa',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: -196,
- y: 1014
- },
- Name: '地上消火栓13',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '23'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6714ebe03abe3856d87d5c',
+ Name: '地上消火栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: -179.95583881318612,
+ y: 1030.9615299666377
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeab',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 136,
- y: 1014
- },
- Name: '地上消火栓14',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '24'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6714ffe03abe3856d87d5d',
+ Name: '地上消火栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: -435.1702143376199,
+ y: 1028.45942824581
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7aaebaefc8471c94ff19eb.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeac',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 544,
- y: 404
- },
- Name: '地上消火栓15',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7aaef87ba7ea2e4ce5a550',
+ FireElementId: '5e7967810814180f1c1ecaa2',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '25'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '牙口',
+ PropertyType: 0,
+ PropertyValue: '65*2/100'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管径',
+ PropertyType: 0,
+ PropertyValue: 'DN200'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: 'MPa',
+ PropertyName: '压力',
+ PropertyType: 2,
+ PropertyValue: '0.12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '开关类型',
+ PropertyType: 0,
+ PropertyValue: '扳手'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '管网形式',
+ PropertyType: 0,
+ PropertyValue: '环状'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6711aa8db9a325049fa973.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f67158fe03abe3856d87d5e',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
- Enabled: true,
- FillMode: 0,
- FireElementId: 0,
- FixedSize: false,
- CanConnection: true,
- ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caead',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
+ Color: '#066eed80',
Point: {
- x: 86,
- y: 404
+ x: -5.796097596718141,
+ y: 273.14583520021273
},
- Name: '地上消火栓16',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
- Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
- },
- {
- TemplateId: null,
- FloorId: null,
- Angle: 0,
- Color: 0,
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeae',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: -555,
- y: 404
- },
- Name: '地上消火栓17',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f67165ce03abe3856d87d5f',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 462.9058952959447,
+ y: 432.54246436208996
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeaf',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: -1542,
- y: 702
- },
- Name: '地上消火栓18',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '3'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671670e03abe3856d87d60',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1155.2026113881834,
+ y: 36.88757093210626
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeb0',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: -1542,
- y: 1662
- },
- Name: '地上消火栓19',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '4'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f67167ee03abe3856d87d61',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1218.8312292956107,
+ y: -356.45297613199
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeb1',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 130,
- y: -147
- },
- Name: '地上消火栓20',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '5'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671690e03abe3856d87d62',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1561.5581030242533,
+ y: -469.2491624224295
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeb2',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 904,
- y: -375
- },
- Name: '地上消火栓21',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '6'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f67169de03abe3856d87d63',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1046.7447399550688,
+ y: -664.473331002036
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeb3',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1137,
- y: -674
- },
- Name: '地上消火栓22',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '7'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6716bce03abe3856d87d64',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 2115.4162998093598,
+ y: -15.172207355788942
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeb4',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 2922,
- y: -349
- },
- Name: '地上消火栓23',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '8'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6716c9e03abe3856d87d65',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 2915.112338509526,
+ y: -292.8243582245628
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeb5',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 2922,
- y: 187
- },
- Name: '地上消火栓24',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '9'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6716e0e03abe3856d87d66',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
- Enabled: true,
- FillMode: 0,
- FireElementId: 0,
- FixedSize: false,
- CanConnection: true,
- ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeb6',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
+ Color: '#066eed80',
Point: {
- x: 1931,
- y: 289
+ x: 1988.5158013887126,
+ y: 278.0216677369151
},
- Name: '地上消火栓25',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
- Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
- },
- {
- TemplateId: null,
- FloorId: null,
- Angle: 0,
- Color: 0,
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeb7',
- ImageUrl: './assets/images/地上消火栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 87,
- y: -432
- },
- Name: '地上消火栓26',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '11'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6716f6e03abe3856d87d67',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 2975.3868020413206,
+ y: 191.2124158152834
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeb8',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1361,
- y: 1212
- },
- Name: '泡沫栓0',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '10'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671701e03abe3856d87d68',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1703.0254066222362,
+ y: 272.97200813738664
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeb9',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1943,
- y: 1212
- },
- Name: '泡沫栓1',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671717e03abe3856d87d69',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 2092.983870088383,
+ y: 819.7323282038833
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeba',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 2047,
- y: -420
- },
- Name: '泡沫栓2',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '13'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671730e03abe3856d87d6a',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
- Enabled: true,
- FillMode: 0,
- FireElementId: 0,
- FixedSize: false,
- CanConnection: true,
- ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caebb',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
+ Color: '#066eed80',
Point: {
- x: 1517,
- y: -390
+ x: 1951.9378727440935,
+ y: 1239.7359647402122
},
- Name: '泡沫栓3',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
- Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
- },
- {
- TemplateId: null,
- FloorId: null,
- Angle: 0,
- Color: 0,
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caebc',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1187,
- y: -11
- },
- Name: '泡沫栓4',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '14'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f67173be03abe3856d87d6b',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1408.1271940944434,
+ y: 1236.6016092436726
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caebd',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1187,
- y: 815
- },
- Name: '泡沫栓5',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '15'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671744e03abe3856d87d6c',
+ Name: '泡沫栓',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1160.4571509862274,
+ y: 942.5243236030998
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b3a628121c2286c0cb294.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caebe',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 504,
- y: 437
- },
- Name: '泡沫栓6',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b3a6a0137e12020bd7f7f',
+ FireElementId: '5e796b4a0814180f1c1ecabb',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '16'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '型号',
+ PropertyType: 0,
+ PropertyValue: 'PS100-65*2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '出口',
+ PropertyType: 0,
+ PropertyValue: '法兰'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6715768db9a325049fa974.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671767e03abe3856d87d6d',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: -592.1952057948927,
+ y: 271.2807226550343
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caebf',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: -1532,
- y: 746
- },
- Name: '泡沫栓7',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '1'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671842e03abe3856d87d6e',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: -97.79605019753274,
+ y: 272.1435484065131
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caec0',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: -1532,
- y: 1703
- },
- Name: '泡沫栓8',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '2'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671853e03abe3856d87d6f',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1150.6880828651256,
+ y: -69.45260716773461
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caec1',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1081,
- y: -690
- },
- Name: '泡沫栓9',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '3'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671863e03abe3856d87d70',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1152.4040527919356,
+ y: -333.2077578697689
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caec2',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 2875,
- y: -389
- },
- Name: '泡沫栓10',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '4'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6718dbe03abe3856d87d71',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1456.632463331941,
+ y: -431.236912377104
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caec3',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 2875,
- y: 233
- },
- Name: '泡沫栓11',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '5'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6718ece03abe3856d87d72',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 2115.794019501953,
+ y: -194.61481529043306
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caec4',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1981,
- y: 265
- },
- Name: '泡沫栓12',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '6'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6718fce03abe3856d87d73',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 2918.6189917603,
+ y: -79.68408241976437
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caec5',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1570,
- y: 265
- },
- Name: '泡沫栓13',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '7'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f67190ce03abe3856d87d74',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1887.6227115969486,
+ y: 278.62937888290867
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caec6',
- ImageUrl: './assets/images/泡沫栓.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 93,
- y: -362
- },
- Name: '泡沫栓14',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '8'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671916e03abe3856d87d75',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1609.5189625658177,
+ y: 276.4352097691058
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caec7',
- ImageUrl: './assets/images/固定水泡.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1892,
- y: 1237
- },
- Name: '固定水泡0',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '9'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671945e03abe3856d87d76',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 2095.5215915504127,
+ y: 596.2041604311792
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caec8',
- ImageUrl: './assets/images/固定水泡.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1993,
- y: -452
- },
- Name: '固定水泡1',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '10'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671954e03abe3856d87d77',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1851.9430767861622,
+ y: 1238.0508628431387
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caec9',
- ImageUrl: './assets/images/固定水泡.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: -536,
- y: 1014
- },
- Name: '固定水泡2',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '11'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f67195de03abe3856d87d78',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
- Enabled: true,
- FillMode: 0,
- FireElementId: 0,
- FixedSize: false,
- CanConnection: true,
- ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caeca',
- ImageUrl: './assets/images/固定水泡.png',
- InteractiveMode: 0,
- MultiPoint: null,
+ Color: '#066eed80',
Point: {
- x: -354,
- y: 1014
+ x: 1286.183169018807,
+ y: 1239.7943307666721
},
- Name: '固定水泡3',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
- Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
- },
- {
- TemplateId: null,
- FloorId: null,
- Angle: 0,
- Color: 0,
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caecb',
- ImageUrl: './assets/images/固定水泡.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: -22,
- y: 1014
- },
- Name: '固定水泡4',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '12'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f671978e03abe3856d87d79',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: 1159.3027504423208,
+ y: 738.1954273316667
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caecc',
- ImageUrl: './assets/images/固定水泡.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 41,
- y: 437
- },
- Name: '固定水泡5',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '13'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f67198ce03abe3856d87d7a',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: -32.3318372843471,
+ y: 1029.7104791062238
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caecd',
- ImageUrl: './assets/images/固定水泡.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: -592,
- y: 437
- },
- Name: '固定水泡6',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '14'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
},
{
- TemplateId: null,
- FloorId: null,
+ Id: '5f6719a4e03abe3856d87d7b',
+ Name: '固定水炮',
Angle: 0,
- Color: 0,
+ Color: '#066eed80',
+ Point: {
+ x: -276.2867550650558,
+ y: 1028.4594282458097
+ },
+ Width: 32,
+ Border: {
+ w: 0,
+ x: 0,
+ y: 0,
+ z: 0
+ },
+ Height: 32,
Enabled: true,
- FillMode: 0,
- FireElementId: 0,
+ FloorId: '5f670bb79e91f4410005f564',
+ DrawMode: 0,
+ FillMode: 1,
+ GameMode: 0,
+ ImageUrl: '/api/Objects/PlanPlatform/5e7b384e8121c2286c0cb290.png',
+ CompanyId: '5f67042b9e91f4410005f55c',
FixedSize: false,
CanConnection: true,
ConnectionObjs: [],
- Height: 32,
- Width: 32,
- Id: '5f67f92238f13cd2048caece',
- ImageUrl: './assets/images/固定水泡.png',
- InteractiveMode: 0,
- MultiPoint: null,
- Point: {
- x: 1363,
- y: 289
- },
- Name: '固定水泡7',
- PropertyInfos: null,
- Border: null,
- DrawMode: null,
Thickness: 0,
- IsFromBuilding: false,
- GameMode: 0
+ BuildingId: '5f6704859e91f4410005f55f',
+ MultiPoint: null,
+ TemplateId: '5e7b38610137e12020bd7f7b',
+ FireElementId: '5e7967f30814180f1c1ecaab',
+ PropertyInfos: [
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '名称/编号',
+ PropertyType: 0,
+ PropertyValue: '15'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '',
+ PropertyName: '压力',
+ PropertyType: 0,
+ PropertyValue: '0.1Mpa'
+ },
+ {
+ Tag: '',
+ Order: 0,
+ Enabled: true,
+ Visible: true,
+ Required: false,
+ RuleName: '',
+ RuleValue: '',
+ PhysicalUnit: '张',
+ PropertyName: '图片',
+ PropertyType: 4,
+ PropertyValue: '5'
+ },
+ {
+ Tag: null,
+ Order: 0,
+ Enabled: false,
+ Visible: false,
+ Required: false,
+ RuleName: null,
+ RuleValue: null,
+ PhysicalUnit: null,
+ PropertyName: '图片',
+ PropertyType: 3,
+ PropertyValue: '/api/Objects/WebPlan2D/5f67042b9e91f4410005f55c/5f6717b48db9a325049fa975.jpg'
+ }
+ ],
+ IsFromBuilding: true,
+ InteractiveMode: 0
}
];
@@ -1510,21 +6641,8 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
IsFromBuilding: false,
GameMode: 2
};
- ngOnInit(): void {
- let that = this
- window.setTimeout(()=>{
- document.getElementById("center").oncontextmenu = function (event) {
- that.workingArea.cancelPaint()
- event.preventDefault();
- };
- })
- }
-
- ngAfterViewInit(): void {
- this.workingArea.loadDemoScene(this.demoData, 0.149);
- }
- //所有车辆信息
+ // 所有车辆信息
allCarsData = [
{
TemplateId: null,
@@ -1546,15 +6664,15 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
y: 1237
},
Name: '水罐消防车',
- FireTeamName: '港北区解放路消防救援站', //所属消防队
- ReachTime: 0, //到场剩余时间
- WaterYield: '8t',//载水量
- Foam: '0t', //载泡沫
- PeopleNum: 6, //载人数
- Tonnage: '10t', //吨位
- Assignment: '供液', //执行任务
- LinkCar: '', //连接车辆
- WaterOccupy: '', //水源占用
+ FireTeamName: '港北区解放路消防救援站', // 所属消防队
+ ReachTime: 0, // 到场剩余时间
+ WaterYield: '8t', // 载水量
+ Foam: '0t', // 载泡沫
+ PeopleNum: 6, // 载人数
+ Tonnage: '10t', // 吨位
+ Assignment: '供液', // 执行任务
+ LinkCar: '', // 连接车辆
+ WaterOccupy: '', // 水源占用
PropertyInfos: [
{
Enabled: true,
@@ -1596,15 +6714,15 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
y: 1237
},
Name: '水罐泡沫消防车',
- FireTeamName: '港北区解放路消防救援站', //所属消防队
- ReachTime: 0, //到场剩余时间
- WaterYield: '10t',//载水量
- Foam: '2t', //载泡沫
- PeopleNum: 6, //载人数
- Tonnage: '12t', //吨位
- Assignment: '灭火', //执行任务
- LinkCar: '', //连接车辆
- WaterOccupy: '', //水源占用
+ FireTeamName: '港北区解放路消防救援站', // 所属消防队
+ ReachTime: 0, // 到场剩余时间
+ WaterYield: '10t', // 载水量
+ Foam: '2t', // 载泡沫
+ PeopleNum: 6, // 载人数
+ Tonnage: '12t', // 吨位
+ Assignment: '灭火', // 执行任务
+ LinkCar: '', // 连接车辆
+ WaterOccupy: '', // 水源占用
PropertyInfos: [
{
Enabled: true,
@@ -1646,15 +6764,15 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
y: 1237
},
Name: '水罐泡沫消防车',
- FireTeamName: '港北区解放路消防救援站', //所属消防队
- ReachTime: 0, //到场剩余时间
- WaterYield: '4t',//载水量
- Foam: '1t', //载泡沫
- PeopleNum: 6, //载人数
- Tonnage: '6t', //吨位
- Assignment: '灭火', //执行任务
- LinkCar: '', //连接车辆
- WaterOccupy: '', //水源占用
+ FireTeamName: '港北区解放路消防救援站', // 所属消防队
+ ReachTime: 0, // 到场剩余时间
+ WaterYield: '4t', // 载水量
+ Foam: '1t', // 载泡沫
+ PeopleNum: 6, // 载人数
+ Tonnage: '6t', // 吨位
+ Assignment: '灭火', // 执行任务
+ LinkCar: '', // 连接车辆
+ WaterOccupy: '', // 水源占用
PropertyInfos: [
{
Enabled: true,
@@ -1696,15 +6814,15 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
y: 1237
},
Name: '举高喷射消防车',
- FireTeamName: '港北区解放路消防救援站', //所属消防队
- ReachTime: 0, //到场剩余时间
- WaterYield: '18t',//载水量
- Foam: '2t', //载泡沫
- PeopleNum: 6, //载人数
- Tonnage: '20t', //吨位
- Assignment: '灭火', //执行任务
- LinkCar: '', //连接车辆
- WaterOccupy: '', //水源占用
+ FireTeamName: '港北区解放路消防救援站', // 所属消防队
+ ReachTime: 0, // 到场剩余时间
+ WaterYield: '18t', // 载水量
+ Foam: '2t', // 载泡沫
+ PeopleNum: 6, // 载人数
+ Tonnage: '20t', // 吨位
+ Assignment: '灭火', // 执行任务
+ LinkCar: '', // 连接车辆
+ WaterOccupy: '', // 水源占用
PropertyInfos: [
{
Enabled: true,
@@ -1746,15 +6864,15 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
y: 1237
},
Name: '水罐消防车',
- FireTeamName: '八塘消防救援站', //所属消防队
- ReachTime: 3, //到场剩余时间
- WaterYield: '12t',//载水量
- Foam: '0t', //载泡沫
- PeopleNum: 6, //载人数
- Tonnage: '14t', //吨位
- Assignment: '冷却', //执行任务
- LinkCar: '', //连接车辆
- WaterOccupy: '', //水源占用
+ FireTeamName: '八塘消防救援站', // 所属消防队
+ ReachTime: 3, // 到场剩余时间
+ WaterYield: '12t', // 载水量
+ Foam: '0t', // 载泡沫
+ PeopleNum: 6, // 载人数
+ Tonnage: '14t', // 吨位
+ Assignment: '冷却', // 执行任务
+ LinkCar: '', // 连接车辆
+ WaterOccupy: '', // 水源占用
PropertyInfos: [
{
Enabled: true,
@@ -1796,15 +6914,15 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
y: 1237
},
Name: '水罐泡沫消防车',
- FireTeamName: '八塘消防救援站', //所属消防队
- ReachTime: 3, //到场剩余时间
- WaterYield: '6t',//载水量
- Foam: '2t', //载泡沫
- PeopleNum: 6, //载人数
- Tonnage: '8t', //吨位
- Assignment: '冷却', //执行任务
- LinkCar: '', //连接车辆
- WaterOccupy: '', //水源占用
+ FireTeamName: '八塘消防救援站', // 所属消防队
+ ReachTime: 3, // 到场剩余时间
+ WaterYield: '6t', // 载水量
+ Foam: '2t', // 载泡沫
+ PeopleNum: 6, // 载人数
+ Tonnage: '8t', // 吨位
+ Assignment: '冷却', // 执行任务
+ LinkCar: '', // 连接车辆
+ WaterOccupy: '', // 水源占用
PropertyInfos: [
{
Enabled: true,
@@ -1846,15 +6964,15 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
y: 1237
},
Name: '水罐泡沫消防车',
- FireTeamName: '八塘消防救援站', //所属消防队
- ReachTime: 3, //到场剩余时间
- WaterYield: '3t',//载水量
- Foam: '1t', //载泡沫
- PeopleNum: 8, //载人数
- Tonnage: '5t', //吨位
- Assignment: '堵截', //执行任务
- LinkCar: '', //连接车辆
- WaterOccupy: '', //水源占用
+ FireTeamName: '八塘消防救援站', // 所属消防队
+ ReachTime: 3, // 到场剩余时间
+ WaterYield: '3t', // 载水量
+ Foam: '1t', // 载泡沫
+ PeopleNum: 8, // 载人数
+ Tonnage: '5t', // 吨位
+ Assignment: '堵截', // 执行任务
+ LinkCar: '', // 连接车辆
+ WaterOccupy: '', // 水源占用
PropertyInfos: [
{
Enabled: true,
@@ -1896,15 +7014,15 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
y: 1237
},
Name: '举高喷射消防车',
- FireTeamName: '八塘消防救援站', //所属消防队
- ReachTime: 4, //到场剩余时间
- WaterYield: '16t',//载水量
- Foam: '2t', //载泡沫
- PeopleNum: 4, //载人数
- Tonnage: '18t', //吨位
- Assignment: '灭火', //执行任务
- LinkCar: '', //连接车辆
- WaterOccupy: '', //水源占用
+ FireTeamName: '八塘消防救援站', // 所属消防队
+ ReachTime: 4, // 到场剩余时间
+ WaterYield: '16t', // 载水量
+ Foam: '2t', // 载泡沫
+ PeopleNum: 4, // 载人数
+ Tonnage: '18t', // 吨位
+ Assignment: '灭火', // 执行任务
+ LinkCar: '', // 连接车辆
+ WaterOccupy: '', // 水源占用
PropertyInfos: [
{
Enabled: true,
@@ -1946,15 +7064,15 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
y: 1237
},
Name: '水罐泡沫消防车',
- FireTeamName: '龚州消防救援站', //所属消防队
- ReachTime: 11, //到场剩余时间
- WaterYield: '6t',//载水量
- Foam: '2t', //载泡沫
- PeopleNum: 6, //载人数
- Tonnage: '8t', //吨位
- Assignment: '供液', //执行任务
- LinkCar: '', //连接车辆
- WaterOccupy: '', //水源占用
+ FireTeamName: '龚州消防救援站', // 所属消防队
+ ReachTime: 11, // 到场剩余时间
+ WaterYield: '6t', // 载水量
+ Foam: '2t', // 载泡沫
+ PeopleNum: 6, // 载人数
+ Tonnage: '8t', // 吨位
+ Assignment: '供液', // 执行任务
+ LinkCar: '', // 连接车辆
+ WaterOccupy: '', // 水源占用
PropertyInfos: [
{
Enabled: true,
@@ -1996,15 +7114,15 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
y: 1237
},
Name: '水罐泡沫消防车',
- FireTeamName: '龚州消防救援站', //所属消防队
- ReachTime: 15, //到场剩余时间
- WaterYield: '5t',//载水量
- Foam: '1t', //载泡沫
- PeopleNum: 6, //载人数
- Tonnage: '7t', //吨位
- Assignment: '供液', //执行任务
- LinkCar: '', //连接车辆
- WaterOccupy: '', //水源占用
+ FireTeamName: '龚州消防救援站', // 所属消防队
+ ReachTime: 15, // 到场剩余时间
+ WaterYield: '5t', // 载水量
+ Foam: '1t', // 载泡沫
+ PeopleNum: 6, // 载人数
+ Tonnage: '7t', // 吨位
+ Assignment: '供液', // 执行任务
+ LinkCar: '', // 连接车辆
+ WaterOccupy: '', // 水源占用
PropertyInfos: [
{
Enabled: true,
@@ -2046,15 +7164,15 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
y: 1237
},
Name: '水罐泡沫消防车',
- FireTeamName: '龚州消防救援站', //所属消防队
- ReachTime: 15, //到场剩余时间
- WaterYield: '3t',//载水量
- Foam: '1t', //载泡沫
- PeopleNum: 6, //载人数
- Tonnage: '5t', //吨位
- Assignment: '供液', //执行任务
- LinkCar: '', //连接车辆
- WaterOccupy: '', //水源占用
+ FireTeamName: '龚州消防救援站', // 所属消防队
+ ReachTime: 15, // 到场剩余时间
+ WaterYield: '3t', // 载水量
+ Foam: '1t', // 载泡沫
+ PeopleNum: 6, // 载人数
+ Tonnage: '5t', // 吨位
+ Assignment: '供液', // 执行任务
+ LinkCar: '', // 连接车辆
+ WaterOccupy: '', // 水源占用
PropertyInfos: [
{
Enabled: true,
@@ -2096,15 +7214,15 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
y: 1237
},
Name: '举高喷射消防车',
- FireTeamName: '龚州消防救援站', //所属消防队
- ReachTime: 15, //到场剩余时间
- WaterYield: '18t',//载水量
- Foam: '2t', //载泡沫
- PeopleNum: 4, //载人数
- Tonnage: '20t', //吨位
- Assignment: '灭火', //执行任务
- LinkCar: '', //连接车辆
- WaterOccupy: '', //水源占用
+ FireTeamName: '龚州消防救援站', // 所属消防队
+ ReachTime: 15, // 到场剩余时间
+ WaterYield: '18t', // 载水量
+ Foam: '2t', // 载泡沫
+ PeopleNum: 4, // 载人数
+ Tonnage: '20t', // 吨位
+ Assignment: '灭火', // 执行任务
+ LinkCar: '', // 连接车辆
+ WaterOccupy: '', // 水源占用
PropertyInfos: [
{
Enabled: true,
@@ -2126,47 +7244,60 @@ export class PlanAssistanceComponent implements OnInit, AfterViewInit {
IsFromBuilding: false,
GameMode: 2
}
- ]
+ ];
+
+ bottomIsShow = false; // 底部车辆信息是否展示
+ rightIsShow = true; // 右侧楼层是否展示
+ rightSayIsShow = false; // 右侧语音是否展示
+ ngOnInit(): void {
+ const that = this;
+ window.setTimeout(() => {
+ document.getElementById('center').oncontextmenu = function(event) {
+ that.workingArea.cancelPaint();
+ event.preventDefault();
+ };
+ });
+ }
- //开始绘制
- plot (e) {
-
+ ngAfterViewInit(): void {
+ this.workingArea.loadDemoScene(this.demoData, 0.149);
}
- bottomIsShow:boolean = false; //底部车辆信息是否展示
- rightIsShow:boolean = true; //右侧楼层是否展示
- rightSayIsShow:boolean = false; //右侧语音是否展示
+ // 开始绘制
+ plot(e) {
+
+ }
- //选择 车辆
- selectCar (e) {
- console.log(e)
- this.canvasData.selectCar = e
- this.bottomIsShow = true
+ // 选择 车辆
+ selectCar(e) {
+ console.log(e);
+ this.canvasData.selectCar = e;
+ this.bottomIsShow = true;
}
- //倒计时结束
- handleEvent (e,item) {
- console.log(e,item)
+ // 倒计时结束
+ handleEvent(e, item) {
+ console.log(e, item);
}
- //关闭 底部车辆信息
- closeBottom () {
- this.bottomIsShow = false
+ // 关闭 底部车辆信息
+ closeBottom() {
+ this.bottomIsShow = false;
}
- //打开 右侧楼层
- openRight () {
- this.rightIsShow = true
+ // 打开 右侧楼层
+ openRight() {
+ this.rightIsShow = true;
}
- //关闭 右侧楼层
- closeRight () {
- this.rightIsShow = false
+ // 关闭 右侧楼层
+ closeRight() {
+ this.rightIsShow = false;
}
- //打开 关闭 右侧语音
- toggleSay () {
- this.rightSayIsShow = !this.rightSayIsShow
+ // 打开 关闭 右侧语音
+ toggleSay() {
+ this.rightSayIsShow = !this.rightSayIsShow;
}
diff --git a/src/app/working-area/working-area.component.ts b/src/app/working-area/working-area.component.ts
index b49a02e..a570f65 100644
--- a/src/app/working-area/working-area.component.ts
+++ b/src/app/working-area/working-area.component.ts
@@ -120,6 +120,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
// 是否登录
public verificationURL = '/ui/plan'; // 验证url地址是否为验证页面
+ count = 0;
isLogin() {
const token = sessionStorage.getItem('token'); // 判断 是否登录状态
if (token) {
@@ -387,6 +388,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
const floorData = this.canvasData.originaleveryStoreyData.data;
const buildingData = this.canvasData.originalcompanyBuildingData.data;
const floor = this.canvasData.selectStorey;
+ console.log(JSON.stringify(buildingData));
// // key=>属性名 data[key]=>属性值
Object.keys(floorData).forEach((key) => {
switch (floorData[key].InteractiveMode) {
@@ -472,9 +474,6 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
IsFromBuilding: false,
GameMode: 2
};
- const tempCar = new Car(tempData, this);
- tempCar.setParent(this.app.stage);
- tempCar.position.set(25, 25);
const tempData2 = {
TemplateId: null,
@@ -519,15 +518,27 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
IsFromBuilding: false,
GameMode: 2
};
- const tempCar2 = new Car(tempData2, this);
- tempCar2.setParent(this.app.stage);
- tempCar2.position.set(25, 50);
-
- // 开始绘制管线
- this.beginPaintPipeline();
+ this.ShowCarIcon(tempData);
+ this.ShowCarIcon(tempData2);
+ this.ShowCarIcon(tempData);
+ this.ShowCarIcon(tempData2);
+ this.ShowCarIcon(tempData);
+ this.ShowCarIcon(tempData2);
+
+ // // 开始绘制管线
+ // this.beginPaintPipeline();
// this.beginPaintingArrows();
}
-
+ /**
+ * 显示车辆图标
+ * @param data
+ */
+ public ShowCarIcon(data: any) {
+ this.count++;
+ const tempCar2 = new Car(data, this);
+ tempCar2.setParent(this.app.stage);
+ tempCar2.position.set(25, this.count * 25);
+ }
/**
*
* @param id 图标ID