@realsee/dnalogel 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/README.md +94 -0
  2. package/TERMS.txt +56 -0
  3. package/components/ARVideoFigure/ARVideoFigureMesh.d.ts +44 -0
  4. package/components/ARVideoFigure/ARVideoFigureMesh.js +347 -0
  5. package/components/ARVideoFigure/ARVideoFigureScene.d.ts +11 -0
  6. package/components/ARVideoFigure/ARVideoFigureScene.js +74 -0
  7. package/components/ARVideoFigure/ImgBgTransparent.d.ts +16 -0
  8. package/components/ARVideoFigure/ImgBgTransparent.js +49 -0
  9. package/components/ARVideoFigure/ImgBgTransparentMesh.d.ts +30 -0
  10. package/components/ARVideoFigure/ImgBgTransparentMesh.js +173 -0
  11. package/components/ARVideoFigure/fragmentShader.d.ts +5 -0
  12. package/components/ARVideoFigure/fragmentShader.js +16 -0
  13. package/components/ARVideoFigure/index.d.ts +15 -0
  14. package/components/ARVideoFigure/index.js +64 -0
  15. package/components/ARVideoFigure/vertexShader.d.ts +1 -0
  16. package/components/ARVideoFigure/vertexShader.js +8 -0
  17. package/components/GlassFilters/index.d.ts +32 -0
  18. package/components/GlassFilters/index.js +54 -0
  19. package/components/ModelView/ModelViewController.d.ts +18 -0
  20. package/components/ModelView/ModelViewController.js +147 -0
  21. package/components/ModelView/index.d.ts +10 -0
  22. package/components/ModelView/index.js +22 -0
  23. package/components/PBRView/index.d.ts +14 -0
  24. package/components/PBRView/index.js +31 -0
  25. package/components/PaintBrush/index.d.ts +16 -0
  26. package/components/PaintBrush/index.js +33 -0
  27. package/components/PanoTag/index.d.ts +4 -0
  28. package/components/PanoTag/index.js +11 -0
  29. package/custom.d.js +3 -0
  30. package/data/1aGKl9JmrlXMXx8d.d.ts +104 -0
  31. package/data/1aGKl9JmrlXMXx8d.js +535 -0
  32. package/data/6gyq3v1verxD7JO1.d.ts +104 -0
  33. package/data/6gyq3v1verxD7JO1.js +460 -0
  34. package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.d.ts +84 -0
  35. package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.js +598 -0
  36. package/data/PrXel3aqGbp34JQn.d.ts +389 -0
  37. package/data/PrXel3aqGbp34JQn.js +4639 -0
  38. package/data/YdoNP9K4rwQDwjJr.d.ts +83 -0
  39. package/data/YdoNP9K4rwQDwjJr.js +1451 -0
  40. package/data/auto3d-njL5J99VwCmnjtQElOmXQr.d.ts +86 -0
  41. package/data/auto3d-njL5J99VwCmnjtQElOmXQr.js +709 -0
  42. package/data/oPzy3ApbjjpD8YdR.d.ts +83 -0
  43. package/data/oPzy3ApbjjpD8YdR.js +281 -0
  44. package/data/qjAxMG4XbPn96wKG.d.ts +104 -0
  45. package/data/qjAxMG4XbPn96wKG.js +635 -0
  46. package/data/rXel3aPQRRBD4JQn.d.ts +86 -0
  47. package/data/rXel3aPQRRBD4JQn.js +620 -0
  48. package/data/vLykj3NWrllMrG06.d.ts +89 -0
  49. package/data/vLykj3NWrllMrG06.js +2532 -0
  50. package/data/wYnRjQ4KZoV1yPoG.d.ts +114 -0
  51. package/data/wYnRjQ4KZoV1yPoG.js +512 -0
  52. package/data/wz0QV9KA4ugyo9ME.d.ts +39 -0
  53. package/data/wz0QV9KA4ugyo9ME.js +134 -0
  54. package/examples/FiveStateController/index.js +140 -0
  55. package/examples/VRHouse/Mobile.js +22 -0
  56. package/examples/VRHouse/PC.js +22 -0
  57. package/examples/VRHouse/index.js +22 -0
  58. package/index.d.ts +15 -0
  59. package/index.js +43 -0
  60. package/package.json +19 -0
  61. package/plugins/CSS3DRenderPlugin/components/Marker/index.d.ts +12 -0
  62. package/plugins/CSS3DRenderPlugin/components/Marker/index.js +113 -0
  63. package/plugins/CSS3DRenderPlugin/index.d.ts +49 -0
  64. package/plugins/CSS3DRenderPlugin/index.js +220 -0
  65. package/plugins/CameraMovementPlugin/index.d.ts +7 -0
  66. package/plugins/CameraMovementPlugin/index.js +338 -0
  67. package/plugins/CameraMovementPlugin/typing.d.ts +68 -0
  68. package/plugins/CameraMovementPlugin/typing.js +35 -0
  69. package/plugins/ModelChassisCompassPlugin/index.d.ts +15 -0
  70. package/plugins/ModelChassisCompassPlugin/index.js +156 -0
  71. package/plugins/ModelEntryDoorGuidePlugin/index.d.ts +10 -0
  72. package/plugins/ModelEntryDoorGuidePlugin/index.js +16 -0
  73. package/plugins/ModelTVVideoPlugin/index.d.ts +21 -0
  74. package/plugins/ModelTVVideoPlugin/index.js +313 -0
  75. package/plugins/ModelViewPlugin/index.d.ts +17 -0
  76. package/plugins/ModelViewPlugin/index.js +199 -0
  77. package/plugins/PanoCursorRaycasterPlugin/PanoCursorRaycasterPluginUsage.d.ts +48 -0
  78. package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.d.ts +9 -0
  79. package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.js +113 -0
  80. package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.d.ts +11 -0
  81. package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.js +25 -0
  82. package/plugins/PanoCursorRaycasterPlugin/index.d.ts +49 -0
  83. package/plugins/PanoCursorRaycasterPlugin/index.js +119 -0
  84. package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.d.ts +5 -0
  85. package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.js +25 -0
  86. package/plugins/PanoCursorRaycasterPlugin/utils/createLine.d.ts +3 -0
  87. package/plugins/PanoCursorRaycasterPlugin/utils/createLine.js +34 -0
  88. package/plugins/PanoCursorRaycasterPlugin/utils/vecror3.d.ts +7 -0
  89. package/plugins/PanoCursorRaycasterPlugin/utils/vecror3.js +18 -0
  90. package/plugins/PanoDoorLabelPlugin/index.d.ts +4 -0
  91. package/plugins/PanoDoorLabelPlugin/index.js +12 -0
  92. package/plugins/PanoIRobotPlugin/index.d.ts +10 -0
  93. package/plugins/PanoIRobotPlugin/index.js +16 -0
  94. package/plugins/PanoRulerPlugin/data/roomInfo.d.ts +3 -0
  95. package/plugins/PanoRulerPlugin/data/roomInfo.js +49 -0
  96. package/plugins/PanoRulerPlugin/data/roomRules.d.ts +3 -0
  97. package/plugins/PanoRulerPlugin/data/roomRules.js +233 -0
  98. package/plugins/PanoRulerPlugin/index.d.ts +27 -0
  99. package/plugins/PanoRulerPlugin/index.js +589 -0
  100. package/plugins/PanoRulerPlugin/typings.d.ts +21 -0
  101. package/plugins/PanoRulerPlugin/typings.js +5 -0
  102. package/plugins/PanoTVVideoPlugin/index.d.ts +24 -0
  103. package/plugins/PanoTVVideoPlugin/index.js +351 -0
  104. package/plugins/TreasurePlugin/Controller.d.ts +32 -0
  105. package/plugins/TreasurePlugin/Controller.js +175 -0
  106. package/plugins/TreasurePlugin/TreasureFaceAnime.d.ts +23 -0
  107. package/plugins/TreasurePlugin/TreasureFaceAnime.js +128 -0
  108. package/plugins/TreasurePlugin/TreasureObject.d.ts +35 -0
  109. package/plugins/TreasurePlugin/TreasureObject.js +186 -0
  110. package/plugins/TreasurePlugin/TreasureOpenAnime.d.ts +23 -0
  111. package/plugins/TreasurePlugin/TreasureOpenAnime.js +103 -0
  112. package/plugins/TreasurePlugin/constants.d.ts +12 -0
  113. package/plugins/TreasurePlugin/constants.js +30 -0
  114. package/plugins/TreasurePlugin/index.d.ts +11 -0
  115. package/plugins/TreasurePlugin/index.js +16 -0
  116. package/plugins/TreasurePlugin/treasureDataMap.d.ts +7 -0
  117. package/plugins/TreasurePlugin/treasureDataMap.js +20 -0
  118. package/plugins/TreasurePlugin/typings.d.ts +2 -0
  119. package/plugins/TreasurePlugin/typings.js +5 -0
  120. package/plugins/TreasurePlugin/utils/loadTreasureTextures.d.ts +7 -0
  121. package/plugins/TreasurePlugin/utils/loadTreasureTextures.js +115 -0
  122. package/plugins/floorplan/Assets/floorplanExtraObject.d.ts +1 -0
  123. package/plugins/floorplan/Assets/floorplanExtraObject.js +8 -0
  124. package/plugins/floorplan/ModelFloorplanPlugin/Controller.d.ts +100 -0
  125. package/plugins/floorplan/ModelFloorplanPlugin/Controller.js +643 -0
  126. package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.d.ts +13 -0
  127. package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.js +58 -0
  128. package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.d.ts +5 -0
  129. package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.js +69 -0
  130. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.d.ts +10 -0
  131. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.js +105 -0
  132. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.d.ts +13 -0
  133. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.js +95 -0
  134. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.d.ts +13 -0
  135. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.js +48 -0
  136. package/plugins/floorplan/ModelFloorplanPlugin/components/index.d.ts +20 -0
  137. package/plugins/floorplan/ModelFloorplanPlugin/components/index.js +66 -0
  138. package/plugins/floorplan/ModelFloorplanPlugin/controller.style.d.ts +1 -0
  139. package/plugins/floorplan/ModelFloorplanPlugin/controller.style.js +14 -0
  140. package/plugins/floorplan/ModelFloorplanPlugin/index.d.ts +9 -0
  141. package/plugins/floorplan/ModelFloorplanPlugin/index.js +18 -0
  142. package/plugins/floorplan/ModelFloorplanPlugin/typings/events.type.d.ts +23 -0
  143. package/plugins/floorplan/ModelFloorplanPlugin/typings/events.type.js +5 -0
  144. package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.d.ts +15 -0
  145. package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.js +31 -0
  146. package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.d.ts +14 -0
  147. package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.js +162 -0
  148. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.d.ts +13 -0
  149. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.js +91 -0
  150. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.d.ts +3 -0
  151. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.js +35 -0
  152. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.d.ts +5 -0
  153. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.js +50 -0
  154. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.d.ts +9 -0
  155. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.js +102 -0
  156. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.d.ts +11 -0
  157. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.js +42 -0
  158. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.d.ts +17 -0
  159. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.js +75 -0
  160. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.d.ts +2 -0
  161. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.js +13 -0
  162. package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +33 -0
  163. package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.js +214 -0
  164. package/plugins/floorplan/PanoFloorplanRadarPlugin/index.d.ts +8 -0
  165. package/plugins/floorplan/PanoFloorplanRadarPlugin/index.js +18 -0
  166. package/plugins/floorplan/TopviewFloorplanPlugin/Controller.d.ts +55 -0
  167. package/plugins/floorplan/TopviewFloorplanPlugin/Controller.js +267 -0
  168. package/plugins/floorplan/TopviewFloorplanPlugin/index.d.ts +5 -0
  169. package/plugins/floorplan/TopviewFloorplanPlugin/index.js +16 -0
  170. package/plugins/floorplan/TopviewFloorplanPlugin/style.d.ts +1 -0
  171. package/plugins/floorplan/TopviewFloorplanPlugin/style.js +14 -0
  172. package/plugins/floorplan/components/FloorplanImage.d.ts +7 -0
  173. package/plugins/floorplan/components/FloorplanImage.js +76 -0
  174. package/plugins/floorplan/typings/floorplanData.d.ts +127 -0
  175. package/plugins/floorplan/typings/floorplanData.js +5 -0
  176. package/plugins/floorplan/typings/floorplanServerData.d.ts +125 -0
  177. package/plugins/floorplan/typings/floorplanServerData.js +380 -0
  178. package/plugins/floorplan/utils/formatData.d.ts +5 -0
  179. package/plugins/floorplan/utils/formatData.js +220 -0
  180. package/plugins/floorplan/utils/formatPosition.d.ts +37 -0
  181. package/plugins/floorplan/utils/formatPosition.js +87 -0
  182. package/shared-utils/Preloader.d.ts +6 -0
  183. package/shared-utils/Preloader.js +51 -0
  184. package/shared-utils/Subscribe.d.ts +45 -0
  185. package/shared-utils/Subscribe.js +210 -0
  186. package/shared-utils/animationFrame/BetterTween.d.ts +11 -0
  187. package/shared-utils/animationFrame/BetterTween.js +102 -0
  188. package/shared-utils/animationFrame/calculateProgress.d.ts +8 -0
  189. package/shared-utils/animationFrame/calculateProgress.js +38 -0
  190. package/shared-utils/animationFrame/formatRad.d.ts +15 -0
  191. package/shared-utils/animationFrame/formatRad.js +34 -0
  192. package/shared-utils/animationFrame/index.d.ts +15 -0
  193. package/shared-utils/animationFrame/index.js +69 -0
  194. package/shared-utils/animationFrame/tween.d.ts +75 -0
  195. package/shared-utils/animationFrame/tween.js +76 -0
  196. package/shared-utils/changeModelCanvansOpacity.d.ts +2 -0
  197. package/shared-utils/changeModelCanvansOpacity.js +24 -0
  198. package/shared-utils/createFiveContainer.d.ts +10 -0
  199. package/shared-utils/createFiveContainer.js +165 -0
  200. package/shared-utils/createLine/index.d.ts +3 -0
  201. package/shared-utils/createLine/index.js +29 -0
  202. package/shared-utils/debounce.d.ts +6 -0
  203. package/shared-utils/debounce.js +26 -0
  204. package/shared-utils/equal.d.ts +11 -0
  205. package/shared-utils/equal.js +96 -0
  206. package/shared-utils/filter.d.ts +27 -0
  207. package/shared-utils/filter.js +93 -0
  208. package/shared-utils/five/changeMode.d.ts +2 -0
  209. package/shared-utils/five/changeMode.js +86 -0
  210. package/shared-utils/five/useFivePlugin.d.ts +1 -0
  211. package/shared-utils/five/useFivePlugin.js +15 -0
  212. package/shared-utils/formatRad.d.ts +7 -0
  213. package/shared-utils/formatRad.js +16 -0
  214. package/shared-utils/getPxmm.d.ts +6 -0
  215. package/shared-utils/getPxmm.js +37 -0
  216. package/shared-utils/getRandomColor.d.ts +1 -0
  217. package/shared-utils/getRandomColor.js +13 -0
  218. package/shared-utils/isTruelyObject.d.ts +18 -0
  219. package/shared-utils/isTruelyObject.js +27 -0
  220. package/shared-utils/math/evenNumber.d.ts +1 -0
  221. package/shared-utils/math/evenNumber.js +11 -0
  222. package/shared-utils/math/planimetry.d.ts +116 -0
  223. package/shared-utils/math/planimetry.js +342 -0
  224. package/shared-utils/math/rad2Deg.d.ts +1 -0
  225. package/shared-utils/math/rad2Deg.js +10 -0
  226. package/shared-utils/nearlyEqual.d.ts +7 -0
  227. package/shared-utils/nearlyEqual.js +17 -0
  228. package/shared-utils/nextFrame.d.ts +1 -0
  229. package/shared-utils/nextFrame.js +13 -0
  230. package/shared-utils/noop.d.ts +5 -0
  231. package/shared-utils/noop.js +17 -0
  232. package/shared-utils/object3d2LocalMatrix.d.ts +12 -0
  233. package/shared-utils/object3d2LocalMatrix.js +73 -0
  234. package/shared-utils/px2rem.d.ts +1 -0
  235. package/shared-utils/px2rem.js +12 -0
  236. package/shared-utils/tap.d.ts +8 -0
  237. package/shared-utils/tap.js +19 -0
  238. package/shared-utils/three/centerPoint.d.ts +2 -0
  239. package/shared-utils/three/centerPoint.js +12 -0
  240. package/shared-utils/three/getNormal.d.ts +2 -0
  241. package/shared-utils/three/getNormal.js +13 -0
  242. package/shared-utils/three/loadFbxObj.d.ts +3 -0
  243. package/shared-utils/three/loadFbxObj.js +42 -0
  244. package/shared-utils/three/loadTexture.d.ts +2 -0
  245. package/shared-utils/three/loadTexture.js +38 -0
  246. package/shared-utils/three/vecror3.d.ts +7 -0
  247. package/shared-utils/three/vecror3.js +18 -0
  248. package/shared-utils/throttle.d.ts +7 -0
  249. package/shared-utils/throttle.js +25 -0
  250. package/shared-utils/to.d.ts +9 -0
  251. package/shared-utils/to.js +25 -0
  252. package/shared-utils/useDebounce.d.ts +8 -0
  253. package/shared-utils/useDebounce.js +43 -0
  254. package/shared-utils/useThrottle.d.ts +8 -0
  255. package/shared-utils/useThrottle.js +41 -0
  256. package/shared-utils/uuid.d.ts +4 -0
  257. package/shared-utils/uuid.js +20 -0
  258. package/shared-utils/vectorTocoordinates.d.ts +7 -0
  259. package/shared-utils/vectorTocoordinates.js +16 -0
  260. package/typedoc/components.d.ts +6 -0
  261. package/typedoc/components.js +5 -0
  262. package/typedoc/plugins.d.ts +17 -0
  263. package/typedoc/plugins.js +113 -0
  264. package/typedoc/shared-utils.d.ts +3 -0
  265. package/typedoc/shared-utils.js +5 -0
  266. package/typedoc/typings.d.ts +3 -0
  267. package/typedoc/typings.js +5 -0
  268. package/typings/math.type.d.ts +44 -0
  269. package/typings/math.type.js +5 -0
  270. package/typings/utils.type.d.ts +2 -0
  271. package/typings/utils.type.js +5 -0
@@ -0,0 +1,4639 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.treasurePluginData = exports.floorplanServerData = exports["default"] = void 0;
7
+ var _default = {
8
+ id: 566944,
9
+ user_id: 1000000026028615,
10
+ project_id: 'auto3d-4xxm0WvaNAXLfDTI456Kb1',
11
+ name: '禹州大学城19-605-254',
12
+ is_active: true,
13
+ title: '003e404094e7271c3202d2c134fb87f0',
14
+ description: '',
15
+ picture_url: 'http://vrlab-public.ljcdn.com/release/auto3dhd/003e404094e7271c3202d2c134fb87f0/screenshot/1545380014_10/pc0_accCHm7iP.jpg',
16
+ picture_checksum: '',
17
+ initial: {
18
+ pano: 10,
19
+ heading: -0.55747524450644,
20
+ longitude: 3.5027202653992,
21
+ latitude: 0,
22
+ pano_index: 10
23
+ },
24
+ machine_id: 'RA01147',
25
+ machine_version: '3',
26
+ bind_code: '',
27
+ is_bound: true,
28
+ title_picture_url: 'http://vrlab-public.ljcdn.com/release/auto3dhd/003e404094e7271c3202d2c134fb87f0/screenshot/1545380014_10/pc1_K9gtFksRv.jpg',
29
+ title_picture_checksum: '',
30
+ upload_title_picture_url: '',
31
+ upload_title_picture_checksum: '',
32
+ house_layout: {
33
+ bedroom_amount: 3,
34
+ parlor_amount: 1,
35
+ cookroom_amount: 1,
36
+ toilet_amount: 2
37
+ },
38
+ standard_floor_plan_url: 'http://vrlab-public.ljcdn.com/release/vrcustomer/566944/floorplan/standard_4bd4463c-3e2f-4420-be5f-9331e14a415a.png',
39
+ standard_floor_plan_checksum: '',
40
+ storage_standard_floor_plan_url: 'http://image.ljcdn.com/hdic-frame/prod-a096d7b4-2f95-47bf-bcf7-30bf971e5447.png',
41
+ hierarchy_floor_plan: [{
42
+ url: 'http://vrlab-public.ljcdn.com/release/vrcustomer/566944/floorplan/hierarchy_0_4bd4463c-3e2f-4420-be5f-9331e14a415a.png',
43
+ index: 0
44
+ }],
45
+ outline_floor_plan: [{
46
+ url: 'http://vrlab-public.ljcdn.com/release/vrcustomer/566944/floorplan/outline_0_4bd4463c-3e2f-4420-be5f-9331e14a415a.png',
47
+ index: 0
48
+ }],
49
+ auto_floor_plan_url: '',
50
+ auto_floor_plan_checksum: '',
51
+ status: 1,
52
+ create_time: '2018-12-21 19:06:20',
53
+ modify_time: '2019-04-18 15:27:24',
54
+ work_code: 'PrXel3aqGbp34JQn',
55
+ floor_plan_data: {
56
+ version: '0.0.3',
57
+ structure: '101200000001',
58
+ floorplans: [{
59
+ points: [{
60
+ x: 43100,
61
+ y: 48570,
62
+ lines: ['u-43341bed-9fc7-4ea9-2075-08506fe2944f', 'u-1258468f-2c3f-4bb8-77a2-d5bde4df1ad2'],
63
+ locked: false,
64
+ rules: '1111',
65
+ displayName: 'Point',
66
+ id: 'u-85fd7d3b-b5f2-4948-45c1-23251ae3c0cb'
67
+ }, {
68
+ x: 46825,
69
+ y: 48570,
70
+ lines: ['u-eeb81074-2300-4bc5-e957-e63e0c5d6228', 'u-1258468f-2c3f-4bb8-77a2-d5bde4df1ad2'],
71
+ locked: false,
72
+ rules: '1111',
73
+ displayName: 'Point',
74
+ id: 'u-6eda8ea6-5230-49ae-137b-c9cc420819f4'
75
+ }, {
76
+ x: 46825,
77
+ y: 47025,
78
+ lines: ['u-eeb81074-2300-4bc5-e957-e63e0c5d6228', 'u-ad1780e1-cacb-47af-d192-edfbe8144f00'],
79
+ locked: false,
80
+ rules: '1111',
81
+ displayName: 'Point',
82
+ id: 'u-2e22a269-e41f-4501-1024-f113ffc91275'
83
+ }, {
84
+ x: 43100,
85
+ y: 47025,
86
+ lines: ['u-03ea941f-927e-4cfb-dcfa-911d7a964e2d', 'u-cdfea8a5-5e7f-4cce-000a-3647fa933b05', 'u-43341bed-9fc7-4ea9-2075-08506fe2944f'],
87
+ locked: false,
88
+ rules: '1111',
89
+ displayName: 'Point',
90
+ id: 'u-adf48dff-5c85-477a-1bb8-56150b9df0dd'
91
+ }, {
92
+ x: 43100,
93
+ y: 41235,
94
+ lines: ['u-e11f7645-7184-457a-cbe9-83da2ce573c6', 'u-0f2cc5b3-b43c-42fc-ba15-174da1501b3a'],
95
+ locked: false,
96
+ rules: '1111',
97
+ displayName: 'Point',
98
+ id: 'u-2c0bc1fe-2e42-49bc-1e16-c6d0e3a08fac'
99
+ }, {
100
+ x: 35260,
101
+ y: 41235,
102
+ lines: ['u-da4b5e6f-c698-4e97-d0d4-fd634def6db3', 'u-d36afae6-28c9-4d97-8eb9-6a3416fda5b5'],
103
+ locked: false,
104
+ rules: '1111',
105
+ displayName: 'Point',
106
+ id: 'u-3b4d2586-b988-4d3f-053a-cff2b871d236'
107
+ }, {
108
+ x: 35260,
109
+ y: 32320,
110
+ lines: ['u-0afcf94f-5e8e-445c-ee78-809387b11062', 'u-b4cabd9f-b2f1-400f-6bb5-067d72438f04'],
111
+ locked: false,
112
+ rules: '1111',
113
+ displayName: 'Point',
114
+ id: 'u-8edb0481-6ec7-4a3e-5ff9-37ead589df9e'
115
+ }, {
116
+ x: 38390,
117
+ y: 32320,
118
+ lines: ['u-48f0759a-5f1e-449a-cb9c-699e56c55bc8', 'u-0afcf94f-5e8e-445c-ee78-809387b11062'],
119
+ locked: false,
120
+ rules: '1111',
121
+ displayName: 'Point',
122
+ id: 'u-e8cad07d-a033-4309-f1c7-a8fe59c9c613'
123
+ }, {
124
+ x: 38390,
125
+ y: 41235,
126
+ lines: ['u-5fae6608-241b-4281-1efb-d9196a1e18c1', 'u-0f2cc5b3-b43c-42fc-ba15-174da1501b3a', 'u-d36afae6-28c9-4d97-8eb9-6a3416fda5b5'],
127
+ locked: false,
128
+ rules: '1111',
129
+ displayName: 'Point',
130
+ id: 'u-999f8fea-cafe-4e8d-f23c-a9470f4b0ba1'
131
+ }, {
132
+ x: 38390,
133
+ y: 34775,
134
+ lines: ['u-48f0759a-5f1e-449a-cb9c-699e56c55bc8', 'u-501fdfb4-d9cb-429b-8772-84d2e70a5338', 'u-50d8667e-8fa1-450e-aabb-7d0c0295e204', 'u-f2816ef1-e4c4-47d0-7347-b3dd2dd0e80c'],
135
+ locked: false,
136
+ rules: '1111',
137
+ displayName: 'Point',
138
+ id: 'u-ecf61347-cc6d-4598-a385-a4d6b08289a1'
139
+ }, {
140
+ x: 39875,
141
+ y: 34775,
142
+ lines: ['u-c0cfdff6-3b34-4943-4b21-2ce9e2b81c6e', 'u-501fdfb4-d9cb-429b-8772-84d2e70a5338'],
143
+ locked: false,
144
+ rules: '1111',
145
+ displayName: 'Point',
146
+ id: 'u-18417f28-0400-47ce-6a53-4248176d8c55'
147
+ }, {
148
+ x: 39875,
149
+ y: 34035,
150
+ lines: ['u-122cea09-fad2-429f-8a4e-052589604016', 'u-c0cfdff6-3b34-4943-4b21-2ce9e2b81c6e'],
151
+ locked: false,
152
+ rules: '1111',
153
+ displayName: 'Point',
154
+ id: 'u-f42217e1-b3db-4460-ed69-b2c56b5951d4'
155
+ }, {
156
+ x: 45115,
157
+ y: 34035,
158
+ lines: ['u-2a3aff08-984b-4a60-c4df-8be257f6cfdd', 'u-c391aefd-5820-4a72-e36a-ec25774f3bd0'],
159
+ locked: false,
160
+ rules: '1111',
161
+ displayName: 'Point',
162
+ id: 'u-86bad96d-0577-4bdc-e1fe-d20534bb845f'
163
+ }, {
164
+ x: 45115,
165
+ y: 34795,
166
+ lines: ['u-2a3aff08-984b-4a60-c4df-8be257f6cfdd', 'u-205f5af4-0295-4d12-e439-89ce77a6bb17'],
167
+ locked: false,
168
+ rules: '1111',
169
+ displayName: 'Point',
170
+ id: 'u-34d9cc35-35e2-4434-4143-9cb0993e0b09'
171
+ }, {
172
+ x: 46545,
173
+ y: 34795,
174
+ lines: ['u-aa04a0d9-6391-4a5c-aaec-561c07de98bf', 'u-205f5af4-0295-4d12-e439-89ce77a6bb17'],
175
+ locked: false,
176
+ rules: '1111',
177
+ displayName: 'Point',
178
+ id: 'u-f23c372f-fd40-489e-03f2-1b2c01660c0e'
179
+ }, {
180
+ x: 46545,
181
+ y: 38775,
182
+ lines: ['u-aa04a0d9-6391-4a5c-aaec-561c07de98bf', 'u-15e3dff1-589d-4547-e7d6-101a87c328f5', 'u-df4b173a-dee4-4d95-414b-5e213f8e7891'],
183
+ locked: false,
184
+ rules: '1111',
185
+ displayName: 'Point',
186
+ id: 'u-174b724c-606a-4b29-3a46-49b653c62a1a'
187
+ }, {
188
+ x: 43040,
189
+ y: 38775,
190
+ lines: ['u-481d3c9b-acd9-4edc-4fd6-95191f940658', 'u-6b19946a-fdb5-4124-c217-4eaa66ecb149'],
191
+ locked: false,
192
+ rules: '1111',
193
+ displayName: 'Point',
194
+ id: 'u-5a635221-68fa-42e9-0f54-1fc9f53fa359'
195
+ }, {
196
+ x: 43040,
197
+ y: 34035,
198
+ lines: ['u-c391aefd-5820-4a72-e36a-ec25774f3bd0', 'u-481d3c9b-acd9-4edc-4fd6-95191f940658', 'u-122cea09-fad2-429f-8a4e-052589604016'],
199
+ locked: false,
200
+ rules: '1111',
201
+ displayName: 'Point',
202
+ id: 'u-8f1e6f6e-8969-4481-aceb-6b0f15ec44d2'
203
+ }, {
204
+ x: 46685,
205
+ y: 47025,
206
+ lines: ['u-81c7557b-f33b-4772-356c-bf0c8d57e40f', 'u-ad1780e1-cacb-47af-d192-edfbe8144f00', 'u-cdfea8a5-5e7f-4cce-000a-3647fa933b05'],
207
+ locked: false,
208
+ rules: '1111',
209
+ displayName: 'Point',
210
+ id: 'u-4af59e7d-2f2d-426c-fa1f-9fca268bc420'
211
+ }, {
212
+ x: 46725,
213
+ y: 38775,
214
+ lines: ['u-be265f0f-86a8-4fbc-46e5-63ad29d84c3f', 'u-15e3dff1-589d-4547-e7d6-101a87c328f5'],
215
+ locked: false,
216
+ rules: '1111',
217
+ displayName: 'Point',
218
+ id: 'u-7da5715e-ad12-42db-05c8-85db74516908'
219
+ }, {
220
+ x: 43100,
221
+ y: 43375,
222
+ lines: ['u-e11f7645-7184-457a-cbe9-83da2ce573c6', 'u-873ca2ce-fb8e-4713-51c3-3c88f55deb53', 'u-03ea941f-927e-4cfb-dcfa-911d7a964e2d'],
223
+ locked: false,
224
+ rules: '1111',
225
+ displayName: 'Point',
226
+ id: 'u-e3ed49e2-7044-469c-49da-f1280870e167'
227
+ }, {
228
+ x: 46725,
229
+ y: 43375,
230
+ lines: ['u-0dcd58fb-b501-432c-d72f-b0db17c8ca13', 'u-14b704eb-cf3a-4996-20b8-705e7a88c66c'],
231
+ locked: false,
232
+ rules: '1111',
233
+ displayName: 'Point',
234
+ id: 'u-9eb6f993-5ed6-4ea0-8b59-ff79822d9bd0'
235
+ }, {
236
+ x: 44275,
237
+ y: 38775,
238
+ lines: ['u-df4b173a-dee4-4d95-414b-5e213f8e7891', 'u-16c03957-76cc-4135-af9f-bb59f6a94ebf', 'u-6b19946a-fdb5-4124-c217-4eaa66ecb149'],
239
+ locked: false,
240
+ rules: '1111',
241
+ displayName: 'Point',
242
+ id: 'u-e6907862-df23-44e5-c7e2-23debaace62b'
243
+ }, {
244
+ x: 44275,
245
+ y: 43375,
246
+ lines: ['u-0b7858f7-cfc1-4cae-36e0-1256fa3ecf07', 'u-5dc7b0da-87dd-481d-90de-bb9c202a069a', 'u-873ca2ce-fb8e-4713-51c3-3c88f55deb53'],
247
+ locked: false,
248
+ rules: '1111',
249
+ displayName: 'Point',
250
+ id: 'u-9b683835-2452-4a3c-c660-a6c011cff2cb'
251
+ }, {
252
+ x: 46725,
253
+ y: 40725,
254
+ lines: ['u-be265f0f-86a8-4fbc-46e5-63ad29d84c3f', 'u-0dcd58fb-b501-432c-d72f-b0db17c8ca13', 'u-111f1bbf-235e-4149-9799-5ed805dc4cb4'],
255
+ locked: false,
256
+ rules: '1111',
257
+ displayName: 'Point',
258
+ id: 'u-b7afc768-a962-4deb-1651-78db519a322e'
259
+ }, {
260
+ x: 44275,
261
+ y: 40725,
262
+ lines: ['u-16c03957-76cc-4135-af9f-bb59f6a94ebf', 'u-111f1bbf-235e-4149-9799-5ed805dc4cb4', 'u-0b7858f7-cfc1-4cae-36e0-1256fa3ecf07'],
263
+ locked: false,
264
+ rules: '1111',
265
+ displayName: 'Point',
266
+ id: 'u-838d6a84-b09c-4e94-3458-859a61b80856'
267
+ }, {
268
+ x: 35260,
269
+ y: 37105,
270
+ lines: ['u-b4cabd9f-b2f1-400f-6bb5-067d72438f04', 'u-882aebc4-989b-441d-dd1e-c5217272ed09', 'u-5ea155b2-eba3-4b0d-73f3-bfd2c25074bf'],
271
+ locked: false,
272
+ rules: '1111',
273
+ displayName: 'Point',
274
+ id: 'u-04c33ade-fec5-4669-7489-6534c74b1b31'
275
+ }, {
276
+ x: 38390,
277
+ y: 37105,
278
+ lines: ['u-50d8667e-8fa1-450e-aabb-7d0c0295e204', 'u-5fae6608-241b-4281-1efb-d9196a1e18c1', 'u-f9b6bb21-df01-4066-2c53-9f349cc8f834'],
279
+ locked: false,
280
+ rules: '1111',
281
+ displayName: 'Point',
282
+ id: 'u-3654a574-fd29-4b29-12fa-e93ca6c41e35'
283
+ }, {
284
+ x: 37025,
285
+ y: 37105,
286
+ lines: ['u-f9b6bb21-df01-4066-2c53-9f349cc8f834', 'u-89187094-471f-4a05-b5dc-3b158183a76d', 'u-882aebc4-989b-441d-dd1e-c5217272ed09'],
287
+ locked: false,
288
+ rules: '1111',
289
+ displayName: 'Point',
290
+ id: 'u-e7e5dd42-662f-4dd9-f94b-01545416b351'
291
+ }, {
292
+ x: 37025,
293
+ y: 37975,
294
+ lines: ['u-89187094-471f-4a05-b5dc-3b158183a76d', 'u-31f7bb39-f834-4c3f-62c5-8a8ae01d1d41'],
295
+ locked: false,
296
+ rules: '1111',
297
+ displayName: 'Point',
298
+ id: 'u-ac922061-3d9d-4f8f-2f9b-d54ad5ae85ff'
299
+ }, {
300
+ x: 35858.139534883725,
301
+ y: 39090,
302
+ lines: ['u-31f7bb39-f834-4c3f-62c5-8a8ae01d1d41', 'u-e18a43e2-f8e5-40d8-edb7-1d5e256b09a4'],
303
+ locked: false,
304
+ rules: '1111',
305
+ displayName: 'Point',
306
+ id: 'u-e391e629-08ad-482d-d07e-745f875cb306'
307
+ }, {
308
+ x: 35260,
309
+ y: 39090,
310
+ lines: ['u-5ea155b2-eba3-4b0d-73f3-bfd2c25074bf', 'u-e18a43e2-f8e5-40d8-edb7-1d5e256b09a4', 'u-da4b5e6f-c698-4e97-d0d4-fd634def6db3'],
311
+ locked: false,
312
+ rules: '1111',
313
+ displayName: 'Point',
314
+ id: 'u-abba0acf-4f63-44b4-8820-7b220367e013'
315
+ }, {
316
+ x: 46685,
317
+ y: 43375,
318
+ lines: ['u-14b704eb-cf3a-4996-20b8-705e7a88c66c', 'u-81c7557b-f33b-4772-356c-bf0c8d57e40f', 'u-5dc7b0da-87dd-481d-90de-bb9c202a069a'],
319
+ locked: false,
320
+ rules: '1111',
321
+ displayName: 'Point',
322
+ id: 'u-c0f41c18-3980-46e6-e04a-3b4238129c91'
323
+ }, {
324
+ x: 38075,
325
+ y: 34775,
326
+ lines: ['u-f2816ef1-e4c4-47d0-7347-b3dd2dd0e80c'],
327
+ locked: false,
328
+ rules: '1111',
329
+ displayName: 'Point',
330
+ id: 'u-1b059759-4d5b-4a54-fc59-c04c31e1af51'
331
+ }],
332
+ lines: [{
333
+ thickness: null,
334
+ points: ['u-85fd7d3b-b5f2-4948-45c1-23251ae3c0cb', 'u-6eda8ea6-5230-49ae-137b-c9cc420819f4'],
335
+ items: ['u-13c61c5c-25ad-46f1-d45d-f64edf7c2d6c', 'u-3558fa14-d60e-48c7-1550-30729b2afc3c'],
336
+ curve: 0,
337
+ type: 0,
338
+ align: 0,
339
+ edgeComputed: true,
340
+ offsetComputed: 60,
341
+ thicknessComputed: 240,
342
+ isLoadBearing: false,
343
+ displayName: 'Line',
344
+ id: 'u-1258468f-2c3f-4bb8-77a2-d5bde4df1ad2'
345
+ }, {
346
+ thickness: null,
347
+ points: ['u-6eda8ea6-5230-49ae-137b-c9cc420819f4', 'u-2e22a269-e41f-4501-1024-f113ffc91275'],
348
+ items: ['u-5061dbdc-4717-4231-f4f3-08f2b9b5c44b'],
349
+ curve: 0,
350
+ type: 0,
351
+ align: 0,
352
+ edgeComputed: true,
353
+ offsetComputed: 60,
354
+ thicknessComputed: 240,
355
+ isLoadBearing: false,
356
+ displayName: 'Line',
357
+ id: 'u-eeb81074-2300-4bc5-e957-e63e0c5d6228'
358
+ }, {
359
+ thickness: null,
360
+ points: ['u-85fd7d3b-b5f2-4948-45c1-23251ae3c0cb', 'u-adf48dff-5c85-477a-1bb8-56150b9df0dd'],
361
+ items: ['u-f26e5782-fd22-46d5-b509-f8f4264b10bb'],
362
+ curve: 0,
363
+ type: 0,
364
+ align: 0,
365
+ edgeComputed: true,
366
+ offsetComputed: -60,
367
+ thicknessComputed: 240,
368
+ isLoadBearing: false,
369
+ displayName: 'Line',
370
+ id: 'u-43341bed-9fc7-4ea9-2075-08506fe2944f'
371
+ }, {
372
+ thickness: null,
373
+ points: ['u-8edb0481-6ec7-4a3e-5ff9-37ead589df9e', 'u-e8cad07d-a033-4309-f1c7-a8fe59c9c613'],
374
+ items: [],
375
+ curve: 0,
376
+ type: 0,
377
+ align: 0,
378
+ edgeComputed: true,
379
+ offsetComputed: -60,
380
+ thicknessComputed: 240,
381
+ isLoadBearing: false,
382
+ displayName: 'Line',
383
+ id: 'u-0afcf94f-5e8e-445c-ee78-809387b11062'
384
+ }, {
385
+ thickness: null,
386
+ points: ['u-3b4d2586-b988-4d3f-053a-cff2b871d236', 'u-999f8fea-cafe-4e8d-f23c-a9470f4b0ba1'],
387
+ items: [],
388
+ curve: 0,
389
+ type: 0,
390
+ align: 0,
391
+ edgeComputed: true,
392
+ offsetComputed: 60,
393
+ thicknessComputed: 240,
394
+ isLoadBearing: false,
395
+ displayName: 'Line',
396
+ id: 'u-d36afae6-28c9-4d97-8eb9-6a3416fda5b5'
397
+ }, {
398
+ thickness: null,
399
+ points: ['u-999f8fea-cafe-4e8d-f23c-a9470f4b0ba1', 'u-2c0bc1fe-2e42-49bc-1e16-c6d0e3a08fac'],
400
+ items: [],
401
+ curve: 0,
402
+ type: 0,
403
+ align: 0,
404
+ edgeComputed: true,
405
+ offsetComputed: 60,
406
+ thicknessComputed: 240,
407
+ isLoadBearing: false,
408
+ displayName: 'Line',
409
+ id: 'u-0f2cc5b3-b43c-42fc-ba15-174da1501b3a'
410
+ }, {
411
+ thickness: null,
412
+ points: ['u-18417f28-0400-47ce-6a53-4248176d8c55', 'u-f42217e1-b3db-4460-ed69-b2c56b5951d4'],
413
+ items: [],
414
+ curve: 0,
415
+ type: 0,
416
+ align: 0,
417
+ edgeComputed: true,
418
+ offsetComputed: -60,
419
+ thicknessComputed: 240,
420
+ isLoadBearing: false,
421
+ displayName: 'Line',
422
+ id: 'u-c0cfdff6-3b34-4943-4b21-2ce9e2b81c6e'
423
+ }, {
424
+ thickness: null,
425
+ points: ['u-34d9cc35-35e2-4434-4143-9cb0993e0b09', 'u-86bad96d-0577-4bdc-e1fe-d20534bb845f'],
426
+ items: [],
427
+ curve: 0,
428
+ type: 0,
429
+ align: 0,
430
+ edgeComputed: true,
431
+ offsetComputed: 60,
432
+ thicknessComputed: 240,
433
+ isLoadBearing: false,
434
+ displayName: 'Line',
435
+ id: 'u-2a3aff08-984b-4a60-c4df-8be257f6cfdd'
436
+ }, {
437
+ thickness: null,
438
+ points: ['u-34d9cc35-35e2-4434-4143-9cb0993e0b09', 'u-f23c372f-fd40-489e-03f2-1b2c01660c0e'],
439
+ items: [],
440
+ curve: 0,
441
+ type: 0,
442
+ align: 0,
443
+ edgeComputed: true,
444
+ offsetComputed: -60,
445
+ thicknessComputed: 240,
446
+ isLoadBearing: false,
447
+ displayName: 'Line',
448
+ id: 'u-205f5af4-0295-4d12-e439-89ce77a6bb17'
449
+ }, {
450
+ thickness: null,
451
+ points: ['u-174b724c-606a-4b29-3a46-49b653c62a1a', 'u-f23c372f-fd40-489e-03f2-1b2c01660c0e'],
452
+ items: ['u-2df7d4fd-4b8f-4964-3ff7-4103418cde90'],
453
+ curve: 0,
454
+ type: 0,
455
+ align: 0,
456
+ edgeComputed: true,
457
+ offsetComputed: 60,
458
+ thicknessComputed: 240,
459
+ isLoadBearing: false,
460
+ displayName: 'Line',
461
+ id: 'u-aa04a0d9-6391-4a5c-aaec-561c07de98bf'
462
+ }, {
463
+ thickness: null,
464
+ points: ['u-f42217e1-b3db-4460-ed69-b2c56b5951d4', 'u-8f1e6f6e-8969-4481-aceb-6b0f15ec44d2'],
465
+ items: ['u-de9c5cef-a237-4110-7ae4-ac88c71d8e13'],
466
+ curve: 0,
467
+ type: 0,
468
+ align: 0,
469
+ edgeComputed: true,
470
+ offsetComputed: -60,
471
+ thicknessComputed: 240,
472
+ isLoadBearing: false,
473
+ displayName: 'Line',
474
+ id: 'u-122cea09-fad2-429f-8a4e-052589604016'
475
+ }, {
476
+ thickness: null,
477
+ points: ['u-adf48dff-5c85-477a-1bb8-56150b9df0dd', 'u-4af59e7d-2f2d-426c-fa1f-9fca268bc420'],
478
+ items: ['u-3a8985ae-cda6-4c3a-9d98-934f92f9ecac'],
479
+ curve: 0,
480
+ type: 0,
481
+ align: 0,
482
+ edgeComputed: false,
483
+ offsetComputed: 0,
484
+ thicknessComputed: 120,
485
+ isLoadBearing: false,
486
+ displayName: 'Line',
487
+ id: 'u-cdfea8a5-5e7f-4cce-000a-3647fa933b05'
488
+ }, {
489
+ thickness: null,
490
+ points: ['u-4af59e7d-2f2d-426c-fa1f-9fca268bc420', 'u-2e22a269-e41f-4501-1024-f113ffc91275'],
491
+ items: [],
492
+ curve: 0,
493
+ type: 0,
494
+ align: 0,
495
+ edgeComputed: true,
496
+ offsetComputed: -60,
497
+ thicknessComputed: 240,
498
+ isLoadBearing: false,
499
+ displayName: 'Line',
500
+ id: 'u-ad1780e1-cacb-47af-d192-edfbe8144f00'
501
+ }, {
502
+ thickness: null,
503
+ points: ['u-174b724c-606a-4b29-3a46-49b653c62a1a', 'u-7da5715e-ad12-42db-05c8-85db74516908'],
504
+ items: [],
505
+ curve: 0,
506
+ type: 0,
507
+ align: 0,
508
+ edgeComputed: true,
509
+ offsetComputed: -60,
510
+ thicknessComputed: 240,
511
+ isLoadBearing: false,
512
+ displayName: 'Line',
513
+ id: 'u-15e3dff1-589d-4547-e7d6-101a87c328f5'
514
+ }, {
515
+ thickness: null,
516
+ points: ['u-8f1e6f6e-8969-4481-aceb-6b0f15ec44d2', 'u-86bad96d-0577-4bdc-e1fe-d20534bb845f'],
517
+ items: ['u-68c8afdb-be1e-4b4e-c010-47779fa82d62'],
518
+ curve: 0,
519
+ type: 0,
520
+ align: 0,
521
+ edgeComputed: true,
522
+ offsetComputed: -60,
523
+ thicknessComputed: 240,
524
+ isLoadBearing: false,
525
+ displayName: 'Line',
526
+ id: 'u-c391aefd-5820-4a72-e36a-ec25774f3bd0'
527
+ }, {
528
+ thickness: null,
529
+ points: ['u-5a635221-68fa-42e9-0f54-1fc9f53fa359', 'u-8f1e6f6e-8969-4481-aceb-6b0f15ec44d2'],
530
+ items: [],
531
+ curve: 0,
532
+ type: 0,
533
+ align: 0,
534
+ edgeComputed: false,
535
+ offsetComputed: 0,
536
+ thicknessComputed: 120,
537
+ isLoadBearing: false,
538
+ displayName: 'Line',
539
+ id: 'u-481d3c9b-acd9-4edc-4fd6-95191f940658'
540
+ }, {
541
+ thickness: null,
542
+ points: ['u-ecf61347-cc6d-4598-a385-a4d6b08289a1', 'u-e8cad07d-a033-4309-f1c7-a8fe59c9c613'],
543
+ items: ['u-c09c784c-9eaf-4c3b-eacf-be71af362c71'],
544
+ curve: 0,
545
+ type: 0,
546
+ align: 0,
547
+ edgeComputed: true,
548
+ offsetComputed: 60,
549
+ thicknessComputed: 240,
550
+ isLoadBearing: false,
551
+ displayName: 'Line',
552
+ id: 'u-48f0759a-5f1e-449a-cb9c-699e56c55bc8'
553
+ }, {
554
+ thickness: null,
555
+ points: ['u-ecf61347-cc6d-4598-a385-a4d6b08289a1', 'u-18417f28-0400-47ce-6a53-4248176d8c55'],
556
+ items: [],
557
+ curve: 0,
558
+ type: 0,
559
+ align: 0,
560
+ edgeComputed: true,
561
+ offsetComputed: -60,
562
+ thicknessComputed: 240,
563
+ isLoadBearing: false,
564
+ displayName: 'Line',
565
+ id: 'u-501fdfb4-d9cb-429b-8772-84d2e70a5338'
566
+ }, {
567
+ thickness: null,
568
+ points: ['u-adf48dff-5c85-477a-1bb8-56150b9df0dd', 'u-e3ed49e2-7044-469c-49da-f1280870e167'],
569
+ items: [],
570
+ curve: 0,
571
+ type: 0,
572
+ align: 0,
573
+ edgeComputed: true,
574
+ offsetComputed: -60,
575
+ thicknessComputed: 240,
576
+ isLoadBearing: false,
577
+ displayName: 'Line',
578
+ id: 'u-03ea941f-927e-4cfb-dcfa-911d7a964e2d'
579
+ }, {
580
+ thickness: null,
581
+ points: ['u-e3ed49e2-7044-469c-49da-f1280870e167', 'u-2c0bc1fe-2e42-49bc-1e16-c6d0e3a08fac'],
582
+ items: [],
583
+ curve: 0,
584
+ type: 0,
585
+ align: 0,
586
+ edgeComputed: true,
587
+ offsetComputed: -60,
588
+ thicknessComputed: 240,
589
+ isLoadBearing: false,
590
+ displayName: 'Line',
591
+ id: 'u-e11f7645-7184-457a-cbe9-83da2ce573c6'
592
+ }, {
593
+ thickness: null,
594
+ points: ['u-5a635221-68fa-42e9-0f54-1fc9f53fa359', 'u-e6907862-df23-44e5-c7e2-23debaace62b'],
595
+ items: ['u-07a7a31d-7270-4e5c-5299-255a37cdb25f'],
596
+ curve: 0,
597
+ type: 0,
598
+ align: 0,
599
+ edgeComputed: false,
600
+ offsetComputed: 0,
601
+ thicknessComputed: 120,
602
+ isLoadBearing: false,
603
+ displayName: 'Line',
604
+ id: 'u-6b19946a-fdb5-4124-c217-4eaa66ecb149'
605
+ }, {
606
+ thickness: null,
607
+ points: ['u-e6907862-df23-44e5-c7e2-23debaace62b', 'u-174b724c-606a-4b29-3a46-49b653c62a1a'],
608
+ items: [],
609
+ curve: 0,
610
+ type: 0,
611
+ align: 0,
612
+ edgeComputed: false,
613
+ offsetComputed: 0,
614
+ thicknessComputed: 120,
615
+ isLoadBearing: false,
616
+ displayName: 'Line',
617
+ id: 'u-df4b173a-dee4-4d95-414b-5e213f8e7891'
618
+ }, {
619
+ thickness: null,
620
+ points: ['u-e3ed49e2-7044-469c-49da-f1280870e167', 'u-9b683835-2452-4a3c-c660-a6c011cff2cb'],
621
+ items: ['u-4d37a97b-29d5-4037-ca0d-43f5f963f09b'],
622
+ curve: 0,
623
+ type: 0,
624
+ align: 0,
625
+ edgeComputed: false,
626
+ offsetComputed: 0,
627
+ thicknessComputed: 120,
628
+ isLoadBearing: false,
629
+ displayName: 'Line',
630
+ id: 'u-873ca2ce-fb8e-4713-51c3-3c88f55deb53'
631
+ }, {
632
+ thickness: null,
633
+ points: ['u-9eb6f993-5ed6-4ea0-8b59-ff79822d9bd0', 'u-b7afc768-a962-4deb-1651-78db519a322e'],
634
+ items: ['u-6cb3d9bd-e500-4561-358b-3c859ec85905'],
635
+ curve: 0,
636
+ type: 0,
637
+ align: 0,
638
+ edgeComputed: true,
639
+ offsetComputed: 60,
640
+ thicknessComputed: 240,
641
+ isLoadBearing: false,
642
+ displayName: 'Line',
643
+ id: 'u-0dcd58fb-b501-432c-d72f-b0db17c8ca13'
644
+ }, {
645
+ thickness: null,
646
+ points: ['u-b7afc768-a962-4deb-1651-78db519a322e', 'u-7da5715e-ad12-42db-05c8-85db74516908'],
647
+ items: ['u-3324e83f-b379-4079-7800-9999fb232f1c'],
648
+ curve: 0,
649
+ type: 0,
650
+ align: 0,
651
+ edgeComputed: true,
652
+ offsetComputed: 60,
653
+ thicknessComputed: 240,
654
+ isLoadBearing: false,
655
+ displayName: 'Line',
656
+ id: 'u-be265f0f-86a8-4fbc-46e5-63ad29d84c3f'
657
+ }, {
658
+ thickness: null,
659
+ points: ['u-9b683835-2452-4a3c-c660-a6c011cff2cb', 'u-838d6a84-b09c-4e94-3458-859a61b80856'],
660
+ items: ['u-d647b3e3-c3cb-4792-9e0a-bb48582566ed'],
661
+ curve: 0,
662
+ type: 0,
663
+ align: 0,
664
+ edgeComputed: false,
665
+ offsetComputed: 0,
666
+ thicknessComputed: 120,
667
+ isLoadBearing: false,
668
+ displayName: 'Line',
669
+ id: 'u-0b7858f7-cfc1-4cae-36e0-1256fa3ecf07'
670
+ }, {
671
+ thickness: null,
672
+ points: ['u-838d6a84-b09c-4e94-3458-859a61b80856', 'u-e6907862-df23-44e5-c7e2-23debaace62b'],
673
+ items: ['u-ede13611-600a-402d-4a9b-b21730796f8b'],
674
+ curve: 0,
675
+ type: 0,
676
+ align: 0,
677
+ edgeComputed: false,
678
+ offsetComputed: 0,
679
+ thicknessComputed: 120,
680
+ isLoadBearing: false,
681
+ displayName: 'Line',
682
+ id: 'u-16c03957-76cc-4135-af9f-bb59f6a94ebf'
683
+ }, {
684
+ thickness: null,
685
+ points: ['u-838d6a84-b09c-4e94-3458-859a61b80856', 'u-b7afc768-a962-4deb-1651-78db519a322e'],
686
+ items: [],
687
+ curve: 0,
688
+ type: 0,
689
+ align: 0,
690
+ edgeComputed: false,
691
+ offsetComputed: 0,
692
+ thicknessComputed: 120,
693
+ isLoadBearing: false,
694
+ displayName: 'Line',
695
+ id: 'u-111f1bbf-235e-4149-9799-5ed805dc4cb4'
696
+ }, {
697
+ thickness: null,
698
+ points: ['u-04c33ade-fec5-4669-7489-6534c74b1b31', 'u-8edb0481-6ec7-4a3e-5ff9-37ead589df9e'],
699
+ items: [],
700
+ curve: 0,
701
+ type: 0,
702
+ align: 0,
703
+ edgeComputed: true,
704
+ offsetComputed: -60,
705
+ thicknessComputed: 240,
706
+ isLoadBearing: false,
707
+ displayName: 'Line',
708
+ id: 'u-b4cabd9f-b2f1-400f-6bb5-067d72438f04'
709
+ }, {
710
+ thickness: null,
711
+ points: ['u-3654a574-fd29-4b29-12fa-e93ca6c41e35', 'u-ecf61347-cc6d-4598-a385-a4d6b08289a1'],
712
+ items: [],
713
+ curve: 0,
714
+ type: 0,
715
+ align: 0,
716
+ edgeComputed: false,
717
+ offsetComputed: 0,
718
+ thicknessComputed: 120,
719
+ isLoadBearing: false,
720
+ displayName: 'Line',
721
+ id: 'u-50d8667e-8fa1-450e-aabb-7d0c0295e204'
722
+ }, {
723
+ thickness: null,
724
+ points: ['u-04c33ade-fec5-4669-7489-6534c74b1b31', 'u-e7e5dd42-662f-4dd9-f94b-01545416b351'],
725
+ items: [],
726
+ curve: 0,
727
+ type: 0,
728
+ align: 0,
729
+ edgeComputed: false,
730
+ offsetComputed: 0,
731
+ thicknessComputed: 120,
732
+ isLoadBearing: false,
733
+ displayName: 'Line',
734
+ id: 'u-882aebc4-989b-441d-dd1e-c5217272ed09'
735
+ }, {
736
+ thickness: null,
737
+ points: ['u-ac922061-3d9d-4f8f-2f9b-d54ad5ae85ff', 'u-e7e5dd42-662f-4dd9-f94b-01545416b351'],
738
+ items: ['u-e09563b4-f49a-40ad-a991-ddeb742705b7'],
739
+ curve: 0,
740
+ type: 0,
741
+ align: 0,
742
+ edgeComputed: false,
743
+ offsetComputed: 0,
744
+ thicknessComputed: 120,
745
+ isLoadBearing: false,
746
+ displayName: 'Line',
747
+ id: 'u-89187094-471f-4a05-b5dc-3b158183a76d'
748
+ }, {
749
+ thickness: null,
750
+ points: ['u-e391e629-08ad-482d-d07e-745f875cb306', 'u-ac922061-3d9d-4f8f-2f9b-d54ad5ae85ff'],
751
+ items: [],
752
+ curve: 550,
753
+ type: 0,
754
+ align: 0,
755
+ edgeComputed: false,
756
+ offsetComputed: 0,
757
+ thicknessComputed: 120,
758
+ isLoadBearing: false,
759
+ displayName: 'Line',
760
+ id: 'u-31f7bb39-f834-4c3f-62c5-8a8ae01d1d41'
761
+ }, {
762
+ thickness: null,
763
+ points: ['u-3b4d2586-b988-4d3f-053a-cff2b871d236', 'u-abba0acf-4f63-44b4-8820-7b220367e013'],
764
+ items: ['u-67c412c8-1d86-424e-4924-590ff1145bce'],
765
+ curve: 0,
766
+ type: 0,
767
+ align: 0,
768
+ edgeComputed: true,
769
+ offsetComputed: -60,
770
+ thicknessComputed: 240,
771
+ isLoadBearing: false,
772
+ displayName: 'Line',
773
+ id: 'u-da4b5e6f-c698-4e97-d0d4-fd634def6db3'
774
+ }, {
775
+ thickness: null,
776
+ points: ['u-abba0acf-4f63-44b4-8820-7b220367e013', 'u-04c33ade-fec5-4669-7489-6534c74b1b31'],
777
+ items: [],
778
+ curve: 0,
779
+ type: 0,
780
+ align: 0,
781
+ edgeComputed: true,
782
+ offsetComputed: -60,
783
+ thicknessComputed: 240,
784
+ isLoadBearing: false,
785
+ displayName: 'Line',
786
+ id: 'u-5ea155b2-eba3-4b0d-73f3-bfd2c25074bf'
787
+ }, {
788
+ thickness: null,
789
+ points: ['u-abba0acf-4f63-44b4-8820-7b220367e013', 'u-e391e629-08ad-482d-d07e-745f875cb306'],
790
+ items: [],
791
+ curve: 0,
792
+ type: 0,
793
+ align: 0,
794
+ edgeComputed: false,
795
+ offsetComputed: 0,
796
+ thicknessComputed: 120,
797
+ isLoadBearing: false,
798
+ displayName: 'Line',
799
+ id: 'u-e18a43e2-f8e5-40d8-edb7-1d5e256b09a4'
800
+ }, {
801
+ thickness: null,
802
+ points: ['u-c0f41c18-3980-46e6-e04a-3b4238129c91', 'u-9eb6f993-5ed6-4ea0-8b59-ff79822d9bd0'],
803
+ items: [],
804
+ curve: 0,
805
+ type: 0,
806
+ align: 0,
807
+ edgeComputed: true,
808
+ offsetComputed: 60,
809
+ thicknessComputed: 240,
810
+ isLoadBearing: false,
811
+ displayName: 'Line',
812
+ id: 'u-14b704eb-cf3a-4996-20b8-705e7a88c66c'
813
+ }, {
814
+ thickness: null,
815
+ points: ['u-4af59e7d-2f2d-426c-fa1f-9fca268bc420', 'u-c0f41c18-3980-46e6-e04a-3b4238129c91'],
816
+ items: [],
817
+ curve: 0,
818
+ type: 0,
819
+ align: 0,
820
+ edgeComputed: true,
821
+ offsetComputed: 60,
822
+ thicknessComputed: 240,
823
+ isLoadBearing: false,
824
+ displayName: 'Line',
825
+ id: 'u-81c7557b-f33b-4772-356c-bf0c8d57e40f'
826
+ }, {
827
+ thickness: null,
828
+ points: ['u-9b683835-2452-4a3c-c660-a6c011cff2cb', 'u-c0f41c18-3980-46e6-e04a-3b4238129c91'],
829
+ items: [],
830
+ curve: 0,
831
+ type: 0,
832
+ align: 0,
833
+ edgeComputed: false,
834
+ offsetComputed: 0,
835
+ thicknessComputed: 120,
836
+ isLoadBearing: false,
837
+ displayName: 'Line',
838
+ id: 'u-5dc7b0da-87dd-481d-90de-bb9c202a069a'
839
+ }, {
840
+ thickness: null,
841
+ points: ['u-999f8fea-cafe-4e8d-f23c-a9470f4b0ba1', 'u-3654a574-fd29-4b29-12fa-e93ca6c41e35'],
842
+ items: ['u-71bb97e3-8b4a-4999-cf52-82d080df83aa'],
843
+ curve: 0,
844
+ type: 0,
845
+ align: 0,
846
+ edgeComputed: false,
847
+ offsetComputed: 0,
848
+ thicknessComputed: 120,
849
+ isLoadBearing: false,
850
+ displayName: 'Line',
851
+ id: 'u-5fae6608-241b-4281-1efb-d9196a1e18c1'
852
+ }, {
853
+ thickness: null,
854
+ points: ['u-e7e5dd42-662f-4dd9-f94b-01545416b351', 'u-3654a574-fd29-4b29-12fa-e93ca6c41e35'],
855
+ items: ['u-6f27b676-56ad-40cb-0b20-cf4ee271e115'],
856
+ curve: 0,
857
+ type: 0,
858
+ align: 0,
859
+ edgeComputed: false,
860
+ offsetComputed: 0,
861
+ thicknessComputed: 120,
862
+ isLoadBearing: false,
863
+ displayName: 'Line',
864
+ id: 'u-f9b6bb21-df01-4066-2c53-9f349cc8f834'
865
+ }, {
866
+ thickness: null,
867
+ points: ['u-1b059759-4d5b-4a54-fc59-c04c31e1af51', 'u-ecf61347-cc6d-4598-a385-a4d6b08289a1'],
868
+ items: [],
869
+ curve: 0,
870
+ type: 0,
871
+ align: 0,
872
+ edgeComputed: false,
873
+ offsetComputed: 0,
874
+ thicknessComputed: 120,
875
+ isLoadBearing: false,
876
+ displayName: 'Line',
877
+ id: 'u-f2816ef1-e4c4-47d0-7347-b3dd2dd0e80c'
878
+ }],
879
+ areas: [{
880
+ points: ['u-85fd7d3b-b5f2-4948-45c1-23251ae3c0cb', 'u-6eda8ea6-5230-49ae-137b-c9cc420819f4', 'u-2e22a269-e41f-4501-1024-f113ffc91275', 'u-4af59e7d-2f2d-426c-fa1f-9fca268bc420', 'u-adf48dff-5c85-477a-1bb8-56150b9df0dd'],
881
+ type: 12,
882
+ nameIndex: '',
883
+ labelX: 0,
884
+ labelY: 0,
885
+ simpleLabelMod: false,
886
+ roomTypeLabelMod: false,
887
+ hideName: false,
888
+ hideSize: false,
889
+ subType: 0,
890
+ subLabelX: 0,
891
+ subLabelY: 0,
892
+ customizedName: '',
893
+ empty: false,
894
+ roomType: '100900000005',
895
+ size: 5755125,
896
+ sizeWithoutLine: 5137125,
897
+ roomName: '阳台',
898
+ attachments: {
899
+ lines: [{
900
+ id: 'u-1258468f-2c3f-4bb8-77a2-d5bde4df1ad2',
901
+ towardsRad: 1.5707963267948966,
902
+ direction: 'north',
903
+ directionCode: '100500000007',
904
+ edge: true,
905
+ length: 3725
906
+ }, {
907
+ id: 'u-eeb81074-2300-4bc5-e957-e63e0c5d6228',
908
+ towardsRad: 0,
909
+ direction: 'east',
910
+ directionCode: '100500000001',
911
+ edge: true,
912
+ length: 1545
913
+ }, {
914
+ id: 'u-ad1780e1-cacb-47af-d192-edfbe8144f00',
915
+ towardsRad: -1.5707963267948966,
916
+ direction: 'south',
917
+ directionCode: '100500000003',
918
+ edge: true,
919
+ length: 140
920
+ }, {
921
+ id: 'u-cdfea8a5-5e7f-4cce-000a-3647fa933b05',
922
+ towardsRad: -1.5707963267948966,
923
+ direction: 'south',
924
+ directionCode: '100500000003',
925
+ edge: false,
926
+ length: 3585
927
+ }, {
928
+ id: 'u-43341bed-9fc7-4ea9-2075-08506fe2944f',
929
+ towardsRad: 3.141592653589793,
930
+ direction: 'west',
931
+ directionCode: '100500000005',
932
+ edge: true,
933
+ length: 1545
934
+ }],
935
+ lineItems: [{
936
+ id: 'u-13c61c5c-25ad-46f1-d45d-f64edf7c2d6c',
937
+ towardsRad: 1.5707963267948966,
938
+ direction: 'north',
939
+ directionCode: '100500000007',
940
+ edge: true,
941
+ length: 2755.653280077158,
942
+ is: 'window'
943
+ }, {
944
+ id: 'u-3558fa14-d60e-48c7-1550-30729b2afc3c',
945
+ towardsRad: 1.5707963267948966,
946
+ direction: 'north',
947
+ directionCode: '100500000007',
948
+ edge: true,
949
+ length: 795.9194918973881,
950
+ is: 'window'
951
+ }, {
952
+ id: 'u-5061dbdc-4717-4231-f4f3-08f2b9b5c44b',
953
+ towardsRad: 0,
954
+ direction: 'east',
955
+ directionCode: '100500000001',
956
+ edge: true,
957
+ length: 1425,
958
+ is: 'window'
959
+ }, {
960
+ id: 'u-3a8985ae-cda6-4c3a-9d98-934f92f9ecac',
961
+ towardsRad: -1.5707963267948966,
962
+ direction: 'south',
963
+ directionCode: '100500000003',
964
+ edge: false,
965
+ length: 2125,
966
+ is: 'door'
967
+ }, {
968
+ id: 'u-f26e5782-fd22-46d5-b509-f8f4264b10bb',
969
+ towardsRad: 3.141592653589793,
970
+ direction: 'west',
971
+ directionCode: '100500000005',
972
+ edge: true,
973
+ length: 1425,
974
+ is: 'window'
975
+ }],
976
+ areas: [{
977
+ id: 'u-8e420bd8-4848-4790-acc5-b7cbb567ba27',
978
+ towardsRad: -1.5707963267948966,
979
+ direction: 'south',
980
+ directionCode: '100500000003',
981
+ roomType: '100900000001',
982
+ type: 3,
983
+ sharedLines: ['u-cdfea8a5-5e7f-4cce-000a-3647fa933b05'],
984
+ sharedLineItems: ['u-3a8985ae-cda6-4c3a-9d98-934f92f9ecac']
985
+ }]
986
+ },
987
+ displayName: 'Area',
988
+ id: 'u-bbc9e687-41a2-4cd3-a053-2c6428ee2fb5'
989
+ }, {
990
+ points: ['u-8edb0481-6ec7-4a3e-5ff9-37ead589df9e', 'u-04c33ade-fec5-4669-7489-6534c74b1b31', 'u-e7e5dd42-662f-4dd9-f94b-01545416b351', 'u-3654a574-fd29-4b29-12fa-e93ca6c41e35', 'u-ecf61347-cc6d-4598-a385-a4d6b08289a1', 'u-e8cad07d-a033-4309-f1c7-a8fe59c9c613'],
991
+ type: 3,
992
+ nameIndex: 'A',
993
+ labelX: -200,
994
+ labelY: 1390,
995
+ simpleLabelMod: false,
996
+ roomTypeLabelMod: false,
997
+ hideName: false,
998
+ hideSize: false,
999
+ subType: 0,
1000
+ subLabelX: 0,
1001
+ subLabelY: 0,
1002
+ customizedName: '',
1003
+ empty: false,
1004
+ roomType: '100900000001',
1005
+ size: 14977050,
1006
+ sizeWithoutLine: 14011050,
1007
+ roomName: '卧室A',
1008
+ attachments: {
1009
+ lines: [{
1010
+ id: 'u-b4cabd9f-b2f1-400f-6bb5-067d72438f04',
1011
+ towardsRad: 3.141592653589793,
1012
+ direction: 'west',
1013
+ directionCode: '100500000005',
1014
+ edge: true,
1015
+ length: 4785
1016
+ }, {
1017
+ id: 'u-882aebc4-989b-441d-dd1e-c5217272ed09',
1018
+ towardsRad: 1.5707963267948966,
1019
+ direction: 'north',
1020
+ directionCode: '100500000007',
1021
+ edge: false,
1022
+ length: 1765
1023
+ }, {
1024
+ id: 'u-f9b6bb21-df01-4066-2c53-9f349cc8f834',
1025
+ towardsRad: 1.5707963267948966,
1026
+ direction: 'north',
1027
+ directionCode: '100500000007',
1028
+ edge: false,
1029
+ length: 1365
1030
+ }, {
1031
+ id: 'u-50d8667e-8fa1-450e-aabb-7d0c0295e204',
1032
+ towardsRad: 0,
1033
+ direction: 'east',
1034
+ directionCode: '100500000001',
1035
+ edge: false,
1036
+ length: 2330
1037
+ }, {
1038
+ id: 'u-48f0759a-5f1e-449a-cb9c-699e56c55bc8',
1039
+ towardsRad: 0,
1040
+ direction: 'east',
1041
+ directionCode: '100500000001',
1042
+ edge: true,
1043
+ length: 2455
1044
+ }, {
1045
+ id: 'u-0afcf94f-5e8e-445c-ee78-809387b11062',
1046
+ towardsRad: -1.5707963267948966,
1047
+ direction: 'south',
1048
+ directionCode: '100500000003',
1049
+ edge: true,
1050
+ length: 3130
1051
+ }],
1052
+ lineItems: [{
1053
+ id: 'u-6f27b676-56ad-40cb-0b20-cf4ee271e115',
1054
+ towardsRad: 1.5707963267948966,
1055
+ direction: 'north',
1056
+ directionCode: '100500000007',
1057
+ edge: false,
1058
+ length: 800,
1059
+ is: 'door'
1060
+ }, {
1061
+ id: 'u-c09c784c-9eaf-4c3b-eacf-be71af362c71',
1062
+ towardsRad: 0,
1063
+ direction: 'east',
1064
+ directionCode: '100500000001',
1065
+ edge: true,
1066
+ length: 1472.5588661028203,
1067
+ is: 'window'
1068
+ }],
1069
+ areas: [{
1070
+ id: 'u-43728cf0-28bd-43d8-4cc2-f81b7de9f99f',
1071
+ towardsRad: 1.5707963267948966,
1072
+ direction: 'north',
1073
+ directionCode: '100500000007',
1074
+ roomType: '100900000004',
1075
+ type: 5,
1076
+ sharedLines: ['u-882aebc4-989b-441d-dd1e-c5217272ed09'],
1077
+ sharedLineItems: []
1078
+ }, {
1079
+ id: 'u-314bc053-b47e-415d-9a99-bede9d43e701',
1080
+ towardsRad: 1.5707963267948966,
1081
+ direction: 'north',
1082
+ directionCode: '100500000007',
1083
+ roomType: '100900000012',
1084
+ type: 26,
1085
+ sharedLines: ['u-f9b6bb21-df01-4066-2c53-9f349cc8f834'],
1086
+ sharedLineItems: ['u-6f27b676-56ad-40cb-0b20-cf4ee271e115']
1087
+ }, {
1088
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
1089
+ towardsRad: 0,
1090
+ direction: 'east',
1091
+ directionCode: '100500000001',
1092
+ roomType: '100900000002',
1093
+ type: 1,
1094
+ sharedLines: ['u-50d8667e-8fa1-450e-aabb-7d0c0295e204'],
1095
+ sharedLineItems: []
1096
+ }]
1097
+ },
1098
+ displayName: 'Area',
1099
+ id: 'u-15a3e579-8e5f-4fc0-1fdf-54bb3cf876f0'
1100
+ }, {
1101
+ points: ['u-86bad96d-0577-4bdc-e1fe-d20534bb845f', 'u-8f1e6f6e-8969-4481-aceb-6b0f15ec44d2', 'u-5a635221-68fa-42e9-0f54-1fc9f53fa359', 'u-e6907862-df23-44e5-c7e2-23debaace62b', 'u-174b724c-606a-4b29-3a46-49b653c62a1a', 'u-f23c372f-fd40-489e-03f2-1b2c01660c0e', 'u-34d9cc35-35e2-4434-4143-9cb0993e0b09'],
1102
+ type: 3,
1103
+ nameIndex: 'B',
1104
+ labelX: 0,
1105
+ labelY: 1540,
1106
+ simpleLabelMod: false,
1107
+ roomTypeLabelMod: false,
1108
+ hideName: false,
1109
+ hideSize: false,
1110
+ subType: 0,
1111
+ subLabelX: 0,
1112
+ subLabelY: 0,
1113
+ customizedName: '',
1114
+ empty: false,
1115
+ roomType: '100900000001',
1116
+ size: 15526900,
1117
+ sizeWithoutLine: 14551900,
1118
+ roomName: '卧室B',
1119
+ attachments: {
1120
+ lines: [{
1121
+ id: 'u-c391aefd-5820-4a72-e36a-ec25774f3bd0',
1122
+ towardsRad: -1.5707963267948966,
1123
+ direction: 'south',
1124
+ directionCode: '100500000003',
1125
+ edge: true,
1126
+ length: 2075
1127
+ }, {
1128
+ id: 'u-481d3c9b-acd9-4edc-4fd6-95191f940658',
1129
+ towardsRad: 3.141592653589793,
1130
+ direction: 'west',
1131
+ directionCode: '100500000005',
1132
+ edge: false,
1133
+ length: 4740
1134
+ }, {
1135
+ id: 'u-6b19946a-fdb5-4124-c217-4eaa66ecb149',
1136
+ towardsRad: 1.5707963267948966,
1137
+ direction: 'north',
1138
+ directionCode: '100500000007',
1139
+ edge: false,
1140
+ length: 1235
1141
+ }, {
1142
+ id: 'u-df4b173a-dee4-4d95-414b-5e213f8e7891',
1143
+ towardsRad: 1.5707963267948966,
1144
+ direction: 'north',
1145
+ directionCode: '100500000007',
1146
+ edge: false,
1147
+ length: 2270
1148
+ }, {
1149
+ id: 'u-aa04a0d9-6391-4a5c-aaec-561c07de98bf',
1150
+ towardsRad: 0,
1151
+ direction: 'east',
1152
+ directionCode: '100500000001',
1153
+ edge: true,
1154
+ length: 3980
1155
+ }, {
1156
+ id: 'u-205f5af4-0295-4d12-e439-89ce77a6bb17',
1157
+ towardsRad: -1.5707963267948966,
1158
+ direction: 'south',
1159
+ directionCode: '100500000003',
1160
+ edge: true,
1161
+ length: 1430
1162
+ }, {
1163
+ id: 'u-2a3aff08-984b-4a60-c4df-8be257f6cfdd',
1164
+ towardsRad: 0,
1165
+ direction: 'east',
1166
+ directionCode: '100500000001',
1167
+ edge: true,
1168
+ length: 760
1169
+ }],
1170
+ lineItems: [{
1171
+ id: 'u-68c8afdb-be1e-4b4e-c010-47779fa82d62',
1172
+ towardsRad: -1.5707963267948966,
1173
+ direction: 'south',
1174
+ directionCode: '100500000003',
1175
+ edge: true,
1176
+ length: 1955,
1177
+ is: 'window'
1178
+ }, {
1179
+ id: 'u-07a7a31d-7270-4e5c-5299-255a37cdb25f',
1180
+ towardsRad: 1.5707963267948966,
1181
+ direction: 'north',
1182
+ directionCode: '100500000007',
1183
+ edge: false,
1184
+ length: 800,
1185
+ is: 'door'
1186
+ }, {
1187
+ id: 'u-2df7d4fd-4b8f-4964-3ff7-4103418cde90',
1188
+ towardsRad: 0,
1189
+ direction: 'east',
1190
+ directionCode: '100500000001',
1191
+ edge: true,
1192
+ length: 800,
1193
+ is: 'door'
1194
+ }],
1195
+ areas: [{
1196
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
1197
+ towardsRad: 3.141592653589793,
1198
+ direction: 'west',
1199
+ directionCode: '100500000005',
1200
+ roomType: '100900000002',
1201
+ type: 1,
1202
+ sharedLines: ['u-481d3c9b-acd9-4edc-4fd6-95191f940658', 'u-6b19946a-fdb5-4124-c217-4eaa66ecb149'],
1203
+ sharedLineItems: ['u-07a7a31d-7270-4e5c-5299-255a37cdb25f']
1204
+ }, {
1205
+ id: 'u-36a4d793-15b2-40ef-7bd5-dd0d355daaf9',
1206
+ towardsRad: 1.5707963267948966,
1207
+ direction: 'north',
1208
+ directionCode: '100500000007',
1209
+ roomType: '100900000004',
1210
+ type: 5,
1211
+ sharedLines: ['u-df4b173a-dee4-4d95-414b-5e213f8e7891'],
1212
+ sharedLineItems: []
1213
+ }]
1214
+ },
1215
+ displayName: 'Area',
1216
+ id: 'u-4c0d1e30-15db-46ff-c17d-be896fd5f4d2'
1217
+ }, {
1218
+ points: ['u-2c0bc1fe-2e42-49bc-1e16-c6d0e3a08fac', 'u-e3ed49e2-7044-469c-49da-f1280870e167', 'u-9b683835-2452-4a3c-c660-a6c011cff2cb', 'u-838d6a84-b09c-4e94-3458-859a61b80856', 'u-e6907862-df23-44e5-c7e2-23debaace62b', 'u-5a635221-68fa-42e9-0f54-1fc9f53fa359', 'u-8f1e6f6e-8969-4481-aceb-6b0f15ec44d2', 'u-f42217e1-b3db-4460-ed69-b2c56b5951d4', 'u-18417f28-0400-47ce-6a53-4248176d8c55', 'u-ecf61347-cc6d-4598-a385-a4d6b08289a1', 'u-3654a574-fd29-4b29-12fa-e93ca6c41e35', 'u-999f8fea-cafe-4e8d-f23c-a9470f4b0ba1'],
1219
+ type: 1,
1220
+ nameIndex: '',
1221
+ labelX: -1775,
1222
+ labelY: -2025,
1223
+ simpleLabelMod: false,
1224
+ roomTypeLabelMod: false,
1225
+ hideName: false,
1226
+ hideSize: false,
1227
+ subType: 2,
1228
+ subLabelX: -1900,
1229
+ subLabelY: 1175,
1230
+ customizedName: '',
1231
+ empty: false,
1232
+ roomType: '100900000002',
1233
+ size: 37933700,
1234
+ sizeWithoutLine: 36121100,
1235
+ roomName: '客厅',
1236
+ attachments: {
1237
+ lines: [{
1238
+ id: 'u-e11f7645-7184-457a-cbe9-83da2ce573c6',
1239
+ towardsRad: 3.141592653589793,
1240
+ direction: 'west',
1241
+ directionCode: '100500000005',
1242
+ edge: true,
1243
+ length: 2140
1244
+ }, {
1245
+ id: 'u-873ca2ce-fb8e-4713-51c3-3c88f55deb53',
1246
+ towardsRad: 1.5707963267948966,
1247
+ direction: 'north',
1248
+ directionCode: '100500000007',
1249
+ edge: false,
1250
+ length: 1175
1251
+ }, {
1252
+ id: 'u-0b7858f7-cfc1-4cae-36e0-1256fa3ecf07',
1253
+ towardsRad: 0,
1254
+ direction: 'east',
1255
+ directionCode: '100500000001',
1256
+ edge: false,
1257
+ length: 2650
1258
+ }, {
1259
+ id: 'u-16c03957-76cc-4135-af9f-bb59f6a94ebf',
1260
+ towardsRad: 0,
1261
+ direction: 'east',
1262
+ directionCode: '100500000001',
1263
+ edge: false,
1264
+ length: 1950
1265
+ }, {
1266
+ id: 'u-6b19946a-fdb5-4124-c217-4eaa66ecb149',
1267
+ towardsRad: -1.5707963267948966,
1268
+ direction: 'south',
1269
+ directionCode: '100500000003',
1270
+ edge: false,
1271
+ length: 1235
1272
+ }, {
1273
+ id: 'u-481d3c9b-acd9-4edc-4fd6-95191f940658',
1274
+ towardsRad: 0,
1275
+ direction: 'east',
1276
+ directionCode: '100500000001',
1277
+ edge: false,
1278
+ length: 4740
1279
+ }, {
1280
+ id: 'u-122cea09-fad2-429f-8a4e-052589604016',
1281
+ towardsRad: -1.5707963267948966,
1282
+ direction: 'south',
1283
+ directionCode: '100500000003',
1284
+ edge: true,
1285
+ length: 3165
1286
+ }, {
1287
+ id: 'u-c0cfdff6-3b34-4943-4b21-2ce9e2b81c6e',
1288
+ towardsRad: 3.141592653589793,
1289
+ direction: 'west',
1290
+ directionCode: '100500000005',
1291
+ edge: true,
1292
+ length: 740
1293
+ }, {
1294
+ id: 'u-501fdfb4-d9cb-429b-8772-84d2e70a5338',
1295
+ towardsRad: -1.5707963267948966,
1296
+ direction: 'south',
1297
+ directionCode: '100500000003',
1298
+ edge: true,
1299
+ length: 1485
1300
+ }, {
1301
+ id: 'u-50d8667e-8fa1-450e-aabb-7d0c0295e204',
1302
+ towardsRad: 3.141592653589793,
1303
+ direction: 'west',
1304
+ directionCode: '100500000005',
1305
+ edge: false,
1306
+ length: 2330
1307
+ }, {
1308
+ id: 'u-5fae6608-241b-4281-1efb-d9196a1e18c1',
1309
+ towardsRad: 3.141592653589793,
1310
+ direction: 'west',
1311
+ directionCode: '100500000005',
1312
+ edge: false,
1313
+ length: 4130
1314
+ }, {
1315
+ id: 'u-0f2cc5b3-b43c-42fc-ba15-174da1501b3a',
1316
+ towardsRad: 1.5707963267948966,
1317
+ direction: 'north',
1318
+ directionCode: '100500000007',
1319
+ edge: true,
1320
+ length: 4710
1321
+ }],
1322
+ lineItems: [{
1323
+ id: 'u-4d37a97b-29d5-4037-ca0d-43f5f963f09b',
1324
+ towardsRad: 1.5707963267948966,
1325
+ direction: 'north',
1326
+ directionCode: '100500000007',
1327
+ edge: false,
1328
+ length: 800,
1329
+ is: 'door'
1330
+ }, {
1331
+ id: 'u-d647b3e3-c3cb-4792-9e0a-bb48582566ed',
1332
+ towardsRad: 0,
1333
+ direction: 'east',
1334
+ directionCode: '100500000001',
1335
+ edge: false,
1336
+ length: 1725,
1337
+ is: 'door'
1338
+ }, {
1339
+ id: 'u-ede13611-600a-402d-4a9b-b21730796f8b',
1340
+ towardsRad: 0,
1341
+ direction: 'east',
1342
+ directionCode: '100500000001',
1343
+ edge: false,
1344
+ length: 800,
1345
+ is: 'door'
1346
+ }, {
1347
+ id: 'u-07a7a31d-7270-4e5c-5299-255a37cdb25f',
1348
+ towardsRad: -1.5707963267948966,
1349
+ direction: 'south',
1350
+ directionCode: '100500000003',
1351
+ edge: false,
1352
+ length: 800,
1353
+ is: 'door'
1354
+ }, {
1355
+ id: 'u-de9c5cef-a237-4110-7ae4-ac88c71d8e13',
1356
+ towardsRad: -1.5707963267948966,
1357
+ direction: 'south',
1358
+ directionCode: '100500000003',
1359
+ edge: true,
1360
+ length: 3045,
1361
+ is: 'window'
1362
+ }, {
1363
+ id: 'u-71bb97e3-8b4a-4999-cf52-82d080df83aa',
1364
+ towardsRad: 3.141592653589793,
1365
+ direction: 'west',
1366
+ directionCode: '100500000005',
1367
+ edge: false,
1368
+ length: 2200,
1369
+ is: 'other'
1370
+ }],
1371
+ areas: [{
1372
+ id: 'u-8e420bd8-4848-4790-acc5-b7cbb567ba27',
1373
+ towardsRad: 1.5707963267948966,
1374
+ direction: 'north',
1375
+ directionCode: '100500000007',
1376
+ roomType: '100900000001',
1377
+ type: 3,
1378
+ sharedLines: ['u-873ca2ce-fb8e-4713-51c3-3c88f55deb53'],
1379
+ sharedLineItems: ['u-4d37a97b-29d5-4037-ca0d-43f5f963f09b']
1380
+ }, {
1381
+ id: 'u-1c7277ec-c593-4a54-b012-9478528acaa4',
1382
+ towardsRad: 0,
1383
+ direction: 'east',
1384
+ directionCode: '100500000001',
1385
+ roomType: '100900000003',
1386
+ type: 8,
1387
+ sharedLines: ['u-0b7858f7-cfc1-4cae-36e0-1256fa3ecf07'],
1388
+ sharedLineItems: ['u-d647b3e3-c3cb-4792-9e0a-bb48582566ed']
1389
+ }, {
1390
+ id: 'u-36a4d793-15b2-40ef-7bd5-dd0d355daaf9',
1391
+ towardsRad: 0,
1392
+ direction: 'east',
1393
+ directionCode: '100500000001',
1394
+ roomType: '100900000004',
1395
+ type: 5,
1396
+ sharedLines: ['u-16c03957-76cc-4135-af9f-bb59f6a94ebf'],
1397
+ sharedLineItems: ['u-ede13611-600a-402d-4a9b-b21730796f8b']
1398
+ }, {
1399
+ id: 'u-4c0d1e30-15db-46ff-c17d-be896fd5f4d2',
1400
+ towardsRad: -1.5707963267948966,
1401
+ direction: 'south',
1402
+ directionCode: '100500000003',
1403
+ roomType: '100900000001',
1404
+ type: 3,
1405
+ sharedLines: ['u-6b19946a-fdb5-4124-c217-4eaa66ecb149', 'u-481d3c9b-acd9-4edc-4fd6-95191f940658'],
1406
+ sharedLineItems: ['u-07a7a31d-7270-4e5c-5299-255a37cdb25f']
1407
+ }, {
1408
+ id: 'u-15a3e579-8e5f-4fc0-1fdf-54bb3cf876f0',
1409
+ towardsRad: 3.141592653589793,
1410
+ direction: 'west',
1411
+ directionCode: '100500000005',
1412
+ roomType: '100900000001',
1413
+ type: 3,
1414
+ sharedLines: ['u-50d8667e-8fa1-450e-aabb-7d0c0295e204'],
1415
+ sharedLineItems: []
1416
+ }, {
1417
+ id: 'u-314bc053-b47e-415d-9a99-bede9d43e701',
1418
+ towardsRad: 3.141592653589793,
1419
+ direction: 'west',
1420
+ directionCode: '100500000005',
1421
+ roomType: '100900000012',
1422
+ type: 26,
1423
+ sharedLines: ['u-5fae6608-241b-4281-1efb-d9196a1e18c1'],
1424
+ sharedLineItems: ['u-71bb97e3-8b4a-4999-cf52-82d080df83aa']
1425
+ }]
1426
+ },
1427
+ displayName: 'Area',
1428
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd'
1429
+ }, {
1430
+ points: ['u-adf48dff-5c85-477a-1bb8-56150b9df0dd', 'u-4af59e7d-2f2d-426c-fa1f-9fca268bc420', 'u-c0f41c18-3980-46e6-e04a-3b4238129c91', 'u-9b683835-2452-4a3c-c660-a6c011cff2cb', 'u-e3ed49e2-7044-469c-49da-f1280870e167'],
1431
+ type: 3,
1432
+ nameIndex: 'C',
1433
+ labelX: 980,
1434
+ labelY: 0,
1435
+ simpleLabelMod: false,
1436
+ roomTypeLabelMod: false,
1437
+ hideName: false,
1438
+ hideSize: false,
1439
+ subType: 0,
1440
+ subLabelX: 0,
1441
+ subLabelY: 0,
1442
+ customizedName: '',
1443
+ empty: false,
1444
+ roomType: '100900000001',
1445
+ size: 13085250,
1446
+ sizeWithoutLine: 12231450,
1447
+ roomName: '卧室C',
1448
+ attachments: {
1449
+ lines: [{
1450
+ id: 'u-cdfea8a5-5e7f-4cce-000a-3647fa933b05',
1451
+ towardsRad: 1.5707963267948966,
1452
+ direction: 'north',
1453
+ directionCode: '100500000007',
1454
+ edge: false,
1455
+ length: 3585
1456
+ }, {
1457
+ id: 'u-81c7557b-f33b-4772-356c-bf0c8d57e40f',
1458
+ towardsRad: 0,
1459
+ direction: 'east',
1460
+ directionCode: '100500000001',
1461
+ edge: true,
1462
+ length: 3650
1463
+ }, {
1464
+ id: 'u-5dc7b0da-87dd-481d-90de-bb9c202a069a',
1465
+ towardsRad: -1.5707963267948966,
1466
+ direction: 'south',
1467
+ directionCode: '100500000003',
1468
+ edge: false,
1469
+ length: 2410
1470
+ }, {
1471
+ id: 'u-873ca2ce-fb8e-4713-51c3-3c88f55deb53',
1472
+ towardsRad: -1.5707963267948966,
1473
+ direction: 'south',
1474
+ directionCode: '100500000003',
1475
+ edge: false,
1476
+ length: 1175
1477
+ }, {
1478
+ id: 'u-03ea941f-927e-4cfb-dcfa-911d7a964e2d',
1479
+ towardsRad: 3.141592653589793,
1480
+ direction: 'west',
1481
+ directionCode: '100500000005',
1482
+ edge: true,
1483
+ length: 3650
1484
+ }],
1485
+ lineItems: [{
1486
+ id: 'u-3a8985ae-cda6-4c3a-9d98-934f92f9ecac',
1487
+ towardsRad: 1.5707963267948966,
1488
+ direction: 'north',
1489
+ directionCode: '100500000007',
1490
+ edge: false,
1491
+ length: 2125,
1492
+ is: 'door'
1493
+ }, {
1494
+ id: 'u-4d37a97b-29d5-4037-ca0d-43f5f963f09b',
1495
+ towardsRad: -1.5707963267948966,
1496
+ direction: 'south',
1497
+ directionCode: '100500000003',
1498
+ edge: false,
1499
+ length: 800,
1500
+ is: 'door'
1501
+ }],
1502
+ areas: [{
1503
+ id: 'u-bbc9e687-41a2-4cd3-a053-2c6428ee2fb5',
1504
+ towardsRad: 1.5707963267948966,
1505
+ direction: 'north',
1506
+ directionCode: '100500000007',
1507
+ roomType: '100900000005',
1508
+ type: 12,
1509
+ sharedLines: ['u-cdfea8a5-5e7f-4cce-000a-3647fa933b05'],
1510
+ sharedLineItems: ['u-3a8985ae-cda6-4c3a-9d98-934f92f9ecac']
1511
+ }, {
1512
+ id: 'u-1c7277ec-c593-4a54-b012-9478528acaa4',
1513
+ towardsRad: -1.5707963267948966,
1514
+ direction: 'south',
1515
+ directionCode: '100500000003',
1516
+ roomType: '100900000003',
1517
+ type: 8,
1518
+ sharedLines: ['u-5dc7b0da-87dd-481d-90de-bb9c202a069a'],
1519
+ sharedLineItems: []
1520
+ }, {
1521
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
1522
+ towardsRad: -1.5707963267948966,
1523
+ direction: 'south',
1524
+ directionCode: '100500000003',
1525
+ roomType: '100900000002',
1526
+ type: 1,
1527
+ sharedLines: ['u-873ca2ce-fb8e-4713-51c3-3c88f55deb53'],
1528
+ sharedLineItems: ['u-4d37a97b-29d5-4037-ca0d-43f5f963f09b']
1529
+ }]
1530
+ },
1531
+ displayName: 'Area',
1532
+ id: 'u-8e420bd8-4848-4790-acc5-b7cbb567ba27'
1533
+ }, {
1534
+ points: ['u-174b724c-606a-4b29-3a46-49b653c62a1a', 'u-e6907862-df23-44e5-c7e2-23debaace62b', 'u-838d6a84-b09c-4e94-3458-859a61b80856', 'u-b7afc768-a962-4deb-1651-78db519a322e', 'u-7da5715e-ad12-42db-05c8-85db74516908'],
1535
+ type: 5,
1536
+ nameIndex: 'B',
1537
+ labelX: 275,
1538
+ labelY: -425,
1539
+ simpleLabelMod: false,
1540
+ roomTypeLabelMod: false,
1541
+ hideName: false,
1542
+ hideSize: false,
1543
+ subType: 0,
1544
+ subLabelX: 0,
1545
+ subLabelY: 0,
1546
+ customizedName: '',
1547
+ empty: false,
1548
+ roomType: '100900000004',
1549
+ size: 4777500,
1550
+ sizeWithoutLine: 4263900,
1551
+ roomName: '卫生间B',
1552
+ attachments: {
1553
+ lines: [{
1554
+ id: 'u-df4b173a-dee4-4d95-414b-5e213f8e7891',
1555
+ towardsRad: -1.5707963267948966,
1556
+ direction: 'south',
1557
+ directionCode: '100500000003',
1558
+ edge: false,
1559
+ length: 2270
1560
+ }, {
1561
+ id: 'u-16c03957-76cc-4135-af9f-bb59f6a94ebf',
1562
+ towardsRad: 3.141592653589793,
1563
+ direction: 'west',
1564
+ directionCode: '100500000005',
1565
+ edge: false,
1566
+ length: 1950
1567
+ }, {
1568
+ id: 'u-111f1bbf-235e-4149-9799-5ed805dc4cb4',
1569
+ towardsRad: 1.5707963267948966,
1570
+ direction: 'north',
1571
+ directionCode: '100500000007',
1572
+ edge: false,
1573
+ length: 2450
1574
+ }, {
1575
+ id: 'u-be265f0f-86a8-4fbc-46e5-63ad29d84c3f',
1576
+ towardsRad: 0,
1577
+ direction: 'east',
1578
+ directionCode: '100500000001',
1579
+ edge: true,
1580
+ length: 1950
1581
+ }, {
1582
+ id: 'u-15e3dff1-589d-4547-e7d6-101a87c328f5',
1583
+ towardsRad: -1.5707963267948966,
1584
+ direction: 'south',
1585
+ directionCode: '100500000003',
1586
+ edge: true,
1587
+ length: 180
1588
+ }],
1589
+ lineItems: [{
1590
+ id: 'u-ede13611-600a-402d-4a9b-b21730796f8b',
1591
+ towardsRad: 3.141592653589793,
1592
+ direction: 'west',
1593
+ directionCode: '100500000005',
1594
+ edge: false,
1595
+ length: 800,
1596
+ is: 'door'
1597
+ }, {
1598
+ id: 'u-3324e83f-b379-4079-7800-9999fb232f1c',
1599
+ towardsRad: 0,
1600
+ direction: 'east',
1601
+ directionCode: '100500000001',
1602
+ edge: true,
1603
+ length: 1081.6653826391969,
1604
+ is: 'window'
1605
+ }],
1606
+ areas: [{
1607
+ id: 'u-4c0d1e30-15db-46ff-c17d-be896fd5f4d2',
1608
+ towardsRad: -1.5707963267948966,
1609
+ direction: 'south',
1610
+ directionCode: '100500000003',
1611
+ roomType: '100900000001',
1612
+ type: 3,
1613
+ sharedLines: ['u-df4b173a-dee4-4d95-414b-5e213f8e7891'],
1614
+ sharedLineItems: []
1615
+ }, {
1616
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
1617
+ towardsRad: 3.141592653589793,
1618
+ direction: 'west',
1619
+ directionCode: '100500000005',
1620
+ roomType: '100900000002',
1621
+ type: 1,
1622
+ sharedLines: ['u-16c03957-76cc-4135-af9f-bb59f6a94ebf'],
1623
+ sharedLineItems: ['u-ede13611-600a-402d-4a9b-b21730796f8b']
1624
+ }, {
1625
+ id: 'u-1c7277ec-c593-4a54-b012-9478528acaa4',
1626
+ towardsRad: 1.5707963267948966,
1627
+ direction: 'north',
1628
+ directionCode: '100500000007',
1629
+ roomType: '100900000003',
1630
+ type: 8,
1631
+ sharedLines: ['u-111f1bbf-235e-4149-9799-5ed805dc4cb4'],
1632
+ sharedLineItems: []
1633
+ }]
1634
+ },
1635
+ displayName: 'Area',
1636
+ id: 'u-36a4d793-15b2-40ef-7bd5-dd0d355daaf9'
1637
+ }, {
1638
+ points: ['u-9eb6f993-5ed6-4ea0-8b59-ff79822d9bd0', 'u-b7afc768-a962-4deb-1651-78db519a322e', 'u-838d6a84-b09c-4e94-3458-859a61b80856', 'u-9b683835-2452-4a3c-c660-a6c011cff2cb', 'u-c0f41c18-3980-46e6-e04a-3b4238129c91'],
1639
+ type: 8,
1640
+ nameIndex: '',
1641
+ labelX: 0,
1642
+ labelY: 0,
1643
+ simpleLabelMod: false,
1644
+ roomTypeLabelMod: false,
1645
+ hideName: false,
1646
+ hideSize: false,
1647
+ subType: 0,
1648
+ subLabelX: 0,
1649
+ subLabelY: 0,
1650
+ customizedName: '',
1651
+ empty: false,
1652
+ roomType: '100900000003',
1653
+ size: 6492500,
1654
+ sizeWithoutLine: 5894900,
1655
+ roomName: '厨房',
1656
+ attachments: {
1657
+ lines: [{
1658
+ id: 'u-0dcd58fb-b501-432c-d72f-b0db17c8ca13',
1659
+ towardsRad: 0,
1660
+ direction: 'east',
1661
+ directionCode: '100500000001',
1662
+ edge: true,
1663
+ length: 2650
1664
+ }, {
1665
+ id: 'u-111f1bbf-235e-4149-9799-5ed805dc4cb4',
1666
+ towardsRad: -1.5707963267948966,
1667
+ direction: 'south',
1668
+ directionCode: '100500000003',
1669
+ edge: false,
1670
+ length: 2450
1671
+ }, {
1672
+ id: 'u-0b7858f7-cfc1-4cae-36e0-1256fa3ecf07',
1673
+ towardsRad: 3.141592653589793,
1674
+ direction: 'west',
1675
+ directionCode: '100500000005',
1676
+ edge: false,
1677
+ length: 2650
1678
+ }, {
1679
+ id: 'u-5dc7b0da-87dd-481d-90de-bb9c202a069a',
1680
+ towardsRad: 1.5707963267948966,
1681
+ direction: 'north',
1682
+ directionCode: '100500000007',
1683
+ edge: false,
1684
+ length: 2410
1685
+ }, {
1686
+ id: 'u-14b704eb-cf3a-4996-20b8-705e7a88c66c',
1687
+ towardsRad: 1.5707963267948966,
1688
+ direction: 'north',
1689
+ directionCode: '100500000007',
1690
+ edge: true,
1691
+ length: 40
1692
+ }],
1693
+ lineItems: [{
1694
+ id: 'u-6cb3d9bd-e500-4561-358b-3c859ec85905',
1695
+ towardsRad: 0,
1696
+ direction: 'east',
1697
+ directionCode: '100500000001',
1698
+ edge: true,
1699
+ length: 800,
1700
+ is: 'window'
1701
+ }, {
1702
+ id: 'u-d647b3e3-c3cb-4792-9e0a-bb48582566ed',
1703
+ towardsRad: 3.141592653589793,
1704
+ direction: 'west',
1705
+ directionCode: '100500000005',
1706
+ edge: false,
1707
+ length: 1725,
1708
+ is: 'door'
1709
+ }],
1710
+ areas: [{
1711
+ id: 'u-36a4d793-15b2-40ef-7bd5-dd0d355daaf9',
1712
+ towardsRad: -1.5707963267948966,
1713
+ direction: 'south',
1714
+ directionCode: '100500000003',
1715
+ roomType: '100900000004',
1716
+ type: 5,
1717
+ sharedLines: ['u-111f1bbf-235e-4149-9799-5ed805dc4cb4'],
1718
+ sharedLineItems: []
1719
+ }, {
1720
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
1721
+ towardsRad: 3.141592653589793,
1722
+ direction: 'west',
1723
+ directionCode: '100500000005',
1724
+ roomType: '100900000002',
1725
+ type: 1,
1726
+ sharedLines: ['u-0b7858f7-cfc1-4cae-36e0-1256fa3ecf07'],
1727
+ sharedLineItems: ['u-d647b3e3-c3cb-4792-9e0a-bb48582566ed']
1728
+ }, {
1729
+ id: 'u-8e420bd8-4848-4790-acc5-b7cbb567ba27',
1730
+ towardsRad: 1.5707963267948966,
1731
+ direction: 'north',
1732
+ directionCode: '100500000007',
1733
+ roomType: '100900000001',
1734
+ type: 3,
1735
+ sharedLines: ['u-5dc7b0da-87dd-481d-90de-bb9c202a069a'],
1736
+ sharedLineItems: []
1737
+ }]
1738
+ },
1739
+ displayName: 'Area',
1740
+ id: 'u-1c7277ec-c593-4a54-b012-9478528acaa4'
1741
+ }, {
1742
+ points: ['u-3b4d2586-b988-4d3f-053a-cff2b871d236', 'u-999f8fea-cafe-4e8d-f23c-a9470f4b0ba1', 'u-3654a574-fd29-4b29-12fa-e93ca6c41e35', 'u-e7e5dd42-662f-4dd9-f94b-01545416b351', 'u-ac922061-3d9d-4f8f-2f9b-d54ad5ae85ff', 'u-e391e629-08ad-482d-d07e-745f875cb306', 'u-abba0acf-4f63-44b4-8820-7b220367e013'],
1743
+ type: 26,
1744
+ nameIndex: '',
1745
+ labelX: 400,
1746
+ labelY: 750,
1747
+ simpleLabelMod: false,
1748
+ roomTypeLabelMod: false,
1749
+ hideName: false,
1750
+ hideSize: false,
1751
+ subType: 0,
1752
+ subLabelX: 0,
1753
+ subLabelY: 0,
1754
+ customizedName: '',
1755
+ empty: false,
1756
+ roomType: '100900000012',
1757
+ size: 9408151.245663337,
1758
+ sizeWithoutLine: 8735080.045359664,
1759
+ roomName: '入户花园',
1760
+ attachments: {
1761
+ lines: [{
1762
+ id: 'u-d36afae6-28c9-4d97-8eb9-6a3416fda5b5',
1763
+ towardsRad: 1.5707963267948966,
1764
+ direction: 'north',
1765
+ directionCode: '100500000007',
1766
+ edge: true,
1767
+ length: 3130
1768
+ }, {
1769
+ id: 'u-5fae6608-241b-4281-1efb-d9196a1e18c1',
1770
+ towardsRad: 0,
1771
+ direction: 'east',
1772
+ directionCode: '100500000001',
1773
+ edge: false,
1774
+ length: 4130
1775
+ }, {
1776
+ id: 'u-f9b6bb21-df01-4066-2c53-9f349cc8f834',
1777
+ towardsRad: -1.5707963267948966,
1778
+ direction: 'south',
1779
+ directionCode: '100500000003',
1780
+ edge: false,
1781
+ length: 1365
1782
+ }, {
1783
+ id: 'u-89187094-471f-4a05-b5dc-3b158183a76d',
1784
+ towardsRad: 3.141592653589793,
1785
+ direction: 'west',
1786
+ directionCode: '100500000005',
1787
+ edge: false,
1788
+ length: 870
1789
+ }, {
1790
+ id: 'u-31f7bb39-f834-4c3f-62c5-8a8ae01d1d41',
1791
+ towardsRad: -2.3334711293507056,
1792
+ direction: 'south',
1793
+ directionCode: '100500000003',
1794
+ edge: false,
1795
+ length: 1613.9356694278026
1796
+ }, {
1797
+ id: 'u-e18a43e2-f8e5-40d8-edb7-1d5e256b09a4',
1798
+ towardsRad: -1.5707963267948966,
1799
+ direction: 'south',
1800
+ directionCode: '100500000003',
1801
+ edge: false,
1802
+ length: 598.139534883725
1803
+ }, {
1804
+ id: 'u-da4b5e6f-c698-4e97-d0d4-fd634def6db3',
1805
+ towardsRad: 3.141592653589793,
1806
+ direction: 'west',
1807
+ directionCode: '100500000005',
1808
+ edge: true,
1809
+ length: 2145
1810
+ }],
1811
+ lineItems: [{
1812
+ id: 'u-71bb97e3-8b4a-4999-cf52-82d080df83aa',
1813
+ towardsRad: 0,
1814
+ direction: 'east',
1815
+ directionCode: '100500000001',
1816
+ edge: false,
1817
+ length: 2200,
1818
+ is: 'other'
1819
+ }, {
1820
+ id: 'u-6f27b676-56ad-40cb-0b20-cf4ee271e115',
1821
+ towardsRad: -1.5707963267948966,
1822
+ direction: 'south',
1823
+ directionCode: '100500000003',
1824
+ edge: false,
1825
+ length: 800,
1826
+ is: 'door'
1827
+ }, {
1828
+ id: 'u-e09563b4-f49a-40ad-a991-ddeb742705b7',
1829
+ towardsRad: 3.141592653589793,
1830
+ direction: 'west',
1831
+ directionCode: '100500000005',
1832
+ edge: false,
1833
+ length: 800,
1834
+ is: 'door'
1835
+ }, {
1836
+ id: 'u-67c412c8-1d86-424e-4924-590ff1145bce',
1837
+ towardsRad: 3.141592653589793,
1838
+ direction: 'west',
1839
+ directionCode: '100500000005',
1840
+ edge: true,
1841
+ length: 800,
1842
+ is: 'door'
1843
+ }],
1844
+ areas: [{
1845
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
1846
+ towardsRad: 0,
1847
+ direction: 'east',
1848
+ directionCode: '100500000001',
1849
+ roomType: '100900000002',
1850
+ type: 1,
1851
+ sharedLines: ['u-5fae6608-241b-4281-1efb-d9196a1e18c1'],
1852
+ sharedLineItems: ['u-71bb97e3-8b4a-4999-cf52-82d080df83aa']
1853
+ }, {
1854
+ id: 'u-15a3e579-8e5f-4fc0-1fdf-54bb3cf876f0',
1855
+ towardsRad: -1.5707963267948966,
1856
+ direction: 'south',
1857
+ directionCode: '100500000003',
1858
+ roomType: '100900000001',
1859
+ type: 3,
1860
+ sharedLines: ['u-f9b6bb21-df01-4066-2c53-9f349cc8f834'],
1861
+ sharedLineItems: ['u-6f27b676-56ad-40cb-0b20-cf4ee271e115']
1862
+ }, {
1863
+ id: 'u-43728cf0-28bd-43d8-4cc2-f81b7de9f99f',
1864
+ towardsRad: 3.141592653589793,
1865
+ direction: 'west',
1866
+ directionCode: '100500000005',
1867
+ roomType: '100900000004',
1868
+ type: 5,
1869
+ sharedLines: ['u-89187094-471f-4a05-b5dc-3b158183a76d', 'u-31f7bb39-f834-4c3f-62c5-8a8ae01d1d41', 'u-e18a43e2-f8e5-40d8-edb7-1d5e256b09a4'],
1870
+ sharedLineItems: ['u-e09563b4-f49a-40ad-a991-ddeb742705b7']
1871
+ }]
1872
+ },
1873
+ displayName: 'Area',
1874
+ id: 'u-314bc053-b47e-415d-9a99-bede9d43e701'
1875
+ }, {
1876
+ points: ['u-04c33ade-fec5-4669-7489-6534c74b1b31', 'u-abba0acf-4f63-44b4-8820-7b220367e013', 'u-e391e629-08ad-482d-d07e-745f875cb306', 'u-ac922061-3d9d-4f8f-2f9b-d54ad5ae85ff', 'u-e7e5dd42-662f-4dd9-f94b-01545416b351'],
1877
+ type: 5,
1878
+ nameIndex: '',
1879
+ labelX: -225,
1880
+ labelY: 250,
1881
+ simpleLabelMod: false,
1882
+ roomTypeLabelMod: false,
1883
+ hideName: false,
1884
+ hideSize: false,
1885
+ subType: 0,
1886
+ subLabelX: 0,
1887
+ subLabelY: 0,
1888
+ customizedName: '',
1889
+ empty: false,
1890
+ roomType: '100900000004',
1891
+ size: 3518748.7543366626,
1892
+ sizeWithoutLine: 3244054.9606569484,
1893
+ roomName: '卫生间',
1894
+ attachments: {
1895
+ lines: [{
1896
+ id: 'u-5ea155b2-eba3-4b0d-73f3-bfd2c25074bf',
1897
+ towardsRad: 3.141592653589793,
1898
+ direction: 'west',
1899
+ directionCode: '100500000005',
1900
+ edge: true,
1901
+ length: 1985
1902
+ }, {
1903
+ id: 'u-e18a43e2-f8e5-40d8-edb7-1d5e256b09a4',
1904
+ towardsRad: 1.5707963267948966,
1905
+ direction: 'north',
1906
+ directionCode: '100500000007',
1907
+ edge: false,
1908
+ length: 598.139534883725
1909
+ }, {
1910
+ id: 'u-31f7bb39-f834-4c3f-62c5-8a8ae01d1d41',
1911
+ towardsRad: 0.8081215242390876,
1912
+ direction: 'north',
1913
+ directionCode: '100500000007',
1914
+ edge: false,
1915
+ length: 1613.9356694278026
1916
+ }, {
1917
+ id: 'u-89187094-471f-4a05-b5dc-3b158183a76d',
1918
+ towardsRad: 0,
1919
+ direction: 'east',
1920
+ directionCode: '100500000001',
1921
+ edge: false,
1922
+ length: 870
1923
+ }, {
1924
+ id: 'u-882aebc4-989b-441d-dd1e-c5217272ed09',
1925
+ towardsRad: -1.5707963267948966,
1926
+ direction: 'south',
1927
+ directionCode: '100500000003',
1928
+ edge: false,
1929
+ length: 1765
1930
+ }],
1931
+ lineItems: [{
1932
+ id: 'u-e09563b4-f49a-40ad-a991-ddeb742705b7',
1933
+ towardsRad: 0,
1934
+ direction: 'east',
1935
+ directionCode: '100500000001',
1936
+ edge: false,
1937
+ length: 800,
1938
+ is: 'door'
1939
+ }],
1940
+ areas: [{
1941
+ id: 'u-314bc053-b47e-415d-9a99-bede9d43e701',
1942
+ towardsRad: 1.5707963267948966,
1943
+ direction: 'north',
1944
+ directionCode: '100500000007',
1945
+ roomType: '100900000012',
1946
+ type: 26,
1947
+ sharedLines: ['u-e18a43e2-f8e5-40d8-edb7-1d5e256b09a4', 'u-31f7bb39-f834-4c3f-62c5-8a8ae01d1d41', 'u-89187094-471f-4a05-b5dc-3b158183a76d'],
1948
+ sharedLineItems: ['u-e09563b4-f49a-40ad-a991-ddeb742705b7']
1949
+ }, {
1950
+ id: 'u-15a3e579-8e5f-4fc0-1fdf-54bb3cf876f0',
1951
+ towardsRad: -1.5707963267948966,
1952
+ direction: 'south',
1953
+ directionCode: '100500000003',
1954
+ roomType: '100900000001',
1955
+ type: 3,
1956
+ sharedLines: ['u-882aebc4-989b-441d-dd1e-c5217272ed09'],
1957
+ sharedLineItems: []
1958
+ }]
1959
+ },
1960
+ displayName: 'Area',
1961
+ id: 'u-43728cf0-28bd-43d8-4cc2-f81b7de9f99f'
1962
+ }],
1963
+ lineItems: [{
1964
+ type: 0,
1965
+ line: 'u-aa04a0d9-6391-4a5c-aaec-561c07de98bf',
1966
+ startIndex: 0,
1967
+ start: 1900,
1968
+ length: 800,
1969
+ rotateX: true,
1970
+ rotateY: false,
1971
+ entrance: null,
1972
+ noAnalysis: false,
1973
+ startPointAt: {
1974
+ x: 46605,
1975
+ y: 36875
1976
+ },
1977
+ endPointAt: {
1978
+ x: 46605,
1979
+ y: 36075
1980
+ },
1981
+ is: 'door',
1982
+ displayName: 'LineItem',
1983
+ id: 'u-2df7d4fd-4b8f-4964-3ff7-4103418cde90'
1984
+ }, {
1985
+ type: 0,
1986
+ line: 'u-da4b5e6f-c698-4e97-d0d4-fd634def6db3',
1987
+ startIndex: 0,
1988
+ start: 560,
1989
+ length: 800,
1990
+ rotateX: true,
1991
+ rotateY: false,
1992
+ entrance: 254,
1993
+ noAnalysis: false,
1994
+ startPointAt: {
1995
+ x: 35200,
1996
+ y: 40675
1997
+ },
1998
+ endPointAt: {
1999
+ x: 35200,
2000
+ y: 39875
2001
+ },
2002
+ is: 'door',
2003
+ displayName: 'LineItem',
2004
+ id: 'u-67c412c8-1d86-424e-4924-590ff1145bce'
2005
+ }, {
2006
+ type: 0,
2007
+ line: 'u-f9b6bb21-df01-4066-2c53-9f349cc8f834',
2008
+ startIndex: 0,
2009
+ start: 325,
2010
+ length: 800,
2011
+ rotateX: false,
2012
+ rotateY: true,
2013
+ entrance: null,
2014
+ noAnalysis: false,
2015
+ startPointAt: {
2016
+ x: 37350,
2017
+ y: 37105
2018
+ },
2019
+ endPointAt: {
2020
+ x: 38150,
2021
+ y: 37105
2022
+ },
2023
+ is: 'door',
2024
+ displayName: 'LineItem',
2025
+ id: 'u-6f27b676-56ad-40cb-0b20-cf4ee271e115'
2026
+ }, {
2027
+ type: 0,
2028
+ line: 'u-89187094-471f-4a05-b5dc-3b158183a76d',
2029
+ startIndex: 0,
2030
+ start: 0,
2031
+ length: 800,
2032
+ rotateX: false,
2033
+ rotateY: true,
2034
+ entrance: null,
2035
+ noAnalysis: false,
2036
+ startPointAt: {
2037
+ x: 37025,
2038
+ y: 37975
2039
+ },
2040
+ endPointAt: {
2041
+ x: 37025,
2042
+ y: 37175
2043
+ },
2044
+ is: 'door',
2045
+ displayName: 'LineItem',
2046
+ id: 'u-e09563b4-f49a-40ad-a991-ddeb742705b7'
2047
+ }, {
2048
+ type: 0,
2049
+ line: 'u-6b19946a-fdb5-4124-c217-4eaa66ecb149',
2050
+ startIndex: 0,
2051
+ start: 160,
2052
+ length: 800,
2053
+ rotateX: false,
2054
+ rotateY: false,
2055
+ entrance: null,
2056
+ noAnalysis: false,
2057
+ startPointAt: {
2058
+ x: 43200,
2059
+ y: 38775
2060
+ },
2061
+ endPointAt: {
2062
+ x: 44000,
2063
+ y: 38775
2064
+ },
2065
+ is: 'door',
2066
+ displayName: 'LineItem',
2067
+ id: 'u-07a7a31d-7270-4e5c-5299-255a37cdb25f'
2068
+ }, {
2069
+ type: 0,
2070
+ line: 'u-873ca2ce-fb8e-4713-51c3-3c88f55deb53',
2071
+ startIndex: 0,
2072
+ start: 225,
2073
+ length: 800,
2074
+ rotateX: true,
2075
+ rotateY: false,
2076
+ entrance: null,
2077
+ noAnalysis: false,
2078
+ startPointAt: {
2079
+ x: 43325,
2080
+ y: 43375
2081
+ },
2082
+ endPointAt: {
2083
+ x: 44125,
2084
+ y: 43375
2085
+ },
2086
+ is: 'door',
2087
+ displayName: 'LineItem',
2088
+ id: 'u-4d37a97b-29d5-4037-ca0d-43f5f963f09b'
2089
+ }, {
2090
+ type: 0,
2091
+ line: 'u-16c03957-76cc-4135-af9f-bb59f6a94ebf',
2092
+ startIndex: 0,
2093
+ start: 1000,
2094
+ length: 800,
2095
+ rotateX: true,
2096
+ rotateY: true,
2097
+ entrance: null,
2098
+ noAnalysis: false,
2099
+ startPointAt: {
2100
+ x: 44275,
2101
+ y: 39725
2102
+ },
2103
+ endPointAt: {
2104
+ x: 44275,
2105
+ y: 38925
2106
+ },
2107
+ is: 'door',
2108
+ displayName: 'LineItem',
2109
+ id: 'u-ede13611-600a-402d-4a9b-b21730796f8b'
2110
+ }, {
2111
+ type: 1,
2112
+ line: 'u-0b7858f7-cfc1-4cae-36e0-1256fa3ecf07',
2113
+ startIndex: 0,
2114
+ start: 475,
2115
+ length: 1725,
2116
+ rotateX: true,
2117
+ rotateY: false,
2118
+ entrance: null,
2119
+ noAnalysis: false,
2120
+ startPointAt: {
2121
+ x: 44275,
2122
+ y: 42900
2123
+ },
2124
+ endPointAt: {
2125
+ x: 44275,
2126
+ y: 41175
2127
+ },
2128
+ is: 'door',
2129
+ displayName: 'LineItem',
2130
+ id: 'u-d647b3e3-c3cb-4792-9e0a-bb48582566ed'
2131
+ }, {
2132
+ type: 1,
2133
+ line: 'u-cdfea8a5-5e7f-4cce-000a-3647fa933b05',
2134
+ startIndex: 0,
2135
+ start: 725,
2136
+ length: 2125,
2137
+ rotateX: false,
2138
+ rotateY: false,
2139
+ entrance: null,
2140
+ noAnalysis: false,
2141
+ startPointAt: {
2142
+ x: 43825,
2143
+ y: 47025
2144
+ },
2145
+ endPointAt: {
2146
+ x: 45950,
2147
+ y: 47025
2148
+ },
2149
+ is: 'door',
2150
+ displayName: 'LineItem',
2151
+ id: 'u-3a8985ae-cda6-4c3a-9d98-934f92f9ecac'
2152
+ }, {
2153
+ type: 16,
2154
+ line: 'u-5fae6608-241b-4281-1efb-d9196a1e18c1',
2155
+ startIndex: 0,
2156
+ start: 685,
2157
+ length: 2200,
2158
+ rotateX: false,
2159
+ rotateY: false,
2160
+ entrance: null,
2161
+ noAnalysis: false,
2162
+ startPointAt: {
2163
+ x: 38390,
2164
+ y: 40550
2165
+ },
2166
+ endPointAt: {
2167
+ x: 38390,
2168
+ y: 38350
2169
+ },
2170
+ is: 'other',
2171
+ displayName: 'LineItem',
2172
+ id: 'u-71bb97e3-8b4a-4999-cf52-82d080df83aa'
2173
+ }, {
2174
+ type: 18,
2175
+ line: 'u-48f0759a-5f1e-449a-cb9c-699e56c55bc8',
2176
+ startIndex: 0,
2177
+ start: 930,
2178
+ length: 1472.5588661028203,
2179
+ rotateX: true,
2180
+ rotateY: false,
2181
+ entrance: null,
2182
+ noAnalysis: false,
2183
+ startPointAt: {
2184
+ x: 38450,
2185
+ y: 33845
2186
+ },
2187
+ endPointAt: {
2188
+ x: 38450,
2189
+ y: 32372.44113389718
2190
+ },
2191
+ is: 'window',
2192
+ displayName: 'LineItem',
2193
+ id: 'u-c09c784c-9eaf-4c3b-eacf-be71af362c71'
2194
+ }, {
2195
+ type: 18,
2196
+ line: 'u-122cea09-fad2-429f-8a4e-052589604016',
2197
+ startIndex: 0,
2198
+ start: 60,
2199
+ length: 3045,
2200
+ rotateX: true,
2201
+ rotateY: false,
2202
+ entrance: null,
2203
+ noAnalysis: false,
2204
+ startPointAt: {
2205
+ x: 39935,
2206
+ y: 33975
2207
+ },
2208
+ endPointAt: {
2209
+ x: 42980,
2210
+ y: 33975
2211
+ },
2212
+ is: 'window',
2213
+ displayName: 'LineItem',
2214
+ id: 'u-de9c5cef-a237-4110-7ae4-ac88c71d8e13'
2215
+ }, {
2216
+ type: 5,
2217
+ line: 'u-be265f0f-86a8-4fbc-46e5-63ad29d84c3f',
2218
+ startIndex: 0,
2219
+ start: 60,
2220
+ length: 1081.6653826391969,
2221
+ rotateX: true,
2222
+ rotateY: false,
2223
+ entrance: null,
2224
+ noAnalysis: false,
2225
+ startPointAt: {
2226
+ x: 46785,
2227
+ y: 40665
2228
+ },
2229
+ endPointAt: {
2230
+ x: 46785,
2231
+ y: 39583.3346173608
2232
+ },
2233
+ is: 'window',
2234
+ displayName: 'LineItem',
2235
+ id: 'u-3324e83f-b379-4079-7800-9999fb232f1c'
2236
+ }, {
2237
+ type: 18,
2238
+ line: 'u-c391aefd-5820-4a72-e36a-ec25774f3bd0',
2239
+ startIndex: 0,
2240
+ start: 60,
2241
+ length: 1955,
2242
+ rotateX: false,
2243
+ rotateY: false,
2244
+ entrance: null,
2245
+ noAnalysis: false,
2246
+ startPointAt: {
2247
+ x: 43100,
2248
+ y: 33975
2249
+ },
2250
+ endPointAt: {
2251
+ x: 45055,
2252
+ y: 33975
2253
+ },
2254
+ is: 'window',
2255
+ displayName: 'LineItem',
2256
+ id: 'u-68c8afdb-be1e-4b4e-c010-47779fa82d62'
2257
+ }, {
2258
+ type: 5,
2259
+ line: 'u-0dcd58fb-b501-432c-d72f-b0db17c8ca13',
2260
+ startIndex: 0,
2261
+ start: 125,
2262
+ length: 800,
2263
+ rotateX: true,
2264
+ rotateY: false,
2265
+ entrance: null,
2266
+ noAnalysis: false,
2267
+ startPointAt: {
2268
+ x: 46785,
2269
+ y: 43250
2270
+ },
2271
+ endPointAt: {
2272
+ x: 46785,
2273
+ y: 42450
2274
+ },
2275
+ is: 'window',
2276
+ displayName: 'LineItem',
2277
+ id: 'u-6cb3d9bd-e500-4561-358b-3c859ec85905'
2278
+ }, {
2279
+ type: 18,
2280
+ line: 'u-43341bed-9fc7-4ea9-2075-08506fe2944f',
2281
+ startIndex: 0,
2282
+ start: 60,
2283
+ length: 1425,
2284
+ rotateX: true,
2285
+ rotateY: false,
2286
+ entrance: null,
2287
+ noAnalysis: false,
2288
+ startPointAt: {
2289
+ x: 43040,
2290
+ y: 48510
2291
+ },
2292
+ endPointAt: {
2293
+ x: 43040,
2294
+ y: 47085
2295
+ },
2296
+ is: 'window',
2297
+ displayName: 'LineItem',
2298
+ id: 'u-f26e5782-fd22-46d5-b509-f8f4264b10bb'
2299
+ }, {
2300
+ type: 18,
2301
+ line: 'u-1258468f-2c3f-4bb8-77a2-d5bde4df1ad2',
2302
+ startIndex: 0,
2303
+ start: 60,
2304
+ length: 2755.653280077158,
2305
+ rotateX: true,
2306
+ rotateY: false,
2307
+ entrance: null,
2308
+ noAnalysis: false,
2309
+ startPointAt: {
2310
+ x: 43160,
2311
+ y: 48630
2312
+ },
2313
+ endPointAt: {
2314
+ x: 45915.65328007716,
2315
+ y: 48630
2316
+ },
2317
+ is: 'window',
2318
+ displayName: 'LineItem',
2319
+ id: 'u-13c61c5c-25ad-46f1-d45d-f64edf7c2d6c'
2320
+ }, {
2321
+ type: 5,
2322
+ line: 'u-eeb81074-2300-4bc5-e957-e63e0c5d6228',
2323
+ startIndex: 0,
2324
+ start: 60,
2325
+ length: 1425,
2326
+ rotateX: true,
2327
+ rotateY: false,
2328
+ entrance: null,
2329
+ noAnalysis: false,
2330
+ startPointAt: {
2331
+ x: 46885,
2332
+ y: 48510
2333
+ },
2334
+ endPointAt: {
2335
+ x: 46885,
2336
+ y: 47085
2337
+ },
2338
+ is: 'window',
2339
+ displayName: 'LineItem',
2340
+ id: 'u-5061dbdc-4717-4231-f4f3-08f2b9b5c44b'
2341
+ }, {
2342
+ type: 5,
2343
+ line: 'u-1258468f-2c3f-4bb8-77a2-d5bde4df1ad2',
2344
+ startIndex: 0,
2345
+ start: 2910,
2346
+ length: 795.9194918973881,
2347
+ rotateX: true,
2348
+ rotateY: false,
2349
+ entrance: null,
2350
+ noAnalysis: false,
2351
+ startPointAt: {
2352
+ x: 46010,
2353
+ y: 48630
2354
+ },
2355
+ endPointAt: {
2356
+ x: 46805.91949189739,
2357
+ y: 48630
2358
+ },
2359
+ is: 'window',
2360
+ displayName: 'LineItem',
2361
+ id: 'u-3558fa14-d60e-48c7-1550-30729b2afc3c'
2362
+ }],
2363
+ items: [{
2364
+ type: 44,
2365
+ x: 36320,
2366
+ y: 34437.5,
2367
+ locked: false,
2368
+ width: 1914,
2369
+ height: 2000,
2370
+ rotateZ: 270,
2371
+ rotateX: false,
2372
+ rotateY: false,
2373
+ displayName: 'Item-SimpleItem',
2374
+ id: 'u-79ac34f4-183c-43bf-473a-eab2eb4a525e'
2375
+ }, {
2376
+ type: 44,
2377
+ x: 44100,
2378
+ y: 36405,
2379
+ locked: false,
2380
+ width: 1914,
2381
+ height: 2000,
2382
+ rotateZ: 270,
2383
+ rotateX: false,
2384
+ rotateY: false,
2385
+ displayName: 'Item-SimpleItem',
2386
+ id: 'u-8acff282-a3c9-4490-bbcd-c21ebcc7cc1d'
2387
+ }, {
2388
+ type: 48,
2389
+ x: 41584,
2390
+ y: 36405,
2391
+ locked: false,
2392
+ width: 4000,
2393
+ height: 2792,
2394
+ rotateZ: 90,
2395
+ rotateX: false,
2396
+ rotateY: false,
2397
+ displayName: 'Item-SimpleItem',
2398
+ id: 'u-84ebc715-0289-4eeb-86cd-9f1811a45d6e'
2399
+ }, {
2400
+ type: 44,
2401
+ x: 44160,
2402
+ y: 45200,
2403
+ locked: false,
2404
+ width: 1914,
2405
+ height: 2000,
2406
+ rotateZ: 270,
2407
+ rotateX: false,
2408
+ rotateY: false,
2409
+ displayName: 'Item-SimpleItem',
2410
+ id: 'u-670757c1-e03d-42f1-38d0-89b5c4f89708'
2411
+ }, {
2412
+ type: 31,
2413
+ x: 45500,
2414
+ y: 40290,
2415
+ locked: false,
2416
+ width: 450,
2417
+ height: 750,
2418
+ rotateZ: 0,
2419
+ rotateX: false,
2420
+ rotateY: false,
2421
+ displayName: 'Item-SimpleItem',
2422
+ id: 'u-c4d0b354-6903-453f-cb6d-02a2071973ec'
2423
+ }, {
2424
+ type: 23,
2425
+ x: 45500,
2426
+ y: 41110,
2427
+ locked: false,
2428
+ width: 2020,
2429
+ height: 650,
2430
+ rotateZ: 180,
2431
+ rotateX: false,
2432
+ rotateY: false,
2433
+ displayName: 'Item-SimpleItem',
2434
+ id: 'u-ccc4f896-c49d-4777-629f-0d6982a1c20f'
2435
+ }, {
2436
+ type: 31,
2437
+ x: 35695,
2438
+ y: 37722.5,
2439
+ locked: false,
2440
+ width: 450,
2441
+ height: 750,
2442
+ rotateZ: 270,
2443
+ rotateX: false,
2444
+ rotateY: false,
2445
+ displayName: 'Item-SimpleItem',
2446
+ id: 'u-20c0e28a-1164-439d-5092-4df87b007fd9'
2447
+ }, {
2448
+ type: 63,
2449
+ x: 40500,
2450
+ y: 40325,
2451
+ locked: false,
2452
+ width: 2230,
2453
+ height: 1700,
2454
+ rotateZ: 0,
2455
+ rotateX: false,
2456
+ rotateY: false,
2457
+ displayName: 'Item-SimpleItem',
2458
+ id: 'u-dcff8fc2-fcfb-4533-8808-14d05e1e9bc6'
2459
+ }, {
2460
+ type: 7,
2461
+ x: 43775,
2462
+ y: 47725,
2463
+ locked: false,
2464
+ width: 700,
2465
+ height: 628,
2466
+ rotateZ: 0,
2467
+ rotateX: false,
2468
+ rotateY: false,
2469
+ displayName: 'Item-SimpleItem',
2470
+ id: 'u-6a4be2f9-8a0e-4fc4-7744-e14f85ae0549'
2471
+ }, {
2472
+ type: 7,
2473
+ x: 46225,
2474
+ y: 47700,
2475
+ locked: false,
2476
+ width: 700,
2477
+ height: 628,
2478
+ rotateZ: 0,
2479
+ rotateX: false,
2480
+ rotateY: false,
2481
+ displayName: 'Item-SimpleItem',
2482
+ id: 'u-9e8065a4-2e24-4207-cf9f-a3edc580b13c'
2483
+ }],
2484
+ info: {
2485
+ height: 2704,
2486
+ subheight: 0,
2487
+ description: '',
2488
+ tags: [],
2489
+ ruleType: 1
2490
+ },
2491
+ name: '一层'
2492
+ }],
2493
+ vrData: {
2494
+ origin: {
2495
+ left: 37500,
2496
+ top: 37500
2497
+ }
2498
+ },
2499
+ checkMessages: [{
2500
+ text: '存在外墙距模型太远的情况',
2501
+ tag: 'warning',
2502
+ desc: '1 个绿色外墙可能离墙太远'
2503
+ }, {
2504
+ text: '存在墙压模型的情况',
2505
+ tag: 'warning',
2506
+ desc: '1 个红色墙可能压到模型'
2507
+ }, {
2508
+ text: '存在 1 个卧室没有窗户',
2509
+ tag: 'warning',
2510
+ desc: '理论上卧室应该有窗户',
2511
+ target: ['u-8e420bd8-4848-4790-acc5-b7cbb567ba27']
2512
+ }],
2513
+ nonce: '4bd4463c-3e2f-4420-be5f-9331e14a415a',
2514
+ property: {
2515
+ isAreaNameCustomized: false,
2516
+ sourceType: 0
2517
+ }
2518
+ },
2519
+ status_text: 'VR处理完成',
2520
+ is_allow_submit: false,
2521
+ is_allow_appeal: false,
2522
+ is_allow_recall: true,
2523
+ is_allow_modify: false,
2524
+ is_allow_use_similar_floorplan: false,
2525
+ is_allow_change_algorithm: false,
2526
+ is_allow_screenshot_from_server: true,
2527
+ is_allow_mosaic_from_server: true,
2528
+ is_allow_auto_screenshot: true,
2529
+ is_allow_remove_line_items: false,
2530
+ is_allow_title_picture_filter: true,
2531
+ reference_floor_plan_image_url: '',
2532
+ is_allow_title_picture_zoom: true,
2533
+ is_ka_source: false,
2534
+ is_allow_cancel: true,
2535
+ order_info: {
2536
+ order_no: '5453570614781',
2537
+ status: 6,
2538
+ status_text: '完成',
2539
+ source: 'ALLIANCE',
2540
+ source_text: '德佑',
2541
+ __config_source: 'ALLIANCE'
2542
+ },
2543
+ blocked_notification_message: '',
2544
+ isolated_notification_message: '',
2545
+ rushi_info: {
2546
+ cookroom_amount: 1,
2547
+ order_type: 4,
2548
+ transfer_order_agent_id: '',
2549
+ house_status: '空闲',
2550
+ service_date: '12月21日',
2551
+ transfer_order_agent_name: '',
2552
+ order_agent_position_name: '买卖经纪人',
2553
+ transfer_order_servicer_id: '',
2554
+ id: 4957429,
2555
+ order_agent_id: 1000000020294781,
2556
+ area: 108.42,
2557
+ order_agent_org_name: '五月花二店A店',
2558
+ order_no: '5453570614781',
2559
+ point_lat: 24.627384048658,
2560
+ householder_name: '林碧玉',
2561
+ toilet_amount: 2,
2562
+ transfer_order_servicer_name: '',
2563
+ servicer_phone: '18545063302',
2564
+ house_holder_escort: false,
2565
+ data_source: 'ALLIANCE',
2566
+ source_text: '买卖',
2567
+ order_agent_avatar: 'http://image1.ljcdn.com/usercenter/images/uc_ehr_avatar/e5f2393f-5731-4329-964c-941a09f5def2.jpg.375x375.jpg?v=1',
2568
+ parlor_amount: 2,
2569
+ point_lng: 118.13417395724,
2570
+ frame: '',
2571
+ status: 5,
2572
+ status_text: '完成',
2573
+ house_id: 3915080478769,
2574
+ process_state: 340,
2575
+ process_state_text: '实勘审核通过',
2576
+ city_code: '350200',
2577
+ resblock_name: '禹洲大学城',
2578
+ house_holder_phone: '',
2579
+ house_holder_id: 1000000020294781,
2580
+ taking_duration: 16515072,
2581
+ transfer_order_agent_phone: '',
2582
+ customer_service_phone: '0952-5101987',
2583
+ house_del_code: 105101516062,
2584
+ process_id: 3533044681362055,
2585
+ transfer_order_servicer_phone: '',
2586
+ order_agent_phone: '18030222250',
2587
+ is_house_holder_escort: false,
2588
+ order_agent_name: '林碧玉',
2589
+ has_key: true,
2590
+ taking_duration_text: '11:30~12:00',
2591
+ house_type: 1,
2592
+ bedroom_amount: 3,
2593
+ house_type_name: '买卖',
2594
+ servicer_id: 1000000026028615,
2595
+ order_type_name: '',
2596
+ meeting_time: 1545363000000,
2597
+ create_time: 1545357061000,
2598
+ servicer_name: '卢波',
2599
+ resblock_id: 3911057300988,
2600
+ week_name: '周五',
2601
+ house_address: '禹洲大学城19号楼0单元605',
2602
+ remarks: '暂无',
2603
+ remakes: 1
2604
+ },
2605
+ audit_info: {},
2606
+ house_info: {
2607
+ relation_id: 682393,
2608
+ city_id: 350200,
2609
+ source: 'ALLIANCE',
2610
+ house_id: '3915080478769',
2611
+ house_code: '105101516062'
2612
+ },
2613
+ _ulog_data: null,
2614
+ _computed_floorplan_data: {
2615
+ size: 95.46,
2616
+ room_list: [{
2617
+ name: '阳台',
2618
+ type: 12,
2619
+ roomType: '100900000005'
2620
+ }, {
2621
+ name: '卧室A',
2622
+ type: 3,
2623
+ roomType: '100900000001'
2624
+ }, {
2625
+ name: '卧室B',
2626
+ type: 3,
2627
+ roomType: '100900000001'
2628
+ }, {
2629
+ name: '客厅',
2630
+ type: 1,
2631
+ roomType: '100900000002'
2632
+ }, {
2633
+ name: '卧室C',
2634
+ type: 3,
2635
+ roomType: '100900000001'
2636
+ }, {
2637
+ name: '卫生间B',
2638
+ type: 5,
2639
+ roomType: '100900000004'
2640
+ }, {
2641
+ name: '厨房',
2642
+ type: 8,
2643
+ roomType: '100900000003'
2644
+ }, {
2645
+ name: '入户花园',
2646
+ type: 26,
2647
+ roomType: '100900000012'
2648
+ }, {
2649
+ name: '卫生间',
2650
+ type: 5,
2651
+ roomType: '100900000004'
2652
+ }],
2653
+ structure_text: '平层',
2654
+ room_observers: [{
2655
+ id: 'u-314bc053-b47e-415d-9a99-bede9d43e701',
2656
+ name: '入户花园',
2657
+ size: 8735080.045359664,
2658
+ type: 26
2659
+ }, {
2660
+ id: 'u-314bc053-b47e-415d-9a99-bede9d43e701',
2661
+ name: '入户花园',
2662
+ size: 8735080.045359664,
2663
+ type: 26
2664
+ }, {
2665
+ id: 'u-314bc053-b47e-415d-9a99-bede9d43e701',
2666
+ name: '入户花园',
2667
+ size: 8735080.045359664,
2668
+ type: 26
2669
+ }, {
2670
+ id: 'u-43728cf0-28bd-43d8-4cc2-f81b7de9f99f',
2671
+ name: '卫生间',
2672
+ size: 3244054.9606569484,
2673
+ type: 5
2674
+ }, {
2675
+ id: 'u-43728cf0-28bd-43d8-4cc2-f81b7de9f99f',
2676
+ name: '卫生间',
2677
+ size: 3244054.9606569484,
2678
+ type: 5
2679
+ }, {
2680
+ id: 'u-15a3e579-8e5f-4fc0-1fdf-54bb3cf876f0',
2681
+ name: '卧室A',
2682
+ size: 14011050,
2683
+ type: 3
2684
+ }, {
2685
+ id: 'u-15a3e579-8e5f-4fc0-1fdf-54bb3cf876f0',
2686
+ name: '卧室A',
2687
+ size: 14011050,
2688
+ type: 3
2689
+ }, {
2690
+ id: 'u-15a3e579-8e5f-4fc0-1fdf-54bb3cf876f0',
2691
+ name: '卧室A',
2692
+ size: 14011050,
2693
+ type: 3
2694
+ }, {
2695
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
2696
+ name: '客厅',
2697
+ size: 36121100,
2698
+ type: 1
2699
+ }, {
2700
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
2701
+ name: '客厅',
2702
+ size: 36121100,
2703
+ type: 1
2704
+ }, {
2705
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
2706
+ name: '客厅',
2707
+ size: 36121100,
2708
+ type: 1
2709
+ }, {
2710
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
2711
+ name: '客厅',
2712
+ size: 36121100,
2713
+ type: 1
2714
+ }, {
2715
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
2716
+ name: '客厅',
2717
+ size: 36121100,
2718
+ type: 1
2719
+ }, {
2720
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
2721
+ name: '客厅',
2722
+ size: 36121100,
2723
+ type: 1
2724
+ }, {
2725
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
2726
+ name: '客厅',
2727
+ size: 36121100,
2728
+ type: 1
2729
+ }, {
2730
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
2731
+ name: '客厅',
2732
+ size: 36121100,
2733
+ type: 1
2734
+ }, {
2735
+ id: 'u-36a4d793-15b2-40ef-7bd5-dd0d355daaf9',
2736
+ name: '卫生间B',
2737
+ size: 4263900,
2738
+ type: 5
2739
+ }, {
2740
+ id: 'u-36a4d793-15b2-40ef-7bd5-dd0d355daaf9',
2741
+ name: '卫生间B',
2742
+ size: 4263900,
2743
+ type: 5
2744
+ }, {
2745
+ id: 'u-36a4d793-15b2-40ef-7bd5-dd0d355daaf9',
2746
+ name: '卫生间B',
2747
+ size: 4263900,
2748
+ type: 5
2749
+ }, {
2750
+ id: 'u-4c0d1e30-15db-46ff-c17d-be896fd5f4d2',
2751
+ name: '卧室B',
2752
+ size: 14551900,
2753
+ type: 3
2754
+ }, {
2755
+ id: 'u-4c0d1e30-15db-46ff-c17d-be896fd5f4d2',
2756
+ name: '卧室B',
2757
+ size: 14551900,
2758
+ type: 3
2759
+ }, {
2760
+ id: 'u-4c0d1e30-15db-46ff-c17d-be896fd5f4d2',
2761
+ name: '卧室B',
2762
+ size: 14551900,
2763
+ type: 3
2764
+ }, {
2765
+ id: 'u-4c0d1e30-15db-46ff-c17d-be896fd5f4d2',
2766
+ name: '卧室B',
2767
+ size: 14551900,
2768
+ type: 3
2769
+ }, {
2770
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
2771
+ name: '客厅',
2772
+ size: 36121100,
2773
+ type: 1
2774
+ }, {
2775
+ id: 'u-1c7277ec-c593-4a54-b012-9478528acaa4',
2776
+ name: '厨房',
2777
+ size: 5894900,
2778
+ type: 8
2779
+ }, {
2780
+ id: 'u-1c7277ec-c593-4a54-b012-9478528acaa4',
2781
+ name: '厨房',
2782
+ size: 5894900,
2783
+ type: 8
2784
+ }, {
2785
+ id: 'u-8e420bd8-4848-4790-acc5-b7cbb567ba27',
2786
+ name: '卧室C',
2787
+ size: 12231450,
2788
+ type: 3
2789
+ }, {
2790
+ id: 'u-8e420bd8-4848-4790-acc5-b7cbb567ba27',
2791
+ name: '卧室C',
2792
+ size: 12231450,
2793
+ type: 3
2794
+ }, {
2795
+ id: 'u-8e420bd8-4848-4790-acc5-b7cbb567ba27',
2796
+ name: '卧室C',
2797
+ size: 12231450,
2798
+ type: 3
2799
+ }, {
2800
+ id: 'u-bbc9e687-41a2-4cd3-a053-2c6428ee2fb5',
2801
+ name: '阳台',
2802
+ size: 5137125,
2803
+ type: 12
2804
+ }, {
2805
+ id: 'u-bbc9e687-41a2-4cd3-a053-2c6428ee2fb5',
2806
+ name: '阳台',
2807
+ size: 5137125,
2808
+ type: 12
2809
+ }]
2810
+ },
2811
+ observers: [{
2812
+ id: 18496982,
2813
+ user_id: 1000000026028615,
2814
+ work_id: 566944,
2815
+ visible_nodes: [1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17],
2816
+ accessible_nodes: [1, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17],
2817
+ index: 0,
2818
+ quaternion: {
2819
+ y: -0.99365906959151,
2820
+ x: 0.0022191096631506,
2821
+ z: 0.00064048377493341,
2822
+ w: -0.11241135298309
2823
+ },
2824
+ standing_position: [0.10234100371599, -1.2691724284533, -2.3624799251556],
2825
+ position: [0.10234100371599, 0, -2.3624799251556],
2826
+ floor_index: 0,
2827
+ offset_point_count: 0,
2828
+ work_code: 'PrXel3aqGbp34JQn'
2829
+ }, {
2830
+ id: 18496983,
2831
+ user_id: 1000000026028615,
2832
+ work_id: 566944,
2833
+ visible_nodes: [0, 8, 9, 10, 11, 14, 15, 16, 17],
2834
+ accessible_nodes: [0, 8, 9, 10, 11, 14, 15, 16, 17],
2835
+ index: 1,
2836
+ quaternion: {
2837
+ y: -0.99989269098063,
2838
+ x: 0.0037745430936031,
2839
+ z: 0.0042908977778681,
2840
+ w: 0.013488553632595
2841
+ },
2842
+ standing_position: [-1.4882500171661, -1.2705079248267, -2.6203200817108],
2843
+ position: [-1.4882500171661, 0.011062700301409, -2.6203200817108],
2844
+ floor_index: 0,
2845
+ offset_point_count: 0,
2846
+ work_code: 'PrXel3aqGbp34JQn'
2847
+ }, {
2848
+ id: 18496984,
2849
+ user_id: 1000000026028615,
2850
+ work_id: 566944,
2851
+ visible_nodes: [0, 3, 4, 5, 6, 7, 10],
2852
+ accessible_nodes: [0, 3, 4, 5, 6, 7, 10],
2853
+ index: 2,
2854
+ quaternion: {
2855
+ y: -0.97795432280482,
2856
+ x: 0.00081101740849599,
2857
+ z: 0.0019794708616526,
2858
+ w: 0.20880793117735
2859
+ },
2860
+ standing_position: [0.12467800080776, -1.2686123135022, -0.18315100669861],
2861
+ position: [0.12467800080776, 0.0013575400225818, -0.18315100669861],
2862
+ floor_index: 0,
2863
+ offset_point_count: 0,
2864
+ work_code: 'PrXel3aqGbp34JQn'
2865
+ }, {
2866
+ id: 18496985,
2867
+ user_id: 1000000026028615,
2868
+ work_id: 566944,
2869
+ visible_nodes: [2, 4],
2870
+ accessible_nodes: [2, 4],
2871
+ index: 3,
2872
+ quaternion: {
2873
+ y: -0.98438760961298,
2874
+ x: 0.0053581138489592,
2875
+ z: 0.0095896433850341,
2876
+ w: 0.17567116637619
2877
+ },
2878
+ standing_position: [-0.7671759724617, -1.1389372876792, -0.31637299060822],
2879
+ position: [-0.7671759724617, 0.13586999475956, -0.31637299060822],
2880
+ floor_index: 0,
2881
+ offset_point_count: 0,
2882
+ work_code: 'PrXel3aqGbp34JQn'
2883
+ }, {
2884
+ id: 18496986,
2885
+ user_id: 1000000026028615,
2886
+ work_id: 566944,
2887
+ visible_nodes: [2, 3],
2888
+ accessible_nodes: [2, 3],
2889
+ index: 4,
2890
+ quaternion: {
2891
+ y: -0.9903654203663,
2892
+ x: 0.0069318110491935,
2893
+ z: -0.00012513076928771,
2894
+ w: 0.13830499748482
2895
+ },
2896
+ standing_position: [-1.6337699890137, -1.1457244555023, -0.40071099996567],
2897
+ position: [-1.6337699890137, 0.13434299826622, -0.40071099996567],
2898
+ floor_index: 0,
2899
+ offset_point_count: 0,
2900
+ work_code: 'PrXel3aqGbp34JQn'
2901
+ }, {
2902
+ id: 18496987,
2903
+ user_id: 1000000026028615,
2904
+ work_id: 566944,
2905
+ visible_nodes: [2, 6, 7],
2906
+ accessible_nodes: [2, 6, 7],
2907
+ index: 5,
2908
+ quaternion: {
2909
+ y: -0.53916603973722,
2910
+ x: 0.0027200439365211,
2911
+ z: 0.0024433193027244,
2912
+ w: 0.84219156036948
2913
+ },
2914
+ standing_position: [-0.90439301729202, -1.2691301933321, 2.6879398822784],
2915
+ position: [-0.90439301729202, 0.0046863202005625, 2.6879398822784],
2916
+ floor_index: 0,
2917
+ offset_point_count: 0,
2918
+ work_code: 'PrXel3aqGbp34JQn'
2919
+ }, {
2920
+ id: 18496988,
2921
+ user_id: 1000000026028615,
2922
+ work_id: 566944,
2923
+ visible_nodes: [0, 2, 5, 7],
2924
+ accessible_nodes: [0, 2, 5, 7],
2925
+ index: 6,
2926
+ quaternion: {
2927
+ y: 0.30827382224748,
2928
+ x: 0.00061878927626789,
2929
+ z: -0.00077144943582338,
2930
+ w: -0.95129714861506
2931
+ },
2932
+ standing_position: [0.075182400643826, -1.2688554000537, 1.4170199632645],
2933
+ position: [0.075182400643826, 0.0074145598337054, 1.4170199632645],
2934
+ floor_index: 0,
2935
+ offset_point_count: 0,
2936
+ work_code: 'PrXel3aqGbp34JQn'
2937
+ }, {
2938
+ id: 18496989,
2939
+ user_id: 1000000026028615,
2940
+ work_id: 566944,
2941
+ visible_nodes: [0, 2, 5, 6],
2942
+ accessible_nodes: [0, 2, 5, 6],
2943
+ index: 7,
2944
+ quaternion: {
2945
+ y: 0.43832507605383,
2946
+ x: -0.00023134830068385,
2947
+ z: -0.00039411566240759,
2948
+ w: -0.89881640198252
2949
+ },
2950
+ standing_position: [0.51683098077774, -1.2669896720854, 3.7295401096344],
2951
+ position: [0.51683098077774, 0.018718000501394, 3.7295401096344],
2952
+ floor_index: 0,
2953
+ offset_point_count: 0,
2954
+ work_code: 'PrXel3aqGbp34JQn'
2955
+ }, {
2956
+ id: 18496990,
2957
+ user_id: 1000000026028615,
2958
+ work_id: 566944,
2959
+ visible_nodes: [0, 1, 9, 10, 11, 12, 13, 14, 15, 23, 24],
2960
+ accessible_nodes: [0, 1, 9, 10, 11, 12, 13, 14, 15, 23, 24],
2961
+ index: 8,
2962
+ quaternion: {
2963
+ y: -0.97908727428848,
2964
+ x: 0.0044198527096595,
2965
+ z: 0.00070927556397376,
2966
+ w: -0.20339143259655
2967
+ },
2968
+ standing_position: [4.2403697967529, -1.2686614015191, -0.89358198642731],
2969
+ position: [4.2403697967529, 0.0087217902764678, -0.89358198642731],
2970
+ floor_index: 0,
2971
+ offset_point_count: 0,
2972
+ work_code: 'PrXel3aqGbp34JQn'
2973
+ }, {
2974
+ id: 18496991,
2975
+ user_id: 1000000026028615,
2976
+ work_id: 566944,
2977
+ visible_nodes: [0, 1, 8, 10, 11, 12, 13, 14, 15, 16, 24],
2978
+ accessible_nodes: [0, 1, 8, 10, 11, 12, 13, 14, 15, 16, 24],
2979
+ index: 9,
2980
+ quaternion: {
2981
+ y: -0.56569452622454,
2982
+ x: 0.0039094931739551,
2983
+ z: 0.0013893734088392,
2984
+ w: -0.82460444379749
2985
+ },
2986
+ standing_position: [2.4248399734497, -1.2688604545011, -0.81432402133942],
2987
+ position: [2.4248399734497, 0.0036859901156276, -0.81432402133942],
2988
+ floor_index: 0,
2989
+ offset_point_count: 0,
2990
+ work_code: 'PrXel3aqGbp34JQn'
2991
+ }, {
2992
+ id: 18496992,
2993
+ user_id: 1000000026028615,
2994
+ work_id: 566944,
2995
+ visible_nodes: [0, 1, 2, 8, 9, 11, 12, 13, 14, 15, 16, 17],
2996
+ accessible_nodes: [0, 1, 2, 8, 9, 11, 12, 13, 14, 15, 16, 17],
2997
+ index: 10,
2998
+ quaternion: {
2999
+ y: -0.99109458052474,
3000
+ x: 0.0020549282532416,
3001
+ z: 0.00085708533082296,
3002
+ w: -0.13314122760215
3003
+ },
3004
+ standing_position: [1.7924799919128, -1.2691000413895, -2.1214900016785],
3005
+ position: [1.7924799919128, -0.0016947699477896, -2.1214900016785],
3006
+ floor_index: 0,
3007
+ offset_point_count: 0,
3008
+ work_code: 'PrXel3aqGbp34JQn'
3009
+ }, {
3010
+ id: 18496993,
3011
+ user_id: 1000000026028615,
3012
+ work_id: 566944,
3013
+ visible_nodes: [0, 1, 8, 9, 10, 12, 13, 15, 23],
3014
+ accessible_nodes: [0, 1, 8, 9, 10, 12, 13, 15, 23],
3015
+ index: 11,
3016
+ quaternion: {
3017
+ y: 0.022836858877104,
3018
+ x: 0.0019872421108654,
3019
+ z: -0.00051103712063549,
3020
+ w: -0.99973710150815
3021
+ },
3022
+ standing_position: [3.9565999507904, -1.2691066063193, 0.54184198379517],
3023
+ position: [3.9565999507904, 0.012976500205696, 0.54184198379517],
3024
+ floor_index: 0,
3025
+ offset_point_count: 0,
3026
+ work_code: 'PrXel3aqGbp34JQn'
3027
+ }, {
3028
+ id: 18496994,
3029
+ user_id: 1000000026028615,
3030
+ work_id: 566944,
3031
+ visible_nodes: [0, 8, 9, 10, 11, 13, 15, 23],
3032
+ accessible_nodes: [0, 8, 9, 10, 11, 13, 15, 23],
3033
+ index: 12,
3034
+ quaternion: {
3035
+ y: -0.068427437022546,
3036
+ x: 0.0027643345360987,
3037
+ z: -0.0011530276775682,
3038
+ w: -0.99765159856777
3039
+ },
3040
+ standing_position: [3.9009599685669, -1.2691968409225, 1.6444000005722],
3041
+ position: [3.9009599685669, 0.016872599720955, 1.6444000005722],
3042
+ floor_index: 0,
3043
+ offset_point_count: 0,
3044
+ work_code: 'PrXel3aqGbp34JQn'
3045
+ }, {
3046
+ id: 18496995,
3047
+ user_id: 1000000026028615,
3048
+ work_id: 566944,
3049
+ visible_nodes: [0, 8, 9, 10, 11, 12, 15, 23],
3050
+ accessible_nodes: [0, 8, 9, 10, 11, 12, 15, 23],
3051
+ index: 13,
3052
+ quaternion: {
3053
+ y: -0.11218066975275,
3054
+ x: 0.00070092978835157,
3055
+ z: 0.00065720884713135,
3056
+ w: -0.99368735961702
3057
+ },
3058
+ standing_position: [3.7296500205994, -1.2690302420688, 2.7036299705505],
3059
+ position: [3.7296500205994, 0.020531499758363, 2.7036299705505],
3060
+ floor_index: 0,
3061
+ offset_point_count: 0,
3062
+ work_code: 'PrXel3aqGbp34JQn'
3063
+ }, {
3064
+ id: 18496996,
3065
+ user_id: 1000000026028615,
3066
+ work_id: 566944,
3067
+ visible_nodes: [0, 1, 8, 9, 10, 15, 16, 17, 19, 21, 22, 23, 26, 27, 29],
3068
+ accessible_nodes: [0, 1, 8, 9, 10, 15, 16, 17, 19, 21, 22, 23, 26, 27, 29],
3069
+ index: 14,
3070
+ quaternion: {
3071
+ y: -0.99996016840285,
3072
+ x: 0.0038184156261868,
3073
+ z: -0.00042488673356604,
3074
+ w: -0.0080557708033058
3075
+ },
3076
+ standing_position: [6.1971502304077, -1.2695198792723, -1.8468899726868],
3077
+ position: [6.1971502304077, 0.01313959993422, -1.8468899726868],
3078
+ floor_index: 0,
3079
+ offset_point_count: 0,
3080
+ work_code: 'PrXel3aqGbp34JQn'
3081
+ }, {
3082
+ id: 18496997,
3083
+ user_id: 1000000026028615,
3084
+ work_id: 566944,
3085
+ visible_nodes: [0, 1, 8, 9, 10, 11, 12, 13, 14, 19, 23, 24],
3086
+ accessible_nodes: [0, 1, 8, 9, 10, 11, 12, 13, 14, 19, 23, 24],
3087
+ index: 15,
3088
+ quaternion: {
3089
+ y: -0.99939060269379,
3090
+ x: 0.0034990817755332,
3091
+ z: 0.00012884448927937,
3092
+ w: -0.03473002750946
3093
+ },
3094
+ standing_position: [5.2630200386047, -1.2688322903361, -2.6501700878143],
3095
+ position: [5.2630200386047, 0.009476269595325, -2.6501700878143],
3096
+ floor_index: 0,
3097
+ offset_point_count: 0,
3098
+ work_code: 'PrXel3aqGbp34JQn'
3099
+ }, {
3100
+ id: 18496998,
3101
+ user_id: 1000000026028615,
3102
+ work_id: 566944,
3103
+ visible_nodes: [0, 1, 9, 10, 14, 17],
3104
+ accessible_nodes: [0, 1, 9, 10, 14, 17],
3105
+ index: 16,
3106
+ quaternion: {
3107
+ y: -0.9986395820912,
3108
+ x: -0.000067127793443943,
3109
+ z: 0.003353882130941,
3110
+ w: 0.052035779338124
3111
+ },
3112
+ standing_position: [7.2275500297546, -1.2681422962577, -2.0782299041748],
3113
+ position: [7.2275500297546, 0.031055700033903, -2.0782299041748],
3114
+ floor_index: 0,
3115
+ offset_point_count: 0,
3116
+ work_code: 'PrXel3aqGbp34JQn'
3117
+ }, {
3118
+ id: 18496999,
3119
+ user_id: 1000000026028615,
3120
+ work_id: 566944,
3121
+ visible_nodes: [0, 1, 10, 14, 16, 18],
3122
+ accessible_nodes: [0, 1, 10, 14, 16, 18],
3123
+ index: 17,
3124
+ quaternion: {
3125
+ y: -0.8464287602736,
3126
+ x: 0.0028412825010774,
3127
+ z: -0.0092620046319763,
3128
+ w: -0.5324138311605
3129
+ },
3130
+ standing_position: [8.5519504547119, -1.2587690758772, -1.8519300222397],
3131
+ position: [8.5519504547119, 0.028979599475861, -1.8519300222397],
3132
+ floor_index: 0,
3133
+ offset_point_count: 0,
3134
+ work_code: 'PrXel3aqGbp34JQn'
3135
+ }, {
3136
+ id: 18497000,
3137
+ user_id: 1000000026028615,
3138
+ work_id: 566944,
3139
+ visible_nodes: [17],
3140
+ accessible_nodes: [17],
3141
+ index: 18,
3142
+ quaternion: {
3143
+ y: -0.99682954277984,
3144
+ x: 0.0047909779929542,
3145
+ z: -0.0048915268785277,
3146
+ w: -0.079271551574667
3147
+ },
3148
+ standing_position: [8.74534034729, -1.259599908903, -2.6189498901367],
3149
+ position: [8.74534034729, 0.034445699304342, -2.6189498901367],
3150
+ floor_index: 0,
3151
+ offset_point_count: 0,
3152
+ work_code: 'PrXel3aqGbp34JQn'
3153
+ }, {
3154
+ id: 18497001,
3155
+ user_id: 1000000026028615,
3156
+ work_id: 566944,
3157
+ visible_nodes: [14, 15, 20, 21, 22, 23, 26, 27, 29],
3158
+ accessible_nodes: [14, 15, 20, 21, 22, 23, 26, 27, 29],
3159
+ index: 19,
3160
+ quaternion: {
3161
+ y: -0.53102128631281,
3162
+ x: 0.000076455273775862,
3163
+ z: 0.0032197579195997,
3164
+ w: -0.84735235804573
3165
+ },
3166
+ standing_position: [6.2838201522827, -1.2702559994722, -0.6394180059433],
3167
+ position: [6.2838201522827, 0.010557699948549, -0.6394180059433],
3168
+ floor_index: 0,
3169
+ offset_point_count: 0,
3170
+ work_code: 'PrXel3aqGbp34JQn'
3171
+ }, {
3172
+ id: 18497002,
3173
+ user_id: 1000000026028615,
3174
+ work_id: 566944,
3175
+ visible_nodes: [19, 21, 22],
3176
+ accessible_nodes: [19, 21, 22],
3177
+ index: 20,
3178
+ quaternion: {
3179
+ y: -0.78904997938439,
3180
+ x: 0.0030985968475919,
3181
+ z: 0.00086571204019497,
3182
+ w: -0.6143205884304
3183
+ },
3184
+ standing_position: [7.700749874115, -1.2639175082163, -0.089394301176071],
3185
+ position: [7.700749874115, 0.0053668599575758, -0.089394301176071],
3186
+ floor_index: 0,
3187
+ offset_point_count: 0,
3188
+ work_code: 'PrXel3aqGbp34JQn'
3189
+ }, {
3190
+ id: 18497003,
3191
+ user_id: 1000000026028615,
3192
+ work_id: 566944,
3193
+ visible_nodes: [14, 19, 20, 22, 23, 26, 27],
3194
+ accessible_nodes: [14, 19, 20, 22, 23, 26, 27],
3195
+ index: 21,
3196
+ quaternion: {
3197
+ y: -0.054853152501734,
3198
+ x: 0.00672308708698,
3199
+ z: 0.0033541863355224,
3200
+ w: -0.9984661647401
3201
+ },
3202
+ standing_position: [6.3554801940918, -1.271804140864, 1.1503499746323],
3203
+ position: [6.3554801940918, 0.0052813598886132, 1.1503499746323],
3204
+ floor_index: 0,
3205
+ offset_point_count: 0,
3206
+ work_code: 'PrXel3aqGbp34JQn'
3207
+ }, {
3208
+ id: 18497004,
3209
+ user_id: 1000000026028615,
3210
+ work_id: 566944,
3211
+ visible_nodes: [14, 19, 20, 21, 23, 26, 27],
3212
+ accessible_nodes: [14, 19, 20, 21, 23, 26, 27],
3213
+ index: 22,
3214
+ quaternion: {
3215
+ y: -0.102977045571,
3216
+ x: 0.0032241283719115,
3217
+ z: 0.00033863993051226,
3218
+ w: -0.99467844177254
3219
+ },
3220
+ standing_position: [6.2842202186584, -1.2711862058573, 2.8443999290466],
3221
+ position: [6.2842202186584, 0.014912899583578, 2.8443999290466],
3222
+ floor_index: 0,
3223
+ offset_point_count: 0,
3224
+ work_code: 'PrXel3aqGbp34JQn'
3225
+ }, {
3226
+ id: 18497005,
3227
+ user_id: 1000000026028615,
3228
+ work_id: 566944,
3229
+ visible_nodes: [8, 11, 12, 13, 14, 15, 19, 21, 22, 24, 25, 26, 27, 29],
3230
+ accessible_nodes: [8, 11, 12, 13, 14, 15, 19, 21, 22, 24, 25, 26, 27, 29],
3231
+ index: 23,
3232
+ quaternion: {
3233
+ y: -0.99638673549982,
3234
+ x: -0.0036098460362956,
3235
+ z: -0.001562879618452,
3236
+ w: 0.084841056697859
3237
+ },
3238
+ standing_position: [6.2480797767639, -1.2700246644769, -4.4909100532532],
3239
+ position: [6.2480797767639, 0.008645280264318, -4.4909100532532],
3240
+ floor_index: 0,
3241
+ offset_point_count: 0,
3242
+ work_code: 'PrXel3aqGbp34JQn'
3243
+ }, {
3244
+ id: 18497006,
3245
+ user_id: 1000000026028615,
3246
+ work_id: 566944,
3247
+ visible_nodes: [8, 9, 15, 23, 25],
3248
+ accessible_nodes: [8, 9, 15, 23, 25],
3249
+ index: 24,
3250
+ quaternion: {
3251
+ y: -0.9495886800026,
3252
+ x: 0.000060776608436637,
3253
+ z: -0.0051049296006315,
3254
+ w: 0.31345697486302
3255
+ },
3256
+ standing_position: [7.0756101608276, -1.2748615969392, -4.5692000389099],
3257
+ position: [7.0756101608276, 0.00068478798493743, -4.5692000389099],
3258
+ floor_index: 0,
3259
+ offset_point_count: 0,
3260
+ work_code: 'PrXel3aqGbp34JQn'
3261
+ }, {
3262
+ id: 18497007,
3263
+ user_id: 1000000026028615,
3264
+ work_id: 566944,
3265
+ visible_nodes: [23, 24],
3266
+ accessible_nodes: [23, 24],
3267
+ index: 25,
3268
+ quaternion: {
3269
+ y: -0.97749454271154,
3270
+ x: -0.0029072286113738,
3271
+ z: -0.0025512932981842,
3272
+ w: -0.21092524686533
3273
+ },
3274
+ standing_position: [8.2271003723145, -1.2739012526201, -4.5278301239014],
3275
+ position: [8.2271003723145, -0.011182700283825, -4.5278301239014],
3276
+ floor_index: 0,
3277
+ offset_point_count: 0,
3278
+ work_code: 'PrXel3aqGbp34JQn'
3279
+ }, {
3280
+ id: 18497008,
3281
+ user_id: 1000000026028615,
3282
+ work_id: 566944,
3283
+ visible_nodes: [14, 19, 21, 22, 23, 27, 28, 29],
3284
+ accessible_nodes: [14, 19, 21, 22, 23, 27, 28, 29],
3285
+ index: 26,
3286
+ quaternion: {
3287
+ y: -0.96550800454206,
3288
+ x: -0.0060363092649853,
3289
+ z: -0.0035929224549924,
3290
+ w: 0.26027860857318
3291
+ },
3292
+ standing_position: [6.3678498268127, -1.2681638961016, -6.6111102104187],
3293
+ position: [6.3678498268127, 0.008749770000577, -6.6111102104187],
3294
+ floor_index: 0,
3295
+ offset_point_count: 0,
3296
+ work_code: 'PrXel3aqGbp34JQn'
3297
+ }, {
3298
+ id: 18497009,
3299
+ user_id: 1000000026028615,
3300
+ work_id: 566944,
3301
+ visible_nodes: [14, 19, 21, 22, 23, 26, 28, 29],
3302
+ accessible_nodes: [14, 19, 21, 22, 23, 26, 28, 29],
3303
+ index: 27,
3304
+ quaternion: {
3305
+ y: -0.98643616188508,
3306
+ x: -0.0047991672636114,
3307
+ z: -0.0065092177971828,
3308
+ w: 0.16394598711154
3309
+ },
3310
+ standing_position: [6.5814800262451, -1.2707558254815, -8.614709854126],
3311
+ position: [6.5814800262451, 0.015283299610019, -8.614709854126],
3312
+ floor_index: 0,
3313
+ offset_point_count: 0,
3314
+ work_code: 'PrXel3aqGbp34JQn'
3315
+ }, {
3316
+ id: 18497010,
3317
+ user_id: 1000000026028615,
3318
+ work_id: 566944,
3319
+ visible_nodes: [26, 27],
3320
+ accessible_nodes: [26, 27],
3321
+ index: 28,
3322
+ quaternion: {
3323
+ y: -0.95128523603437,
3324
+ x: -0.002204844104983,
3325
+ z: 0.00014462264432249,
3326
+ w: -0.30830424919522
3327
+ },
3328
+ standing_position: [7.849289894104, -1.2815563748551, -9.056360244751],
3329
+ position: [7.849289894104, -0.0032497600186616, -9.056360244751],
3330
+ floor_index: 0,
3331
+ offset_point_count: 0,
3332
+ work_code: 'PrXel3aqGbp34JQn'
3333
+ }, {
3334
+ id: 18497011,
3335
+ user_id: 1000000026028615,
3336
+ work_id: 566944,
3337
+ visible_nodes: [14, 19, 23, 26, 27, 30],
3338
+ accessible_nodes: [14, 19, 23, 26, 27, 30],
3339
+ index: 29,
3340
+ quaternion: {
3341
+ y: -0.9981602792829,
3342
+ x: -0.0025136894589747,
3343
+ z: -0.0092406009745604,
3344
+ w: 0.059869430194665
3345
+ },
3346
+ standing_position: [6.8886799812317, -1.2764895681231, -10.135600090027],
3347
+ position: [6.8886799812317, -0.018597200512886, -10.135600090027],
3348
+ floor_index: 0,
3349
+ offset_point_count: 0,
3350
+ work_code: 'PrXel3aqGbp34JQn'
3351
+ }, {
3352
+ id: 18497012,
3353
+ user_id: 1000000026028615,
3354
+ work_id: 566944,
3355
+ visible_nodes: [29],
3356
+ accessible_nodes: [29],
3357
+ index: 30,
3358
+ quaternion: {
3359
+ y: -0.94272439725196,
3360
+ x: 0.0021586691225361,
3361
+ z: -0.00093049802976015,
3362
+ w: -0.33356438010538
3363
+ },
3364
+ standing_position: [7.8879499435425, -1.2999600632798, -10.28989982605],
3365
+ position: [7.8879499435425, -0.014722499996424, -10.28989982605],
3366
+ floor_index: 0,
3367
+ offset_point_count: 0,
3368
+ work_code: 'PrXel3aqGbp34JQn'
3369
+ }],
3370
+ model: {
3371
+ id: 820582,
3372
+ user_id: 1000000026028615,
3373
+ work_id: 566944,
3374
+ file_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/003e404094e7271c3202d2c134fb87f0/model/auto3d-4xxm0WvaNAXLfDTI456Kb1.at3d',
3375
+ file_url_checksum: '',
3376
+ material_base_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/003e404094e7271c3202d2c134fb87f0/materials/',
3377
+ material_textures: null,
3378
+ material_textures_checksums: null,
3379
+ score: 0,
3380
+ work_code: 'PrXel3aqGbp34JQn'
3381
+ },
3382
+ panorama: {
3383
+ id: 849430,
3384
+ user_id: 1000000026028615,
3385
+ work_id: 566944,
3386
+ count: 31,
3387
+ base_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/003e404094e7271c3202d2c134fb87f0/images/cube_2048/',
3388
+ cube_path: 'images/cube_2048/',
3389
+ argument: '',
3390
+ list: [{
3391
+ id: 19127750,
3392
+ user_id: 1000000026028615,
3393
+ work_id: 566944,
3394
+ panorama_id: 849430,
3395
+ derived_id: 1545379297,
3396
+ algorithm_type: 0,
3397
+ index: 0,
3398
+ right: '96cc3cd6045d11922cceb61b0dd8455b/0_r.jpg',
3399
+ left: '96cc3cd6045d11922cceb61b0dd8455b/0_l.jpg',
3400
+ up: '96cc3cd6045d11922cceb61b0dd8455b/0_u.jpg',
3401
+ down: '96cc3cd6045d11922cceb61b0dd8455b/0_d.jpg',
3402
+ front: '96cc3cd6045d11922cceb61b0dd8455b/0_f.jpg',
3403
+ back: '96cc3cd6045d11922cceb61b0dd8455b/0_b.jpg',
3404
+ checksums: null,
3405
+ work_code: 'PrXel3aqGbp34JQn'
3406
+ }, {
3407
+ id: 19127751,
3408
+ user_id: 1000000026028615,
3409
+ work_id: 566944,
3410
+ panorama_id: 849430,
3411
+ derived_id: 1545379372,
3412
+ algorithm_type: 0,
3413
+ index: 1,
3414
+ right: 'ef26c040416d3359c90be087f9a966d1/1_r.jpg',
3415
+ left: 'ef26c040416d3359c90be087f9a966d1/1_l.jpg',
3416
+ up: 'ef26c040416d3359c90be087f9a966d1/1_u.jpg',
3417
+ down: 'ef26c040416d3359c90be087f9a966d1/1_d.jpg',
3418
+ front: 'ef26c040416d3359c90be087f9a966d1/1_f.jpg',
3419
+ back: 'ef26c040416d3359c90be087f9a966d1/1_b.jpg',
3420
+ checksums: null,
3421
+ work_code: 'PrXel3aqGbp34JQn'
3422
+ }, {
3423
+ id: 19127752,
3424
+ user_id: 1000000026028615,
3425
+ work_id: 566944,
3426
+ panorama_id: 849430,
3427
+ derived_id: 1545379499,
3428
+ algorithm_type: 0,
3429
+ index: 2,
3430
+ right: 'e139104b67db93ce7e6b6a9bc79786c0/2_r.jpg',
3431
+ left: 'e139104b67db93ce7e6b6a9bc79786c0/2_l.jpg',
3432
+ up: 'e139104b67db93ce7e6b6a9bc79786c0/2_u.jpg',
3433
+ down: 'e139104b67db93ce7e6b6a9bc79786c0/2_d.jpg',
3434
+ front: 'e139104b67db93ce7e6b6a9bc79786c0/2_f.jpg',
3435
+ back: 'e139104b67db93ce7e6b6a9bc79786c0/2_b.jpg',
3436
+ checksums: null,
3437
+ work_code: 'PrXel3aqGbp34JQn'
3438
+ }, {
3439
+ id: 19127753,
3440
+ user_id: 1000000026028615,
3441
+ work_id: 566944,
3442
+ panorama_id: 849430,
3443
+ derived_id: 1545379591,
3444
+ algorithm_type: 0,
3445
+ index: 3,
3446
+ right: '0865191c0977ddc47f64b1a4fecee9c7/3_r.jpg',
3447
+ left: '0865191c0977ddc47f64b1a4fecee9c7/3_l.jpg',
3448
+ up: '0865191c0977ddc47f64b1a4fecee9c7/3_u.jpg',
3449
+ down: '0865191c0977ddc47f64b1a4fecee9c7/3_d.jpg',
3450
+ front: '0865191c0977ddc47f64b1a4fecee9c7/3_f.jpg',
3451
+ back: '0865191c0977ddc47f64b1a4fecee9c7/3_b.jpg',
3452
+ checksums: null,
3453
+ work_code: 'PrXel3aqGbp34JQn'
3454
+ }, {
3455
+ id: 19127754,
3456
+ user_id: 1000000026028615,
3457
+ work_id: 566944,
3458
+ panorama_id: 849430,
3459
+ derived_id: 1545379669,
3460
+ algorithm_type: 0,
3461
+ index: 4,
3462
+ right: '327ee625ec763d759bf9bca2e0dc147b/4_r.jpg',
3463
+ left: '327ee625ec763d759bf9bca2e0dc147b/4_l.jpg',
3464
+ up: '327ee625ec763d759bf9bca2e0dc147b/4_u.jpg',
3465
+ down: '327ee625ec763d759bf9bca2e0dc147b/4_d.jpg',
3466
+ front: '327ee625ec763d759bf9bca2e0dc147b/4_f.jpg',
3467
+ back: '327ee625ec763d759bf9bca2e0dc147b/4_b.jpg',
3468
+ checksums: null,
3469
+ work_code: 'PrXel3aqGbp34JQn'
3470
+ }, {
3471
+ id: 19127755,
3472
+ user_id: 1000000026028615,
3473
+ work_id: 566944,
3474
+ panorama_id: 849430,
3475
+ derived_id: 1545379846,
3476
+ algorithm_type: 0,
3477
+ index: 5,
3478
+ right: 'd1f9161f741714bc3677ad38abc22953/5_r.jpg',
3479
+ left: 'd1f9161f741714bc3677ad38abc22953/5_l.jpg',
3480
+ up: 'd1f9161f741714bc3677ad38abc22953/5_u.jpg',
3481
+ down: 'd1f9161f741714bc3677ad38abc22953/5_d.jpg',
3482
+ front: 'd1f9161f741714bc3677ad38abc22953/5_f.jpg',
3483
+ back: 'd1f9161f741714bc3677ad38abc22953/5_b.jpg',
3484
+ checksums: null,
3485
+ work_code: 'PrXel3aqGbp34JQn'
3486
+ }, {
3487
+ id: 19127756,
3488
+ user_id: 1000000026028615,
3489
+ work_id: 566944,
3490
+ panorama_id: 849430,
3491
+ derived_id: 1545379765,
3492
+ algorithm_type: 0,
3493
+ index: 6,
3494
+ right: '3edcc4df80e348e920928fef1ec00ae5/6_r.jpg',
3495
+ left: '3edcc4df80e348e920928fef1ec00ae5/6_l.jpg',
3496
+ up: '3edcc4df80e348e920928fef1ec00ae5/6_u.jpg',
3497
+ down: '3edcc4df80e348e920928fef1ec00ae5/6_d.jpg',
3498
+ front: '3edcc4df80e348e920928fef1ec00ae5/6_f.jpg',
3499
+ back: '3edcc4df80e348e920928fef1ec00ae5/6_b.jpg',
3500
+ checksums: null,
3501
+ work_code: 'PrXel3aqGbp34JQn'
3502
+ }, {
3503
+ id: 19127757,
3504
+ user_id: 1000000026028615,
3505
+ work_id: 566944,
3506
+ panorama_id: 849430,
3507
+ derived_id: 1545379923,
3508
+ algorithm_type: 0,
3509
+ index: 7,
3510
+ right: 'fb02a8cc1338b8d65b77928c5f9baf2b/7_r.jpg',
3511
+ left: 'fb02a8cc1338b8d65b77928c5f9baf2b/7_l.jpg',
3512
+ up: 'fb02a8cc1338b8d65b77928c5f9baf2b/7_u.jpg',
3513
+ down: 'fb02a8cc1338b8d65b77928c5f9baf2b/7_d.jpg',
3514
+ front: 'fb02a8cc1338b8d65b77928c5f9baf2b/7_f.jpg',
3515
+ back: 'fb02a8cc1338b8d65b77928c5f9baf2b/7_b.jpg',
3516
+ checksums: null,
3517
+ work_code: 'PrXel3aqGbp34JQn'
3518
+ }, {
3519
+ id: 19127758,
3520
+ user_id: 1000000026028615,
3521
+ work_id: 566944,
3522
+ panorama_id: 849430,
3523
+ derived_id: 1545380180,
3524
+ algorithm_type: 0,
3525
+ index: 8,
3526
+ right: '6c3140558571d8cadaf169be961b991e/8_r.jpg',
3527
+ left: '6c3140558571d8cadaf169be961b991e/8_l.jpg',
3528
+ up: '6c3140558571d8cadaf169be961b991e/8_u.jpg',
3529
+ down: '6c3140558571d8cadaf169be961b991e/8_d.jpg',
3530
+ front: '6c3140558571d8cadaf169be961b991e/8_f.jpg',
3531
+ back: '6c3140558571d8cadaf169be961b991e/8_b.jpg',
3532
+ checksums: null,
3533
+ work_code: 'PrXel3aqGbp34JQn'
3534
+ }, {
3535
+ id: 19127759,
3536
+ user_id: 1000000026028615,
3537
+ work_id: 566944,
3538
+ panorama_id: 849430,
3539
+ derived_id: 1545380093,
3540
+ algorithm_type: 0,
3541
+ index: 9,
3542
+ right: '19d803203dc1342d8a75ce8c17c924da/9_r.jpg',
3543
+ left: '19d803203dc1342d8a75ce8c17c924da/9_l.jpg',
3544
+ up: '19d803203dc1342d8a75ce8c17c924da/9_u.jpg',
3545
+ down: '19d803203dc1342d8a75ce8c17c924da/9_d.jpg',
3546
+ front: '19d803203dc1342d8a75ce8c17c924da/9_f.jpg',
3547
+ back: '19d803203dc1342d8a75ce8c17c924da/9_b.jpg',
3548
+ checksums: null,
3549
+ work_code: 'PrXel3aqGbp34JQn'
3550
+ }, {
3551
+ id: 19127760,
3552
+ user_id: 1000000026028615,
3553
+ work_id: 566944,
3554
+ panorama_id: 849430,
3555
+ derived_id: 1545380014,
3556
+ algorithm_type: 0,
3557
+ index: 10,
3558
+ right: '408c47f3312f3f849396734df646b8c8/10_r.jpg',
3559
+ left: '408c47f3312f3f849396734df646b8c8/10_l.jpg',
3560
+ up: '408c47f3312f3f849396734df646b8c8/10_u.jpg',
3561
+ down: '408c47f3312f3f849396734df646b8c8/10_d.jpg',
3562
+ front: '408c47f3312f3f849396734df646b8c8/10_f.jpg',
3563
+ back: '408c47f3312f3f849396734df646b8c8/10_b.jpg',
3564
+ checksums: null,
3565
+ work_code: 'PrXel3aqGbp34JQn'
3566
+ }, {
3567
+ id: 19127761,
3568
+ user_id: 1000000026028615,
3569
+ work_id: 566944,
3570
+ panorama_id: 849430,
3571
+ derived_id: 1545380260,
3572
+ algorithm_type: 0,
3573
+ index: 11,
3574
+ right: '8a26fe7b3e5286735a6326ae277da15e/11_r.jpg',
3575
+ left: '8a26fe7b3e5286735a6326ae277da15e/11_l.jpg',
3576
+ up: '8a26fe7b3e5286735a6326ae277da15e/11_u.jpg',
3577
+ down: '8a26fe7b3e5286735a6326ae277da15e/11_d.jpg',
3578
+ front: '8a26fe7b3e5286735a6326ae277da15e/11_f.jpg',
3579
+ back: '8a26fe7b3e5286735a6326ae277da15e/11_b.jpg',
3580
+ checksums: null,
3581
+ work_code: 'PrXel3aqGbp34JQn'
3582
+ }, {
3583
+ id: 19127762,
3584
+ user_id: 1000000026028615,
3585
+ work_id: 566944,
3586
+ panorama_id: 849430,
3587
+ derived_id: 1545380339,
3588
+ algorithm_type: 0,
3589
+ index: 12,
3590
+ right: '90583cb644751e9365ba950f7b025b92/12_r.jpg',
3591
+ left: '90583cb644751e9365ba950f7b025b92/12_l.jpg',
3592
+ up: '90583cb644751e9365ba950f7b025b92/12_u.jpg',
3593
+ down: '90583cb644751e9365ba950f7b025b92/12_d.jpg',
3594
+ front: '90583cb644751e9365ba950f7b025b92/12_f.jpg',
3595
+ back: '90583cb644751e9365ba950f7b025b92/12_b.jpg',
3596
+ checksums: null,
3597
+ work_code: 'PrXel3aqGbp34JQn'
3598
+ }, {
3599
+ id: 19127763,
3600
+ user_id: 1000000026028615,
3601
+ work_id: 566944,
3602
+ panorama_id: 849430,
3603
+ derived_id: 1545380421,
3604
+ algorithm_type: 0,
3605
+ index: 13,
3606
+ right: '87e1d158b33f33c1a9007e53f4cac619/13_r.jpg',
3607
+ left: '87e1d158b33f33c1a9007e53f4cac619/13_l.jpg',
3608
+ up: '87e1d158b33f33c1a9007e53f4cac619/13_u.jpg',
3609
+ down: '87e1d158b33f33c1a9007e53f4cac619/13_d.jpg',
3610
+ front: '87e1d158b33f33c1a9007e53f4cac619/13_f.jpg',
3611
+ back: '87e1d158b33f33c1a9007e53f4cac619/13_b.jpg',
3612
+ checksums: null,
3613
+ work_code: 'PrXel3aqGbp34JQn'
3614
+ }, {
3615
+ id: 19127764,
3616
+ user_id: 1000000026028615,
3617
+ work_id: 566944,
3618
+ panorama_id: 849430,
3619
+ derived_id: 1545380627,
3620
+ algorithm_type: 0,
3621
+ index: 14,
3622
+ right: '3c0e5d1147026162d9da494947ec7c9a/14_r.jpg',
3623
+ left: '3c0e5d1147026162d9da494947ec7c9a/14_l.jpg',
3624
+ up: '3c0e5d1147026162d9da494947ec7c9a/14_u.jpg',
3625
+ down: '3c0e5d1147026162d9da494947ec7c9a/14_d.jpg',
3626
+ front: '3c0e5d1147026162d9da494947ec7c9a/14_f.jpg',
3627
+ back: '3c0e5d1147026162d9da494947ec7c9a/14_b.jpg',
3628
+ checksums: null,
3629
+ work_code: 'PrXel3aqGbp34JQn'
3630
+ }, {
3631
+ id: 19127765,
3632
+ user_id: 1000000026028615,
3633
+ work_id: 566944,
3634
+ panorama_id: 849430,
3635
+ derived_id: 1545380545,
3636
+ algorithm_type: 0,
3637
+ index: 15,
3638
+ right: '200692e966238a3c8866de5f7be5fbd3/15_r.jpg',
3639
+ left: '200692e966238a3c8866de5f7be5fbd3/15_l.jpg',
3640
+ up: '200692e966238a3c8866de5f7be5fbd3/15_u.jpg',
3641
+ down: '200692e966238a3c8866de5f7be5fbd3/15_d.jpg',
3642
+ front: '200692e966238a3c8866de5f7be5fbd3/15_f.jpg',
3643
+ back: '200692e966238a3c8866de5f7be5fbd3/15_b.jpg',
3644
+ checksums: null,
3645
+ work_code: 'PrXel3aqGbp34JQn'
3646
+ }, {
3647
+ id: 19127766,
3648
+ user_id: 1000000026028615,
3649
+ work_id: 566944,
3650
+ panorama_id: 849430,
3651
+ derived_id: 1545380707,
3652
+ algorithm_type: 0,
3653
+ index: 16,
3654
+ right: '7eb3aa411c3621657f154677d1040f23/16_r.jpg',
3655
+ left: '7eb3aa411c3621657f154677d1040f23/16_l.jpg',
3656
+ up: '7eb3aa411c3621657f154677d1040f23/16_u.jpg',
3657
+ down: '7eb3aa411c3621657f154677d1040f23/16_d.jpg',
3658
+ front: '7eb3aa411c3621657f154677d1040f23/16_f.jpg',
3659
+ back: '7eb3aa411c3621657f154677d1040f23/16_b.jpg',
3660
+ checksums: null,
3661
+ work_code: 'PrXel3aqGbp34JQn'
3662
+ }, {
3663
+ id: 19127767,
3664
+ user_id: 1000000026028615,
3665
+ work_id: 566944,
3666
+ panorama_id: 849430,
3667
+ derived_id: 1545380784,
3668
+ algorithm_type: 0,
3669
+ index: 17,
3670
+ right: '7b847c1525c45d0800e70a1a974d74c8/17_r.jpg',
3671
+ left: '7b847c1525c45d0800e70a1a974d74c8/17_l.jpg',
3672
+ up: '7b847c1525c45d0800e70a1a974d74c8/17_u.jpg',
3673
+ down: '7b847c1525c45d0800e70a1a974d74c8/17_d.jpg',
3674
+ front: '7b847c1525c45d0800e70a1a974d74c8/17_f.jpg',
3675
+ back: '7b847c1525c45d0800e70a1a974d74c8/17_b.jpg',
3676
+ checksums: null,
3677
+ work_code: 'PrXel3aqGbp34JQn'
3678
+ }, {
3679
+ id: 19127768,
3680
+ user_id: 1000000026028615,
3681
+ work_id: 566944,
3682
+ panorama_id: 849430,
3683
+ derived_id: 1545380874,
3684
+ algorithm_type: 0,
3685
+ index: 18,
3686
+ right: '31040616b60f33a41c07a4efcea60f92/18_r.jpg',
3687
+ left: '31040616b60f33a41c07a4efcea60f92/18_l.jpg',
3688
+ up: '31040616b60f33a41c07a4efcea60f92/18_u.jpg',
3689
+ down: '31040616b60f33a41c07a4efcea60f92/18_d.jpg',
3690
+ front: '31040616b60f33a41c07a4efcea60f92/18_f.jpg',
3691
+ back: '31040616b60f33a41c07a4efcea60f92/18_b.jpg',
3692
+ checksums: null,
3693
+ work_code: 'PrXel3aqGbp34JQn'
3694
+ }, {
3695
+ id: 19127769,
3696
+ user_id: 1000000026028615,
3697
+ work_id: 566944,
3698
+ panorama_id: 849430,
3699
+ derived_id: 1545380958,
3700
+ algorithm_type: 0,
3701
+ index: 19,
3702
+ right: '56244c99a57f931d7dab6144391bf623/19_r.jpg',
3703
+ left: '56244c99a57f931d7dab6144391bf623/19_l.jpg',
3704
+ up: '56244c99a57f931d7dab6144391bf623/19_u.jpg',
3705
+ down: '56244c99a57f931d7dab6144391bf623/19_d.jpg',
3706
+ front: '56244c99a57f931d7dab6144391bf623/19_f.jpg',
3707
+ back: '56244c99a57f931d7dab6144391bf623/19_b.jpg',
3708
+ checksums: null,
3709
+ work_code: 'PrXel3aqGbp34JQn'
3710
+ }, {
3711
+ id: 19127770,
3712
+ user_id: 1000000026028615,
3713
+ work_id: 566944,
3714
+ panorama_id: 849430,
3715
+ derived_id: 1545381039,
3716
+ algorithm_type: 0,
3717
+ index: 20,
3718
+ right: 'a32a889bd19629e2a31a713f7a07affc/20_r.jpg',
3719
+ left: 'a32a889bd19629e2a31a713f7a07affc/20_l.jpg',
3720
+ up: 'a32a889bd19629e2a31a713f7a07affc/20_u.jpg',
3721
+ down: 'a32a889bd19629e2a31a713f7a07affc/20_d.jpg',
3722
+ front: 'a32a889bd19629e2a31a713f7a07affc/20_f.jpg',
3723
+ back: 'a32a889bd19629e2a31a713f7a07affc/20_b.jpg',
3724
+ checksums: null,
3725
+ work_code: 'PrXel3aqGbp34JQn'
3726
+ }, {
3727
+ id: 19127771,
3728
+ user_id: 1000000026028615,
3729
+ work_id: 566944,
3730
+ panorama_id: 849430,
3731
+ derived_id: 1545381122,
3732
+ algorithm_type: 0,
3733
+ index: 21,
3734
+ right: 'f2243e6beeccc4edb3d5cd99ada6483f/21_r.jpg',
3735
+ left: 'f2243e6beeccc4edb3d5cd99ada6483f/21_l.jpg',
3736
+ up: 'f2243e6beeccc4edb3d5cd99ada6483f/21_u.jpg',
3737
+ down: 'f2243e6beeccc4edb3d5cd99ada6483f/21_d.jpg',
3738
+ front: 'f2243e6beeccc4edb3d5cd99ada6483f/21_f.jpg',
3739
+ back: 'f2243e6beeccc4edb3d5cd99ada6483f/21_b.jpg',
3740
+ checksums: null,
3741
+ work_code: 'PrXel3aqGbp34JQn'
3742
+ }, {
3743
+ id: 19127772,
3744
+ user_id: 1000000026028615,
3745
+ work_id: 566944,
3746
+ panorama_id: 849430,
3747
+ derived_id: 1545381198,
3748
+ algorithm_type: 0,
3749
+ index: 22,
3750
+ right: '7709b6ee3ebc5dd0d8735d3c76fd2716/22_r.jpg',
3751
+ left: '7709b6ee3ebc5dd0d8735d3c76fd2716/22_l.jpg',
3752
+ up: '7709b6ee3ebc5dd0d8735d3c76fd2716/22_u.jpg',
3753
+ down: '7709b6ee3ebc5dd0d8735d3c76fd2716/22_d.jpg',
3754
+ front: '7709b6ee3ebc5dd0d8735d3c76fd2716/22_f.jpg',
3755
+ back: '7709b6ee3ebc5dd0d8735d3c76fd2716/22_b.jpg',
3756
+ checksums: null,
3757
+ work_code: 'PrXel3aqGbp34JQn'
3758
+ }, {
3759
+ id: 19127773,
3760
+ user_id: 1000000026028615,
3761
+ work_id: 566944,
3762
+ panorama_id: 849430,
3763
+ derived_id: 1545381277,
3764
+ algorithm_type: 0,
3765
+ index: 23,
3766
+ right: '53a752c2b06ae04f493d39ff04359c90/23_r.jpg',
3767
+ left: '53a752c2b06ae04f493d39ff04359c90/23_l.jpg',
3768
+ up: '53a752c2b06ae04f493d39ff04359c90/23_u.jpg',
3769
+ down: '53a752c2b06ae04f493d39ff04359c90/23_d.jpg',
3770
+ front: '53a752c2b06ae04f493d39ff04359c90/23_f.jpg',
3771
+ back: '53a752c2b06ae04f493d39ff04359c90/23_b.jpg',
3772
+ checksums: null,
3773
+ work_code: 'PrXel3aqGbp34JQn'
3774
+ }, {
3775
+ id: 19127774,
3776
+ user_id: 1000000026028615,
3777
+ work_id: 566944,
3778
+ panorama_id: 849430,
3779
+ derived_id: 1545381351,
3780
+ algorithm_type: 0,
3781
+ index: 24,
3782
+ right: '85558ec1f022888b525365a77a10ba55/24_r.jpg',
3783
+ left: '85558ec1f022888b525365a77a10ba55/24_l.jpg',
3784
+ up: '85558ec1f022888b525365a77a10ba55/24_u.jpg',
3785
+ down: '85558ec1f022888b525365a77a10ba55/24_d.jpg',
3786
+ front: '85558ec1f022888b525365a77a10ba55/24_f.jpg',
3787
+ back: '85558ec1f022888b525365a77a10ba55/24_b.jpg',
3788
+ checksums: null,
3789
+ work_code: 'PrXel3aqGbp34JQn'
3790
+ }, {
3791
+ id: 19127775,
3792
+ user_id: 1000000026028615,
3793
+ work_id: 566944,
3794
+ panorama_id: 849430,
3795
+ derived_id: 1545381430,
3796
+ algorithm_type: 0,
3797
+ index: 25,
3798
+ right: 'abac77e1c6996759ebadbc680431933e/25_r.jpg',
3799
+ left: 'abac77e1c6996759ebadbc680431933e/25_l.jpg',
3800
+ up: 'abac77e1c6996759ebadbc680431933e/25_u.jpg',
3801
+ down: 'abac77e1c6996759ebadbc680431933e/25_d.jpg',
3802
+ front: 'abac77e1c6996759ebadbc680431933e/25_f.jpg',
3803
+ back: 'abac77e1c6996759ebadbc680431933e/25_b.jpg',
3804
+ checksums: null,
3805
+ work_code: 'PrXel3aqGbp34JQn'
3806
+ }, {
3807
+ id: 19127776,
3808
+ user_id: 1000000026028615,
3809
+ work_id: 566944,
3810
+ panorama_id: 849430,
3811
+ derived_id: 1545381517,
3812
+ algorithm_type: 0,
3813
+ index: 26,
3814
+ right: '0a24d1785d92a69a40998973a0ecf16d/26_r.jpg',
3815
+ left: '0a24d1785d92a69a40998973a0ecf16d/26_l.jpg',
3816
+ up: '0a24d1785d92a69a40998973a0ecf16d/26_u.jpg',
3817
+ down: '0a24d1785d92a69a40998973a0ecf16d/26_d.jpg',
3818
+ front: '0a24d1785d92a69a40998973a0ecf16d/26_f.jpg',
3819
+ back: '0a24d1785d92a69a40998973a0ecf16d/26_b.jpg',
3820
+ checksums: null,
3821
+ work_code: 'PrXel3aqGbp34JQn'
3822
+ }, {
3823
+ id: 19127777,
3824
+ user_id: 1000000026028615,
3825
+ work_id: 566944,
3826
+ panorama_id: 849430,
3827
+ derived_id: 1545381593,
3828
+ algorithm_type: 0,
3829
+ index: 27,
3830
+ right: 'd25661e2214931d67f5ec385bf55ccd0/27_r.jpg',
3831
+ left: 'd25661e2214931d67f5ec385bf55ccd0/27_l.jpg',
3832
+ up: 'd25661e2214931d67f5ec385bf55ccd0/27_u.jpg',
3833
+ down: 'd25661e2214931d67f5ec385bf55ccd0/27_d.jpg',
3834
+ front: 'd25661e2214931d67f5ec385bf55ccd0/27_f.jpg',
3835
+ back: 'd25661e2214931d67f5ec385bf55ccd0/27_b.jpg',
3836
+ checksums: null,
3837
+ work_code: 'PrXel3aqGbp34JQn'
3838
+ }, {
3839
+ id: 19127778,
3840
+ user_id: 1000000026028615,
3841
+ work_id: 566944,
3842
+ panorama_id: 849430,
3843
+ derived_id: 1545381672,
3844
+ algorithm_type: 0,
3845
+ index: 28,
3846
+ right: '5b23d0bf74f014cbfa74ebfc35b8cdf9/28_r.jpg',
3847
+ left: '5b23d0bf74f014cbfa74ebfc35b8cdf9/28_l.jpg',
3848
+ up: '5b23d0bf74f014cbfa74ebfc35b8cdf9/28_u.jpg',
3849
+ down: '5b23d0bf74f014cbfa74ebfc35b8cdf9/28_d.jpg',
3850
+ front: '5b23d0bf74f014cbfa74ebfc35b8cdf9/28_f.jpg',
3851
+ back: '5b23d0bf74f014cbfa74ebfc35b8cdf9/28_b.jpg',
3852
+ checksums: null,
3853
+ work_code: 'PrXel3aqGbp34JQn'
3854
+ }, {
3855
+ id: 19127779,
3856
+ user_id: 1000000026028615,
3857
+ work_id: 566944,
3858
+ panorama_id: 849430,
3859
+ derived_id: 1545381752,
3860
+ algorithm_type: 0,
3861
+ index: 29,
3862
+ right: 'a9d5d77c6d679e2711885fab7260d875/29_r.jpg',
3863
+ left: 'a9d5d77c6d679e2711885fab7260d875/29_l.jpg',
3864
+ up: 'a9d5d77c6d679e2711885fab7260d875/29_u.jpg',
3865
+ down: 'a9d5d77c6d679e2711885fab7260d875/29_d.jpg',
3866
+ front: 'a9d5d77c6d679e2711885fab7260d875/29_f.jpg',
3867
+ back: 'a9d5d77c6d679e2711885fab7260d875/29_b.jpg',
3868
+ checksums: null,
3869
+ work_code: 'PrXel3aqGbp34JQn'
3870
+ }, {
3871
+ id: 19127780,
3872
+ user_id: 1000000026028615,
3873
+ work_id: 566944,
3874
+ panorama_id: 849430,
3875
+ derived_id: 1545381841,
3876
+ algorithm_type: 0,
3877
+ index: 30,
3878
+ right: '965e166215599bc7aa06894f35069003/30_r.jpg',
3879
+ left: '965e166215599bc7aa06894f35069003/30_l.jpg',
3880
+ up: '965e166215599bc7aa06894f35069003/30_u.jpg',
3881
+ down: '965e166215599bc7aa06894f35069003/30_d.jpg',
3882
+ front: '965e166215599bc7aa06894f35069003/30_f.jpg',
3883
+ back: '965e166215599bc7aa06894f35069003/30_b.jpg',
3884
+ checksums: null,
3885
+ work_code: 'PrXel3aqGbp34JQn'
3886
+ }],
3887
+ work_code: 'PrXel3aqGbp34JQn'
3888
+ },
3889
+ modelAsync: false
3890
+ };
3891
+ exports["default"] = _default;
3892
+ var floorplanServerData = {
3893
+ outlines: [{
3894
+ index: 0,
3895
+ checksum: '',
3896
+ url: 'https://vrlab-public.ljcdn.com/release/vrcustomer/566944/floorplan/outline_0_4bd4463c-3e2f-4420-be5f-9331e14a415a.png'
3897
+ }],
3898
+ computed_data: {
3899
+ bounding: {
3900
+ min: {
3901
+ x: 34260,
3902
+ y: 31320
3903
+ },
3904
+ max: {
3905
+ x: 47825,
3906
+ y: 49570
3907
+ },
3908
+ origin: {
3909
+ x: 37500,
3910
+ y: 37500
3911
+ }
3912
+ },
3913
+ entrance: {
3914
+ rad: 3.1416,
3915
+ room_id: 'u-314bc053-b47e-415d-9a99-bede9d43e701',
3916
+ position: {
3917
+ x: 35260,
3918
+ y: 40275
3919
+ },
3920
+ north_rad: 7.574736300065597,
3921
+ floor_index: 0,
3922
+ position_in_image: {
3923
+ x: 0.07371913011426465,
3924
+ y: 0.5093150684931507
3925
+ }
3926
+ },
3927
+ floor_datas: [{
3928
+ floor_index: 0,
3929
+ floor_name: '一层',
3930
+ rooms: [{
3931
+ id: 'u-bbc9e687-41a2-4cd3-a053-2c6428ee2fb5',
3932
+ name: '阳台',
3933
+ path: [{
3934
+ x: 43100,
3935
+ y: 48570
3936
+ }, {
3937
+ x: 46825,
3938
+ y: 48570
3939
+ }, {
3940
+ x: 46825,
3941
+ y: 47025
3942
+ }, {
3943
+ x: 46685,
3944
+ y: 47025
3945
+ }, {
3946
+ x: 43100,
3947
+ y: 47025
3948
+ }],
3949
+ size: 5137125,
3950
+ room_type: '100900000005',
3951
+ floor_type: 4,
3952
+ room_label: {
3953
+ position: {
3954
+ x: 44962.5,
3955
+ y: 47797.5
3956
+ },
3957
+ position_in_image: {
3958
+ x: 0.7889789900479174,
3959
+ y: 0.09712328767123288
3960
+ }
3961
+ },
3962
+ observer_indexs: [29, 30]
3963
+ }, {
3964
+ id: 'u-15a3e579-8e5f-4fc0-1fdf-54bb3cf876f0',
3965
+ name: '卧室A',
3966
+ path: [{
3967
+ x: 35260,
3968
+ y: 32320
3969
+ }, {
3970
+ x: 35260,
3971
+ y: 37105
3972
+ }, {
3973
+ x: 37025,
3974
+ y: 37105
3975
+ }, {
3976
+ x: 38390,
3977
+ y: 37105
3978
+ }, {
3979
+ x: 38390,
3980
+ y: 34775
3981
+ }, {
3982
+ x: 38390,
3983
+ y: 32320
3984
+ }],
3985
+ size: 14011050,
3986
+ room_type: '100900000001',
3987
+ floor_type: 0,
3988
+ room_label: {
3989
+ position: {
3990
+ x: 36825,
3991
+ y: 34712.5
3992
+ },
3993
+ position_in_image: {
3994
+ x: 0.18908956874308883,
3995
+ y: 0.8141095890410959
3996
+ }
3997
+ },
3998
+ observer_indexs: [5, 6, 7]
3999
+ }, {
4000
+ id: 'u-4c0d1e30-15db-46ff-c17d-be896fd5f4d2',
4001
+ name: '卧室B',
4002
+ path: [{
4003
+ x: 45115,
4004
+ y: 34035
4005
+ }, {
4006
+ x: 43040,
4007
+ y: 34035
4008
+ }, {
4009
+ x: 43040,
4010
+ y: 38775
4011
+ }, {
4012
+ x: 44275,
4013
+ y: 38775
4014
+ }, {
4015
+ x: 46545,
4016
+ y: 38775
4017
+ }, {
4018
+ x: 46545,
4019
+ y: 34795
4020
+ }, {
4021
+ x: 45115,
4022
+ y: 34795
4023
+ }],
4024
+ size: 14551900,
4025
+ room_type: '100900000001',
4026
+ floor_type: 0,
4027
+ room_label: {
4028
+ position: {
4029
+ x: 44792.07214355469,
4030
+ y: 36685.57067871094
4031
+ },
4032
+ position_in_image: {
4033
+ x: 0.7764151967235302,
4034
+ y: 0.7059961271939212
4035
+ }
4036
+ },
4037
+ observer_indexs: [19, 20, 21, 22]
4038
+ }, {
4039
+ id: 'u-f01f73ef-9f5a-4f5a-f80e-fe7b232ad0cd',
4040
+ name: '客厅',
4041
+ path: [{
4042
+ x: 43100,
4043
+ y: 41235
4044
+ }, {
4045
+ x: 43100,
4046
+ y: 43375
4047
+ }, {
4048
+ x: 44275,
4049
+ y: 43375
4050
+ }, {
4051
+ x: 44275,
4052
+ y: 40725
4053
+ }, {
4054
+ x: 44275,
4055
+ y: 38775
4056
+ }, {
4057
+ x: 43040,
4058
+ y: 38775
4059
+ }, {
4060
+ x: 43040,
4061
+ y: 34035
4062
+ }, {
4063
+ x: 39875,
4064
+ y: 34035
4065
+ }, {
4066
+ x: 39875,
4067
+ y: 34775
4068
+ }, {
4069
+ x: 38390,
4070
+ y: 34775
4071
+ }, {
4072
+ x: 38390,
4073
+ y: 37105
4074
+ }, {
4075
+ x: 38390,
4076
+ y: 41235
4077
+ }],
4078
+ size: 36121100,
4079
+ room_type: '100900000002',
4080
+ floor_type: 1,
4081
+ room_label: {
4082
+ position: {
4083
+ x: 40716.84509277344,
4084
+ y: 38906.36047363281
4085
+ },
4086
+ position_in_image: {
4087
+ x: 0.4759930035218163,
4088
+ y: 0.5843090151434075
4089
+ }
4090
+ },
4091
+ observer_indexs: [8, 9, 10, 11, 12, 13, 14, 15, 23]
4092
+ }, {
4093
+ id: 'u-8e420bd8-4848-4790-acc5-b7cbb567ba27',
4094
+ name: '卧室C',
4095
+ path: [{
4096
+ x: 43100,
4097
+ y: 47025
4098
+ }, {
4099
+ x: 46685,
4100
+ y: 47025
4101
+ }, {
4102
+ x: 46685,
4103
+ y: 43375
4104
+ }, {
4105
+ x: 44275,
4106
+ y: 43375
4107
+ }, {
4108
+ x: 43100,
4109
+ y: 43375
4110
+ }],
4111
+ size: 12231450,
4112
+ room_type: '100900000001',
4113
+ floor_type: 0,
4114
+ room_label: {
4115
+ position: {
4116
+ x: 44892.5,
4117
+ y: 45200
4118
+ },
4119
+ position_in_image: {
4120
+ x: 0.7838186509399189,
4121
+ y: 0.23945205479452056
4122
+ }
4123
+ },
4124
+ observer_indexs: [26, 27, 28]
4125
+ }, {
4126
+ id: 'u-36a4d793-15b2-40ef-7bd5-dd0d355daaf9',
4127
+ name: '卫生间B',
4128
+ path: [{
4129
+ x: 46545,
4130
+ y: 38775
4131
+ }, {
4132
+ x: 44275,
4133
+ y: 38775
4134
+ }, {
4135
+ x: 44275,
4136
+ y: 40725
4137
+ }, {
4138
+ x: 46725,
4139
+ y: 40725
4140
+ }, {
4141
+ x: 46725,
4142
+ y: 38775
4143
+ }],
4144
+ size: 4263900,
4145
+ room_type: '100900000004',
4146
+ floor_type: 3,
4147
+ room_label: {
4148
+ position: {
4149
+ x: 45500,
4150
+ y: 39750
4151
+ },
4152
+ position_in_image: {
4153
+ x: 0.8286030224843347,
4154
+ y: 0.538082191780822
4155
+ }
4156
+ },
4157
+ observer_indexs: [16, 17, 18]
4158
+ }, {
4159
+ id: 'u-1c7277ec-c593-4a54-b012-9478528acaa4',
4160
+ name: '厨房',
4161
+ path: [{
4162
+ x: 46725,
4163
+ y: 43375
4164
+ }, {
4165
+ x: 46725,
4166
+ y: 40725
4167
+ }, {
4168
+ x: 44275,
4169
+ y: 40725
4170
+ }, {
4171
+ x: 44275,
4172
+ y: 43375
4173
+ }, {
4174
+ x: 46685,
4175
+ y: 43375
4176
+ }],
4177
+ size: 5894900,
4178
+ room_type: '100900000003',
4179
+ floor_type: 3,
4180
+ room_label: {
4181
+ position: {
4182
+ x: 45500,
4183
+ y: 42050
4184
+ },
4185
+ position_in_image: {
4186
+ x: 0.8286030224843347,
4187
+ y: 0.41205479452054794
4188
+ }
4189
+ },
4190
+ observer_indexs: [24, 25]
4191
+ }, {
4192
+ id: 'u-314bc053-b47e-415d-9a99-bede9d43e701',
4193
+ name: '入户花园',
4194
+ path: [{
4195
+ x: 35260,
4196
+ y: 41235
4197
+ }, {
4198
+ x: 38390,
4199
+ y: 41235
4200
+ }, {
4201
+ x: 38390,
4202
+ y: 37105
4203
+ }, {
4204
+ x: 37025,
4205
+ y: 37105
4206
+ }, {
4207
+ x: 37025,
4208
+ y: 37975
4209
+ }, {
4210
+ x: 37070.54223582139,
4211
+ y: 38483.9432046651
4212
+ }, {
4213
+ x: 36821.541541792336,
4214
+ y: 38930.14488013421
4215
+ }, {
4216
+ x: 36364.48821029658,
4217
+ y: 39158.617051277695
4218
+ }, {
4219
+ x: 35858.139534883725,
4220
+ y: 39090
4221
+ }, {
4222
+ x: 35260,
4223
+ y: 39090
4224
+ }],
4225
+ size: 8636427.277760081,
4226
+ room_type: '100900000012',
4227
+ floor_type: 2,
4228
+ room_label: {
4229
+ position: {
4230
+ x: 37209.754638671875,
4231
+ y: 40055.040283203125
4232
+ },
4233
+ position_in_image: {
4234
+ x: 0.21745334601340766,
4235
+ y: 0.5213676557148973
4236
+ }
4237
+ },
4238
+ observer_indexs: [0, 1, 2]
4239
+ }, {
4240
+ id: 'u-43728cf0-28bd-43d8-4cc2-f81b7de9f99f',
4241
+ name: '卫生间',
4242
+ path: [{
4243
+ x: 35260,
4244
+ y: 37105
4245
+ }, {
4246
+ x: 35260,
4247
+ y: 39090
4248
+ }, {
4249
+ x: 35858.139534883725,
4250
+ y: 39090
4251
+ }, {
4252
+ x: 36364.48821029657,
4253
+ y: 39158.6170512777
4254
+ }, {
4255
+ x: 36821.541541792336,
4256
+ y: 38930.14488013421
4257
+ }, {
4258
+ x: 37070.54223582139,
4259
+ y: 38483.9432046651
4260
+ }, {
4261
+ x: 37025,
4262
+ y: 37975
4263
+ }, {
4264
+ x: 37025,
4265
+ y: 37105
4266
+ }],
4267
+ size: 3163481.920090027,
4268
+ room_type: '100900000004',
4269
+ floor_type: 3,
4270
+ room_label: {
4271
+ position: {
4272
+ x: 36152.18505859375,
4273
+ y: 38228.73779296875
4274
+ },
4275
+ position_in_image: {
4276
+ x: 0.13949023653474013,
4277
+ y: 0.6214390250428082
4278
+ }
4279
+ },
4280
+ observer_indexs: [3, 4]
4281
+ }]
4282
+ }],
4283
+ observers: [{
4284
+ index: 0,
4285
+ floor_index: 0,
4286
+ position: {
4287
+ x: 37602.34100371599,
4288
+ y: 39862.4799251556
4289
+ },
4290
+ position_in_image: {
4291
+ x: 0.24639447133918113,
4292
+ y: 0.5319189082106519
4293
+ }
4294
+ }, {
4295
+ index: 1,
4296
+ floor_index: 0,
4297
+ position: {
4298
+ x: 36011.7499828339,
4299
+ y: 40120.3200817108
4300
+ },
4301
+ position_in_image: {
4302
+ x: 0.12913748491219304,
4303
+ y: 0.5177906804542027
4304
+ }
4305
+ }, {
4306
+ index: 2,
4307
+ floor_index: 0,
4308
+ position: {
4309
+ x: 37624.67800080776,
4310
+ y: 37683.15100669861
4311
+ },
4312
+ position_in_image: {
4313
+ x: 0.24804113533415129,
4314
+ y: 0.6513341914137749
4315
+ }
4316
+ }, {
4317
+ index: 3,
4318
+ floor_index: 0,
4319
+ position: {
4320
+ x: 36732.8240275383,
4321
+ y: 37816.37299060822
4322
+ },
4323
+ position_in_image: {
4324
+ x: 0.18229443623577588,
4325
+ y: 0.6440343566790016
4326
+ }
4327
+ }, {
4328
+ index: 4,
4329
+ floor_index: 0,
4330
+ position: {
4331
+ x: 35866.2300109863,
4332
+ y: 37900.71099996567
4333
+ },
4334
+ position_in_image: {
4335
+ x: 0.11840987917333572,
4336
+ y: 0.6394130958922922
4337
+ }
4338
+ }, {
4339
+ index: 5,
4340
+ floor_index: 0,
4341
+ position: {
4342
+ x: 36595.60698270798,
4343
+ y: 34812.0601177216
4344
+ },
4345
+ position_in_image: {
4346
+ x: 0.17217891505403446,
4347
+ y: 0.8086542401248438
4348
+ }
4349
+ }, {
4350
+ index: 6,
4351
+ floor_index: 0,
4352
+ position: {
4353
+ x: 37575.182400643826,
4354
+ y: 36082.9800367355
4355
+ },
4356
+ position_in_image: {
4357
+ x: 0.24439236274558243,
4358
+ y: 0.7390147925076439
4359
+ }
4360
+ }, {
4361
+ index: 7,
4362
+ floor_index: 0,
4363
+ position: {
4364
+ x: 38016.83098077774,
4365
+ y: 33770.4598903656
4366
+ },
4367
+ position_in_image: {
4368
+ x: 0.27695031188925473,
4369
+ y: 0.8657282251854466
4370
+ }
4371
+ }, {
4372
+ index: 8,
4373
+ floor_index: 0,
4374
+ position: {
4375
+ x: 41740.3697967529,
4376
+ y: 38393.58198642731
4377
+ },
4378
+ position_in_image: {
4379
+ x: 0.5514463543496425,
4380
+ y: 0.6124064664971338
4381
+ }
4382
+ }, {
4383
+ index: 9,
4384
+ floor_index: 0,
4385
+ position: {
4386
+ x: 39924.8399734497,
4387
+ y: 38314.32402133942
4388
+ },
4389
+ position_in_image: {
4390
+ x: 0.41760707507922595,
4391
+ y: 0.6167493686937306
4392
+ }
4393
+ }, {
4394
+ index: 10,
4395
+ floor_index: 0,
4396
+ position: {
4397
+ x: 39292.4799919128,
4398
+ y: 39621.4900016785
4399
+ },
4400
+ position_in_image: {
4401
+ x: 0.37099004732125307,
4402
+ y: 0.5451238355244655
4403
+ }
4404
+ }, {
4405
+ index: 11,
4406
+ floor_index: 0,
4407
+ position: {
4408
+ x: 41456.5999507904,
4409
+ y: 36958.15801620483
4410
+ },
4411
+ position_in_image: {
4412
+ x: 0.530527088152628,
4413
+ y: 0.6910598347285026
4414
+ }
4415
+ }, {
4416
+ index: 12,
4417
+ floor_index: 0,
4418
+ position: {
4419
+ x: 41400.9599685669,
4420
+ y: 35855.5999994278
4421
+ },
4422
+ position_in_image: {
4423
+ x: 0.5264253570635387,
4424
+ y: 0.751473972634093
4425
+ }
4426
+ }, {
4427
+ index: 13,
4428
+ floor_index: 0,
4429
+ position: {
4430
+ x: 41229.6500205994,
4431
+ y: 34796.3700294495
4432
+ },
4433
+ position_in_image: {
4434
+ x: 0.5137965367194546,
4435
+ y: 0.8095139709890685
4436
+ }
4437
+ }, {
4438
+ index: 14,
4439
+ floor_index: 0,
4440
+ position: {
4441
+ x: 43697.1502304077,
4442
+ y: 39346.8899726868
4443
+ },
4444
+ position_in_image: {
4445
+ x: 0.6956985057432878,
4446
+ y: 0.560170412455518
4447
+ }
4448
+ }, {
4449
+ index: 15,
4450
+ floor_index: 0,
4451
+ position: {
4452
+ x: 42763.0200386047,
4453
+ y: 40150.1700878143
4454
+ },
4455
+ position_in_image: {
4456
+ x: 0.6268352405900995,
4457
+ y: 0.5161550636814081
4458
+ }
4459
+ }, {
4460
+ index: 16,
4461
+ floor_index: 0,
4462
+ position: {
4463
+ x: 44727.5500297546,
4464
+ y: 39578.2299041748
4465
+ },
4466
+ position_in_image: {
4467
+ x: 0.7716586826210543,
4468
+ y: 0.5474942518260385
4469
+ }
4470
+ }, {
4471
+ index: 17,
4472
+ floor_index: 0,
4473
+ position: {
4474
+ x: 46051.9504547119,
4475
+ y: 39351.9300222397
4476
+ },
4477
+ position_in_image: {
4478
+ x: 0.8692923298718688,
4479
+ y: 0.5598942453567288
4480
+ }
4481
+ }, {
4482
+ index: 18,
4483
+ floor_index: 0,
4484
+ position: {
4485
+ x: 46245.34034729,
4486
+ y: 40118.9498901367
4487
+ },
4488
+ position_in_image: {
4489
+ x: 0.8835488645256176,
4490
+ y: 0.5178657594445646
4491
+ }
4492
+ }, {
4493
+ index: 19,
4494
+ floor_index: 0,
4495
+ position: {
4496
+ x: 43783.8201522827,
4497
+ y: 38139.4180059433
4498
+ },
4499
+ position_in_image: {
4500
+ x: 0.7020877369909841,
4501
+ y: 0.6263332599483125
4502
+ }
4503
+ }, {
4504
+ index: 20,
4505
+ floor_index: 0,
4506
+ position: {
4507
+ x: 45200.749874115,
4508
+ y: 37589.39430117607
4509
+ },
4510
+ position_in_image: {
4511
+ x: 0.8065425635175081,
4512
+ y: 0.6564715451410372
4513
+ }
4514
+ }, {
4515
+ index: 21,
4516
+ floor_index: 0,
4517
+ position: {
4518
+ x: 43855.4801940918,
4519
+ y: 36349.6500253677
4520
+ },
4521
+ position_in_image: {
4522
+ x: 0.7073704529371027,
4523
+ y: 0.7244027383360164
4524
+ }
4525
+ }, {
4526
+ index: 22,
4527
+ floor_index: 0,
4528
+ position: {
4529
+ x: 43784.2202186584,
4530
+ y: 34655.6000709534
4531
+ },
4532
+ position_in_image: {
4533
+ x: 0.7021172295361889,
4534
+ y: 0.8172273933724166
4535
+ }
4536
+ }, {
4537
+ index: 23,
4538
+ floor_index: 0,
4539
+ position: {
4540
+ x: 43748.0797767639,
4541
+ y: 41990.9100532532
4542
+ },
4543
+ position_in_image: {
4544
+ x: 0.6994529875977812,
4545
+ y: 0.4152925998217423
4546
+ }
4547
+ }, {
4548
+ index: 24,
4549
+ floor_index: 0,
4550
+ position: {
4551
+ x: 44575.6101608276,
4552
+ y: 42069.2000389099
4553
+ },
4554
+ position_in_image: {
4555
+ x: 0.7604578076540803,
4556
+ y: 0.4110027375939782
4557
+ }
4558
+ }, {
4559
+ index: 25,
4560
+ floor_index: 0,
4561
+ position: {
4562
+ x: 45727.1003723145,
4563
+ y: 42027.830123901396
4564
+ },
4565
+ position_in_image: {
4566
+ x: 0.845344664379985,
4567
+ y: 0.4132695822519783
4568
+ }
4569
+ }, {
4570
+ index: 26,
4571
+ floor_index: 0,
4572
+ position: {
4573
+ x: 43867.8498268127,
4574
+ y: 44111.1102104187
4575
+ },
4576
+ position_in_image: {
4577
+ x: 0.7082823315011205,
4578
+ y: 0.2991172487441808
4579
+ }
4580
+ }, {
4581
+ index: 27,
4582
+ floor_index: 0,
4583
+ position: {
4584
+ x: 44081.4800262451,
4585
+ y: 46114.709854126
4586
+ },
4587
+ position_in_image: {
4588
+ x: 0.7240309639694141,
4589
+ y: 0.18933096689720558
4590
+ }
4591
+ }, {
4592
+ index: 28,
4593
+ floor_index: 0,
4594
+ position: {
4595
+ x: 45349.289894104004,
4596
+ y: 46556.360244751
4597
+ },
4598
+ position_in_image: {
4599
+ x: 0.8174928045782531,
4600
+ y: 0.16513094549309598
4601
+ }
4602
+ }, {
4603
+ index: 29,
4604
+ floor_index: 0,
4605
+ position: {
4606
+ x: 44388.679981231704,
4607
+ y: 47635.600090027
4608
+ },
4609
+ position_in_image: {
4610
+ x: 0.7466774774221676,
4611
+ y: 0.10599451561495885
4612
+ }
4613
+ }, {
4614
+ index: 30,
4615
+ floor_index: 0,
4616
+ position: {
4617
+ x: 45387.9499435425,
4618
+ y: 47789.89982605
4619
+ },
4620
+ position_in_image: {
4621
+ x: 0.8203427897930338,
4622
+ y: 0.09753973555890405
4623
+ }
4624
+ }]
4625
+ }
4626
+ };
4627
+ exports.floorplanServerData = floorplanServerData;
4628
+ var treasurePluginData = {
4629
+ treasures: [{
4630
+ id: 'a',
4631
+ type: 0,
4632
+ position: [3.4688, 0.51802, 2.48252]
4633
+ }, {
4634
+ id: 'b',
4635
+ type: 1,
4636
+ position: [2.80488, 0.867187, -0.866459]
4637
+ }]
4638
+ };
4639
+ exports.treasurePluginData = treasurePluginData;