1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "https://www.web3d.org/specifications/x3d-3.0.dtd">
|
3 | <X3D profile='Immersive' version='3.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.0.xsd'> |
4 | <head> |
5 | <meta name='title' content='Hospital.x3d'/> |
6 | <meta name='description' content='Ultra-high-resolution building (UHRB) example.'/> |
7 | <meta name='creator' content='Alan Hudson and Justin Couch'/> |
8 | <meta name='created' content='1 November 2003'/> |
9 | <meta name='translated' content='26 November 2003'/> |
10 | <meta name='modified' content='20 October 2019'/> |
11 | <meta name='reference' content='xml/Hospital.xml'/> |
12 | <meta name='subject' content='UHRB ultra-high-resolution building format'/> |
13 | <meta name=' warning ' content=' under development '/> |
14 | <meta name='identifier' content='https://savage.nps.edu/Savage/Buildings/UHRB/Hospital.x3d'/> |
15 | <meta name='generator' content='UhrbToX3dBuildingPrototypes1.0.xslt'/> |
16 | <meta name='generator' content='X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit'/> |
17 | <meta name='license' content='../../license.html'/> |
18 | </head> |
19 | <!-- Issue with this in Xj3D: org.web3d.vrml.lang.InvalidFieldConnectionException: IS access types are not compatible. Source (label) is inputOutput and destination (title) is initializeOnly. found 27 AUG 2015 --> |
20 | <Scene> |
21 | <ProtoDeclare name='Attribute'> |
22 | <ProtoInterface> |
23 | <field name='label' type='SFString' accessType='inputOutput'/> |
24 | <field name='value' type='SFString' value='foo' accessType='inputOutput'/> |
25 | </ProtoInterface> |
26 | <ProtoBody> |
27 | <WorldInfo> |
28 | <IS> |
29 | <connect nodeField='title' protoField='label'/> |
30 | </IS> |
31 | </WorldInfo> |
32 | <WorldInfo> |
33 | <IS> |
34 | <connect nodeField='title' protoField='value'/> |
35 | </IS> |
36 | </WorldInfo> |
37 | </ProtoBody> |
38 | </ProtoDeclare> |
39 | <ProtoDeclare name='Wall'> |
40 | <ProtoInterface> |
41 | <field name='name' type='SFString' accessType='inputOutput'/> |
42 | <field name='componentLabel' type='SFString' accessType='inputOutput'/> |
43 | <field name='description' type='MFString' accessType='initializeOnly'/> |
44 | <field name='polygon' type='SFNode' accessType='inputOutput'/> |
45 | <field name='apertures' type='MFNode' accessType='inputOutput'/> |
46 | <field name='attributes' type='MFNode' accessType='inputOutput'/> |
47 | <field name='geomDesc' type='MFNode' accessType='inputOutput'> |
48 | <Group> |
49 | <!-- default --> |
50 | </Group> |
51 | </field> |
52 | <field name='zOffset' type='SFFloat' value='0.0' accessType='inputOutput'/> |
53 | <field name='built' type='SFBool' accessType='outputOnly'/> |
54 | <field name='resolveHit' type='SFNode' accessType='inputOnly'/> |
55 | </ProtoInterface> |
56 | <ProtoBody> |
57 | <Group> |
58 |
<!-- ROUTE information for WallGrp node:
[from GenScript.children to set_children
]
-->
<Group DEF='WallGrp'> |
59 | <!-- default --> |
60 | </Group> |
61 | <Group DEF='ApGrp'> |
62 | <IS> |
63 | <connect nodeField='children' protoField='apertures'/> |
64 | </IS> |
65 | </Group> |
66 | </Group> |
67 |
<!-- ROUTE information for GenScript node:
[from children to WallGrp.set_children
]
-->
<Script DEF='GenScript' directOutput='true' url=' "nps.dts.x3d.Wall.class" "https://savage.nps.edu/Savage/Buildings/UHRB/nps.dts.x3d.Wall.class" '> |
68 | <field name='name' type='SFString' accessType='inputOutput'/> |
69 | <field name='componentLabel' type='SFString' accessType='inputOutput'/> |
70 | <field name='polygon' type='SFNode' accessType='inputOutput'/> |
71 | <field name='apertures' type='MFNode' accessType='inputOutput'/> |
72 | <field name='attributes' type='MFNode' accessType='inputOutput'/> |
73 | <field name='children' type='MFNode' accessType='inputOutput'/> |
74 | <field name='zOffset' type='SFFloat' accessType='inputOutput'/> |
75 | <field name='resolveHit' type='SFNode' accessType='inputOnly'/> |
76 | <field name='recreate' type='SFBool' value='true' accessType='inputOutput'/> |
77 | <IS> |
78 | <connect nodeField='name' protoField='name'/> |
79 | <connect nodeField='componentLabel' protoField='componentLabel'/> |
80 | <connect nodeField='polygon' protoField='polygon'/> |
81 | <connect nodeField='apertures' protoField='apertures'/> |
82 | <connect nodeField='attributes' protoField='attributes'/> |
83 | <connect nodeField='children' protoField='geomDesc'/> |
84 | <connect nodeField='zOffset' protoField='zOffset'/> |
85 | <connect nodeField='resolveHit' protoField='resolveHit'/> |
86 | </IS> |
87 | </Script> |
88 | < ROUTE fromNode='GenScript' fromField='children' toNode='WallGrp' toField='set_children'/> |
89 | </ProtoBody> |
90 | </ProtoDeclare> |
91 | <ProtoDeclare name='Aperture'> |
92 | <ProtoInterface> |
93 | <field name='name' type='SFString' accessType='initializeOnly'/> |
94 | <field name='componentLabel' type='SFString' accessType='inputOutput'/> |
95 | <field name='description' type='MFString' accessType='initializeOnly'/> |
96 | <field name='polygon' type='SFNode' accessType='inputOutput'/> |
97 | <field name='attributes' type='MFNode' accessType='inputOutput'/> |
98 | <field name='built' type='SFBool' accessType='outputOnly'/> |
99 | <field name='geomDesc' type='MFNode' accessType='inputOnly'/> |
100 | </ProtoInterface> |
101 | <ProtoBody> |
102 | <Group> |
103 | <IS> |
104 | <connect nodeField='children' protoField='geomDesc'/> |
105 | </IS> |
106 | </Group> |
107 | </ProtoBody> |
108 | </ProtoDeclare> |
109 | <ProtoDeclare name='Ceiling'> |
110 | <ProtoInterface> |
111 | <field name='name' type='SFString' accessType='initializeOnly'/> |
112 | <field name='componentLabel' type='SFString' accessType='inputOutput'/> |
113 | <field name='description' type='MFString' accessType='initializeOnly'/> |
114 | <field name='attributes' type='MFNode' accessType='inputOutput'/> |
115 | <field name='built' type='SFBool' accessType='outputOnly'/> |
116 | </ProtoInterface> |
117 | <ProtoBody> |
118 | <Group> |
119 | <!-- TODO --> |
120 | </Group> |
121 | </ProtoBody> |
122 | </ProtoDeclare> |
123 | <ProtoDeclare name='Edge'> |
124 | <ProtoInterface> |
125 | <field name='name' type='SFString' accessType='initializeOnly'/> |
126 | <field name='description' type='MFString' accessType='initializeOnly'/> |
127 | <field name='vertices' type='SFNode' accessType='inputOutput'/> |
128 | <field name='wallIndex' type='SFInt32' value='0' accessType='inputOutput'/> |
129 | <field name='built' type='SFBool' accessType='outputOnly'/> |
130 | </ProtoInterface> |
131 | <ProtoBody> |
132 | <WorldInfo/> |
133 | </ProtoBody> |
134 | </ProtoDeclare> |
135 | <ProtoDeclare name='Fixture'> |
136 | <ProtoInterface> |
137 | <field name='name' type='SFString' accessType='initializeOnly'/> |
138 | <field name='componentLabel' type='SFString' accessType='inputOutput'/> |
139 | <field name='description' type='MFString' accessType='initializeOnly'/> |
140 | <field name='center' type='SFNode' accessType='initializeOnly'/> |
141 | <field name='attributes' type='MFNode' accessType='inputOutput'> |
142 | <Group> |
143 | <!-- default --> |
144 | </Group> |
145 | </field> |
146 | <field name='built' type='SFBool' accessType='outputOnly'/> |
147 | </ProtoInterface> |
148 | <ProtoBody> |
149 | <Group> |
150 | <!-- default --> |
151 | </Group> |
152 | </ProtoBody> |
153 | </ProtoDeclare> |
154 | <ProtoDeclare name='Floor'> |
155 | <ProtoInterface> |
156 | <field name='name' type='SFString' accessType='inputOutput'/> |
157 | <field name='componentLabel' type='SFString' accessType='inputOutput'/> |
158 | <field name='description' type='MFString' accessType='initializeOnly'/> |
159 | <field name='attributes' type='MFNode' accessType='inputOutput'> |
160 | <Group> |
161 | <!-- default --> |
162 | </Group> |
163 | </field> |
164 | <field name='built' type='SFBool' accessType='outputOnly'/> |
165 | </ProtoInterface> |
166 | <ProtoBody> |
167 | <Group> |
168 | <!-- default --> |
169 | </Group> |
170 | </ProtoBody> |
171 | </ProtoDeclare> |
172 | <ProtoDeclare name='Room'> |
173 | <ProtoInterface> |
174 | <field name='name' type='SFString' accessType='inputOutput'/> |
175 | <field name='componentLabel' type='SFString' accessType='inputOutput'/> |
176 | <field name='description' type='MFString' accessType='initializeOnly'/> |
177 | <field name='edgeIndex' type='MFInt32' value='0' accessType='inputOutput'/> |
178 | <field name='floor' type='SFNode' accessType='inputOutput'/> |
179 | <field name='ceiling' type='SFNode' accessType='inputOutput'/> |
180 | <field name='attributes' type='MFNode' accessType='inputOutput'> |
181 | <Group> |
182 | <!-- default --> |
183 | </Group> |
184 | </field> |
185 | <field name='built' type='SFBool' accessType='outputOnly'/> |
186 | </ProtoInterface> |
187 | <ProtoBody> |
188 | <Group> |
189 | <!-- default --> |
190 | </Group> |
191 | </ProtoBody> |
192 | </ProtoDeclare> |
193 | <ProtoDeclare name='Stair'> |
194 | <ProtoInterface> |
195 | <field name='name' type='SFString' accessType='inputOutput'/> |
196 | <field name='componentLabel' type='SFString' accessType='inputOutput'/> |
197 | <field name='description' type='MFString' accessType='initializeOnly'/> |
198 | <field name='floorLevelIndex' type='SFInt32' value='0' accessType='initializeOnly'/> |
199 | <field name='roomIndex' type='SFInt32' value='0' accessType='initializeOnly'/> |
200 | <field name='built' type='SFBool' accessType='outputOnly'/> |
201 | </ProtoInterface> |
202 | <ProtoBody> |
203 | <Group> |
204 | <!-- default --> |
205 | </Group> |
206 | </ProtoBody> |
207 | </ProtoDeclare> |
208 | <ProtoDeclare name='Staircase'> |
209 | <ProtoInterface> |
210 | <field name='name' type='SFString' accessType='inputOutput'/> |
211 | <field name='componentLabel' type='SFString' accessType='inputOutput'/> |
212 | <field name='description' type='MFString' accessType='initializeOnly'/> |
213 | <field name='access' type='SFInt32' value='0' accessType='initializeOnly'/> |
214 | <field name='bottomFloorLevelIndex' type='SFInt32' value='0' accessType='initializeOnly'/> |
215 | <field name='topFloorLevelIndex' type='SFInt32' value='0' accessType='initializeOnly'/> |
216 | <field name='stairs' type='MFNode' accessType='initializeOnly'/> |
217 | <field name='attributes' type='MFNode' accessType='inputOutput'> |
218 | <Group> |
219 | <!-- default --> |
220 | </Group> |
221 | </field> |
222 | <field name='built' type='SFBool' accessType='outputOnly'/> |
223 | </ProtoInterface> |
224 | <ProtoBody> |
225 | <Group> |
226 | <!-- default --> |
227 | </Group> |
228 | </ProtoBody> |
229 | </ProtoDeclare> |
230 | <ProtoDeclare name='Roof'> |
231 | <ProtoInterface> |
232 | <field name='name' type='SFString' accessType='inputOutput'/> |
233 | <field name='componentLabel' type='SFString' accessType='inputOutput'/> |
234 | <field name='description' type='MFString' accessType='initializeOnly'/> |
235 | <field name='zOffset' type='SFFloat' value='0' accessType='initializeOnly'/> |
236 | <field name='edges' type='MFNode' accessType='initializeOnly'/> |
237 | <field name='walls' type='MFNode' accessType='initializeOnly'/> |
238 | <field name='rooms' type='MFNode' accessType='initializeOnly'/> |
239 | <field name='fixtures' type='MFNode' accessType='initializeOnly'/> |
240 | <field name='built' type='SFBool' accessType='outputOnly'/> |
241 | </ProtoInterface> |
242 | <ProtoBody> |
243 | <Group> |
244 | <!-- default --> |
245 | </Group> |
246 | </ProtoBody> |
247 | </ProtoDeclare> |
248 | <ProtoDeclare name='FloorLevel'> |
249 | <ProtoInterface> |
250 | <field name='name' type='SFString' accessType='inputOutput'/> |
251 | <field name='componentLabel' type='SFString' accessType='inputOutput'/> |
252 | <field name='zOffset' type='SFFloat' value='0' accessType='inputOutput'/> |
253 | <field name='walls' type='MFNode' accessType='inputOutput'/> |
254 | <field name='edges' type='MFNode' accessType='inputOutput'/> |
255 | <field name='rooms' type='MFNode' accessType='inputOutput'/> |
256 | <field name='fixtures' type='MFNode' accessType='inputOutput'> |
257 | <Group> |
258 | <!-- default --> |
259 | </Group> |
260 | </field> |
261 | <field name='built' type='SFBool' accessType='outputOnly'/> |
262 | <field name='description' type='MFString' accessType='initializeOnly'/> |
263 | </ProtoInterface> |
264 | <ProtoBody> |
265 |
<!-- ROUTE information for TRANS node:
[from ScriptFloorLevel.translation to set_translation
]
-->
<Transform DEF='TRANS'> |
266 | <Group> |
267 | <IS> |
268 | <connect nodeField='children' protoField='walls'/> |
269 | </IS> |
270 | </Group> |
271 |
<!-- ROUTE information for Geometry node:
[from ScriptFloorLevel.children to set_children
]
-->
<Group DEF='Geometry'> |
272 | <!-- default --> |
273 | </Group> |
274 | </Transform> |
275 |
<!-- ROUTE information for ScriptFloorLevel node:
[from translation to TRANS.set_translation
]
[from children to Geometry.set_children
]
[self-route from initDone to recreate
]
-->
<Script DEF='ScriptFloorLevel' directOutput='true' url=' "nps.dts.x3d.FloorLevel.class" "https://savage.nps.edu/Savage/Buildings/UHRB/nps.dts.x3d.FloorLevel.class" '> |
276 | <field name='walls' type='MFNode' accessType='initializeOnly'/> |
277 | <field name='edges' type='MFNode' accessType='initializeOnly'/> |
278 | <field name='rooms' type='MFNode' accessType='initializeOnly'/> |
279 | <field name='zOffset' type='SFFloat' accessType='initializeOnly'/> |
280 | <field name='translation' type='SFVec3f' accessType='outputOnly'/> |
281 | <field name='children' type='MFNode' accessType='outputOnly'/> |
282 | <field name='initDone' type='SFBool' accessType='outputOnly'/> |
283 | <field name='recreate' type='SFBool' accessType='inputOnly'/> |
284 | <IS> |
285 | <connect nodeField='walls' protoField='walls'/> |
286 | <connect nodeField='edges' protoField='edges'/> |
287 | <connect nodeField='rooms' protoField='rooms'/> |
288 | <connect nodeField='zOffset' protoField='zOffset'/> |
289 | </IS> |
290 | </Script> |
291 | < ROUTE fromNode='ScriptFloorLevel' fromField='translation' toNode='TRANS' toField='set_translation'/> |
292 | < ROUTE fromNode='ScriptFloorLevel' fromField='children' toNode='Geometry' toField='set_children'/> |
293 | < ROUTE fromNode='ScriptFloorLevel' fromField='initDone' toNode='ScriptFloorLevel' toField='recreate'/> |
294 | </ProtoBody> |
295 | </ProtoDeclare> |
296 | <ProtoDeclare name='Uhrb'> |
297 | <ProtoInterface> |
298 | <field name='version' type='SFString' value='15' accessType='inputOutput'/> |
299 | <field name='name' type='SFString' accessType='inputOutput'/> |
300 | <field name='componentLabel' type='SFString' accessType='inputOutput'/> |
301 | <field name='floorLevels' type='MFNode' accessType='inputOutput'/> |
302 | <field name='footprint' type='SFNode' accessType='inputOutput'/> |
303 | <field name='rooflines' type='MFNode' accessType='inputOutput'/> |
304 | <field name='roof' type='SFNode' accessType='inputOutput'/> |
305 | <field name='staircases' type='MFNode' accessType='inputOutput'/> |
306 | <field name='description' type='MFString' accessType='inputOutput'/> |
307 | <field name='built' type='SFBool' accessType='outputOnly'/> |
308 | </ProtoInterface> |
309 | <ProtoBody> |
310 | <Group> |
311 | <Group> |
312 | <IS> |
313 | <connect nodeField='children' protoField='floorLevels'/> |
314 | </IS> |
315 | </Group> |
316 |
<!-- ROUTE information for Rooflines node:
[from ScriptUhrb.children to set_children
]
-->
<Group DEF='Rooflines'> |
317 | <!-- default --> |
318 | </Group> |
319 | </Group> |
320 |
<!-- ROUTE information for ScriptUhrb node:
[from children to Rooflines.set_children
]
-->
<Script DEF='ScriptUhrb' url=' "nps.dts.x3d.Uhrb.class" "https://savage.nps.edu/Savage/Buildings/UHRB/nps.dts.x3d.Uhrb.class" '> |
321 | <field name='rooflines' type='MFNode' accessType='initializeOnly'/> |
322 | <field name='children' type='MFNode' accessType='outputOnly'/> |
323 | <IS> |
324 | <connect nodeField='rooflines' protoField='rooflines'/> |
325 | </IS> |
326 | </Script> |
327 | < ROUTE fromNode='ScriptUhrb' fromField='children' toNode='Rooflines' toField='set_children'/> |
328 | </ProtoBody> |
329 | </ProtoDeclare> |
330 | <Viewpoint description='Front' position='6 0.0 35'/> |
331 | <Viewpoint description='Left' orientation='0 1 0 -1.57' position='-15 0 -2'/> |
332 | <Viewpoint description='Right' orientation='0 1 0 1.57' position='15 0 -2'/> |
333 | <Viewpoint description='Back' orientation='0 1 0 3.14' position='0 0 -15'/> |
334 | <Background groundAngle='1.570796' groundColor='0.6 0.9 0.6 0.6 0.9 0.6' skyColor='0.6 0.6 0.9'/> |
335 | <Transform translation='0 -0.02 0'> |
336 | <Shape> |
337 | <Appearance> |
338 | <Material diffuseColor='0.6 0.9 0.6' emissiveColor='0.6 0.9 0.6'/> |
339 | </Appearance> |
340 | <Box size='75 0.01 75'/> |
341 | </Shape> |
342 | </Transform> |
343 | <ProtoInstance name='Attribute'> |
344 | <fieldValue name='label' value='test1'/> |
345 | <fieldValue name='value' value='test2'/> |
346 | </ProtoInstance> |
347 | <ProtoInstance name='Uhrb'> |
348 | <fieldValue name='name' value='Uhrb1'/> |
349 | <fieldValue name='componentLabel' value='BUILDING'/> |
350 | <fieldValue name='rooflines'> |
351 | <Coordinate point='0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0'/> |
352 | </fieldValue> |
353 | <fieldValue name='floorLevels'> |
354 | <ProtoInstance name='FloorLevel'> |
355 | <fieldValue name='name' value='floorLevel1'/> |
356 | <fieldValue name='zOffset' value='0.0'/> |
357 | <fieldValue name='edges'> |
358 | <ProtoInstance name='Edge'> |
359 | <fieldValue name='vertices'> |
360 | <Coordinate point='6.0 0.0 17.0 6.0 0.0 12.5'/> |
361 | </fieldValue> |
362 | </ProtoInstance> |
363 | <ProtoInstance name='Edge'> |
364 | <fieldValue name='vertices'> |
365 | <Coordinate point='17.0 0.0 17.0 17.0 0.0 12.5'/> |
366 | </fieldValue> |
367 | </ProtoInstance> |
368 | <ProtoInstance name='Edge'> |
369 | <fieldValue name='vertices'> |
370 | <Coordinate point='17.0 0.0 0.0 13.5 0.0 0.0'/> |
371 | </fieldValue> |
372 | </ProtoInstance> |
373 | <ProtoInstance name='Edge'> |
374 | <fieldValue name='vertices'> |
375 | <Coordinate point='0.0 0.0 17.0 4.0 0.0 17.0'/> |
376 | </fieldValue> |
377 | </ProtoInstance> |
378 | <ProtoInstance name='Edge'> |
379 | <fieldValue name='vertices'> |
380 | <Coordinate point='4.0 0.0 17.0 6.0 0.0 17.0'/> |
381 | </fieldValue> |
382 | </ProtoInstance> |
383 | <ProtoInstance name='Edge'> |
384 | <fieldValue name='vertices'> |
385 | <Coordinate point='17.0 0.0 12.5 17.0 0.0 7.0'/> |
386 | </fieldValue> |
387 | </ProtoInstance> |
388 | <ProtoInstance name='Edge'> |
389 | <fieldValue name='vertices'> |
390 | <Coordinate point='17.0 0.0 7.0 17.0 0.0 0.0'/> |
391 | </fieldValue> |
392 | </ProtoInstance> |
393 | <ProtoInstance name='Edge'> |
394 | <fieldValue name='vertices'> |
395 | <Coordinate point='17.0 0.0 7.0 13.5 0.0 7.0'/> |
396 | </fieldValue> |
397 | </ProtoInstance> |
398 | <ProtoInstance name='Edge'> |
399 | <fieldValue name='vertices'> |
400 | <Coordinate point='0.0 0.0 10.5 0.0 0.0 17.0'/> |
401 | </fieldValue> |
402 | </ProtoInstance> |
403 | <ProtoInstance name='Edge'> |
404 | <fieldValue name='vertices'> |
405 | <Coordinate point='4.0 0.0 17.0 4.0 0.0 10.5'/> |
406 | </fieldValue> |
407 | </ProtoInstance> |
408 | <ProtoInstance name='Edge'> |
409 | <fieldValue name='vertices'> |
410 | <Coordinate point='0.0 0.0 10.5 4.0 0.0 10.5'/> |
411 | </fieldValue> |
412 | </ProtoInstance> |
413 | <ProtoInstance name='Edge'> |
414 | <fieldValue name='vertices'> |
415 | <Coordinate point='0.0 0.0 5.0 0.0 0.0 10.5'/> |
416 | </fieldValue> |
417 | </ProtoInstance> |
418 | <ProtoInstance name='Edge'> |
419 | <fieldValue name='vertices'> |
420 | <Coordinate point='4.0 0.0 10.5 4.0 0.0 5.0'/> |
421 | </fieldValue> |
422 | </ProtoInstance> |
423 | <ProtoInstance name='Edge'> |
424 | <fieldValue name='vertices'> |
425 | <Coordinate point='0.0 0.0 5.0 4.0 0.0 5.0'/> |
426 | </fieldValue> |
427 | </ProtoInstance> |
428 | <ProtoInstance name='Edge'> |
429 | <fieldValue name='vertices'> |
430 | <Coordinate point='0.0 0.0 0.0 0.0 0.0 2.5'/> |
431 | </fieldValue> |
432 | </ProtoInstance> |
433 | <ProtoInstance name='Edge'> |
434 | <fieldValue name='vertices'> |
435 | <Coordinate point='0.0 0.0 2.5 0.0 0.0 5.0'/> |
436 | </fieldValue> |
437 | </ProtoInstance> |
438 | <ProtoInstance name='Edge'> |
439 | <fieldValue name='vertices'> |
440 | <Coordinate point='4.0 0.0 5.0 4.0 0.0 2.5'/> |
441 | </fieldValue> |
442 | </ProtoInstance> |
443 | <ProtoInstance name='Edge'> |
444 | <fieldValue name='vertices'> |
445 | <Coordinate point='13.5 0.0 0.0 4.0 0.0 0.0'/> |
446 | </fieldValue> |
447 | </ProtoInstance> |
448 | <ProtoInstance name='Edge'> |
449 | <fieldValue name='vertices'> |
450 | <Coordinate point='4.0 0.0 0.0 0.0 0.0 0.0'/> |
451 | </fieldValue> |
452 | </ProtoInstance> |
453 | <ProtoInstance name='Edge'> |
454 | <fieldValue name='vertices'> |
455 | <Coordinate point='0.0 0.0 2.5 4.0 0.0 2.5'/> |
456 | </fieldValue> |
457 | </ProtoInstance> |
458 | <ProtoInstance name='Edge'> |
459 | <fieldValue name='vertices'> |
460 | <Coordinate point='13.5 0.0 7.0 13.5 0.0 5.0'/> |
461 | </fieldValue> |
462 | </ProtoInstance> |
463 | <ProtoInstance name='Edge'> |
464 | <fieldValue name='vertices'> |
465 | <Coordinate point='4.0 0.0 5.0 13.5 0.0 5.0'/> |
466 | </fieldValue> |
467 | </ProtoInstance> |
468 | <ProtoInstance name='Edge'> |
469 | <fieldValue name='vertices'> |
470 | <Coordinate point='6.0 0.0 17.0 11.0 0.0 17.0'/> |
471 | </fieldValue> |
472 | </ProtoInstance> |
473 | <ProtoInstance name='Edge'> |
474 | <fieldValue name='vertices'> |
475 | <Coordinate point='11.0 0.0 17.0 17.0 0.0 17.0'/> |
476 | </fieldValue> |
477 | </ProtoInstance> |
478 | <ProtoInstance name='Edge'> |
479 | <fieldValue name='vertices'> |
480 | <Coordinate point='6.0 0.0 12.5 11.0 0.0 12.5'/> |
481 | </fieldValue> |
482 | </ProtoInstance> |
483 | <ProtoInstance name='Edge'> |
484 | <fieldValue name='vertices'> |
485 | <Coordinate point='11.0 0.0 17.0 11.0 0.0 12.5'/> |
486 | </fieldValue> |
487 | </ProtoInstance> |
488 | <ProtoInstance name='Edge'> |
489 | <fieldValue name='vertices'> |
490 | <Coordinate point='13.5 0.0 12.5 13.5 0.0 7.0'/> |
491 | </fieldValue> |
492 | </ProtoInstance> |
493 | <ProtoInstance name='Edge'> |
494 | <fieldValue name='vertices'> |
495 | <Coordinate point='11.0 0.0 12.5 13.5 0.0 12.5'/> |
496 | </fieldValue> |
497 | </ProtoInstance> |
498 | <ProtoInstance name='Edge'> |
499 | <fieldValue name='vertices'> |
500 | <Coordinate point='13.5 0.0 12.5 17.0 0.0 12.5'/> |
501 | </fieldValue> |
502 | </ProtoInstance> |
503 | <ProtoInstance name='Edge'> |
504 | <fieldValue name='vertices'> |
505 | <Coordinate point='6.0 0.0 11.0 6.0 0.0 7.0'/> |
506 | </fieldValue> |
507 | </ProtoInstance> |
508 | <ProtoInstance name='Edge'> |
509 | <fieldValue name='vertices'> |
510 | <Coordinate point='6.0 0.0 7.0 11.5 0.0 7.0'/> |
511 | </fieldValue> |
512 | </ProtoInstance> |
513 | <ProtoInstance name='Edge'> |
514 | <fieldValue name='vertices'> |
515 | <Coordinate point='6.0 0.0 11.0 11.5 0.0 11.0'/> |
516 | </fieldValue> |
517 | </ProtoInstance> |
518 | <ProtoInstance name='Edge'> |
519 | <fieldValue name='vertices'> |
520 | <Coordinate point='11.5 0.0 7.0 11.5 0.0 11.0'/> |
521 | </fieldValue> |
522 | </ProtoInstance> |
523 | <ProtoInstance name='Edge'> |
524 | <fieldValue name='vertices'> |
525 | <Coordinate point='4.0 0.0 2.5 4.0 0.0 1.5'/> |
526 | </fieldValue> |
527 | </ProtoInstance> |
528 | <ProtoInstance name='Edge'> |
529 | <fieldValue name='vertices'> |
530 | <Coordinate point='4.0 0.0 1.5 4.0 0.0 0.0'/> |
531 | </fieldValue> |
532 | </ProtoInstance> |
533 | <ProtoInstance name='Edge'> |
534 | <fieldValue name='vertices'> |
535 | <Coordinate point='13.5 0.0 5.0 13.5 0.0 1.5'/> |
536 | </fieldValue> |
537 | </ProtoInstance> |
538 | <ProtoInstance name='Edge'> |
539 | <fieldValue name='vertices'> |
540 | <Coordinate point='13.5 0.0 1.5 13.5 0.0 0.0'/> |
541 | </fieldValue> |
542 | </ProtoInstance> |
543 | <ProtoInstance name='Edge'> |
544 | <fieldValue name='vertices'> |
545 | <Coordinate point='4.0 0.0 1.5 13.5 0.0 1.5'/> |
546 | </fieldValue> |
547 | </ProtoInstance> |
548 | <ProtoInstance name='Edge'> |
549 | <fieldValue name='vertices'> |
550 | <Coordinate point='11.5 0.0 7.0 13.5 0.0 7.0'/> |
551 | </fieldValue> |
552 | </ProtoInstance> |
553 | <ProtoInstance name='Edge'> |
554 | <fieldValue name='vertices'> |
555 | <Coordinate point='6.0 0.0 11.0 6.0 0.0 12.5'/> |
556 | </fieldValue> |
557 | </ProtoInstance> |
558 | </fieldValue> |
559 | <fieldValue name='rooms'> |
560 | <ProtoInstance name='Room'> |
561 | <fieldValue name='name' value='room0'/> |
562 | <fieldValue name='componentLabel' value='ROOM'/> |
563 | <fieldValue name='edgeIndex' value='0 24 25 22'/> |
564 | <fieldValue name='floor'> |
565 | <ProtoInstance name='Floor'> |
566 | <fieldValue name='name' value='floor'/> |
567 | <fieldValue name='attributes'/> |
568 | </ProtoInstance> |
569 | </fieldValue> |
570 | <fieldValue name='ceiling'> |
571 | <ProtoInstance name='Ceiling'> |
572 | <fieldValue name='name' value='ceiling'/> |
573 | <fieldValue name='attributes'/> |
574 | </ProtoInstance> |
575 | </fieldValue> |
576 | </ProtoInstance> |
577 | <ProtoInstance name='Room'> |
578 | <fieldValue name='name' value='room1'/> |
579 | <fieldValue name='componentLabel' value='ROOM'/> |
580 | <fieldValue name='edgeIndex' value='0 39 29 30 38 20 21 12 9 4'/> |
581 | <fieldValue name='floor'> |
582 | <ProtoInstance name='Floor'> |
583 | <fieldValue name='name' value='floor'/> |
584 | <fieldValue name='attributes'/> |
585 | </ProtoInstance> |
586 | </fieldValue> |
587 | <fieldValue name='ceiling'> |
588 | <ProtoInstance name='Ceiling'> |
589 | <fieldValue name='name' value='ceiling'/> |
590 | <fieldValue name='attributes'/> |
591 | </ProtoInstance> |
592 | </fieldValue> |
593 | </ProtoInstance> |
594 | <ProtoInstance name='Room'> |
595 | <fieldValue name='name' value='room2'/> |
596 | <fieldValue name='componentLabel' value='ROOM'/> |
597 | <fieldValue name='edgeIndex' value='1 28 27 25 23'/> |
598 | <fieldValue name='floor'> |
599 | <ProtoInstance name='Floor'> |
600 | <fieldValue name='name' value='floor'/> |
601 | <fieldValue name='attributes'/> |
602 | </ProtoInstance> |
603 | </fieldValue> |
604 | <fieldValue name='ceiling'> |
605 | <ProtoInstance name='Ceiling'> |
606 | <fieldValue name='name' value='ceiling'/> |
607 | <fieldValue name='attributes'/> |
608 | </ProtoInstance> |
609 | </fieldValue> |
610 | </ProtoInstance> |
611 | <ProtoInstance name='Room'> |
612 | <fieldValue name='name' value='room2'/> |
613 | <fieldValue name='componentLabel' value='ROOM'/> |
614 | <fieldValue name='edgeIndex' value='2 36 35 20 7 6'/> |
615 | <fieldValue name='floor'> |
616 | <ProtoInstance name='Floor'> |
617 | <fieldValue name='name' value='floor'/> |
618 | <fieldValue name='attributes'/> |
619 | </ProtoInstance> |
620 | </fieldValue> |
621 | <fieldValue name='ceiling'> |
622 | <ProtoInstance name='Ceiling'> |
623 | <fieldValue name='name' value='ceiling'/> |
624 | <fieldValue name='attributes'/> |
625 | </ProtoInstance> |
626 | </fieldValue> |
627 | </ProtoInstance> |
628 | <ProtoInstance name='Room'> |
629 | <fieldValue name='name' value='room0'/> |
630 | <fieldValue name='componentLabel' value='ROOM'/> |
631 | <fieldValue name='edgeIndex' value='3 9 10 8'/> |
632 | <fieldValue name='floor'> |
633 | <ProtoInstance name='Floor'> |
634 | <fieldValue name='name' value='floor'/> |
635 | <fieldValue name='attributes'/> |
636 | </ProtoInstance> |
637 | </fieldValue> |
638 | <fieldValue name='ceiling'> |
639 | <ProtoInstance name='Ceiling'> |
640 | <fieldValue name='name' value='ceiling'/> |
641 | <fieldValue name='attributes'/> |
642 | </ProtoInstance> |
643 | </fieldValue> |
644 | </ProtoInstance> |
645 | <ProtoInstance name='Room'> |
646 | <fieldValue name='name' value='room5'/> |
647 | <fieldValue name='componentLabel' value='ROOM'/> |
648 | <fieldValue name='edgeIndex' value='5 7 26 28'/> |
649 | <fieldValue name='floor'> |
650 | <ProtoInstance name='Floor'> |
651 | <fieldValue name='name' value='floor'/> |
652 | <fieldValue name='attributes'/> |
653 | </ProtoInstance> |
654 | </fieldValue> |
655 | <fieldValue name='ceiling'> |
656 | <ProtoInstance name='Ceiling'> |
657 | <fieldValue name='name' value='ceiling'/> |
658 | <fieldValue name='attributes'/> |
659 | </ProtoInstance> |
660 | </fieldValue> |
661 | </ProtoInstance> |
662 | <ProtoInstance name='Room'> |
663 | <fieldValue name='name' value='room1'/> |
664 | <fieldValue name='componentLabel' value='ROOM'/> |
665 | <fieldValue name='edgeIndex' value='10 12 13 11'/> |
666 | <fieldValue name='floor'> |
667 | <ProtoInstance name='Floor'> |
668 | <fieldValue name='name' value='floor'/> |
669 | <fieldValue name='attributes'/> |
670 | </ProtoInstance> |
671 | </fieldValue> |
672 | <fieldValue name='ceiling'> |
673 | <ProtoInstance name='Ceiling'> |
674 | <fieldValue name='name' value='ceiling'/> |
675 | <fieldValue name='attributes'/> |
676 | </ProtoInstance> |
677 | </fieldValue> |
678 | </ProtoInstance> |
679 | <ProtoInstance name='Room'> |
680 | <fieldValue name='name' value='room2'/> |
681 | <fieldValue name='componentLabel' value='ROOM'/> |
682 | <fieldValue name='edgeIndex' value='13 16 19 15'/> |
683 | <fieldValue name='floor'> |
684 | <ProtoInstance name='Floor'> |
685 | <fieldValue name='name' value='floor'/> |
686 | <fieldValue name='attributes'/> |
687 | </ProtoInstance> |
688 | </fieldValue> |
689 | <fieldValue name='ceiling'> |
690 | <ProtoInstance name='Ceiling'> |
691 | <fieldValue name='name' value='ceiling'/> |
692 | <fieldValue name='attributes'/> |
693 | </ProtoInstance> |
694 | </fieldValue> |
695 | </ProtoInstance> |
696 | <ProtoInstance name='Room'> |
697 | <fieldValue name='name' value='room7'/> |
698 | <fieldValue name='componentLabel' value='ROOM'/> |
699 | <fieldValue name='edgeIndex' value='14 19 33 34 18'/> |
700 | <fieldValue name='floor'> |
701 | <ProtoInstance name='Floor'> |
702 | <fieldValue name='name' value='floor'/> |
703 | <fieldValue name='attributes'/> |
704 | </ProtoInstance> |
705 | </fieldValue> |
706 | <fieldValue name='ceiling'> |
707 | <ProtoInstance name='Ceiling'> |
708 | <fieldValue name='name' value='ceiling'/> |
709 | <fieldValue name='attributes'/> |
710 | </ProtoInstance> |
711 | </fieldValue> |
712 | </ProtoInstance> |
713 | <ProtoInstance name='Room'> |
714 | <fieldValue name='name' value='room8'/> |
715 | <fieldValue name='componentLabel' value='ROOM'/> |
716 | <fieldValue name='edgeIndex' value='16 33 37 35 21'/> |
717 | <fieldValue name='floor'> |
718 | <ProtoInstance name='Floor'> |
719 | <fieldValue name='name' value='floor'/> |
720 | <fieldValue name='attributes'/> |
721 | </ProtoInstance> |
722 | </fieldValue> |
723 | <fieldValue name='ceiling'> |
724 | <ProtoInstance name='Ceiling'> |
725 | <fieldValue name='name' value='ceiling'/> |
726 | <fieldValue name='attributes'/> |
727 | </ProtoInstance> |
728 | </fieldValue> |
729 | </ProtoInstance> |
730 | <ProtoInstance name='Room'> |
731 | <fieldValue name='name' value='room9'/> |
732 | <fieldValue name='componentLabel' value='ROOM'/> |
733 | <fieldValue name='edgeIndex' value='17 34 37 36'/> |
734 | <fieldValue name='floor'> |
735 | <ProtoInstance name='Floor'> |
736 | <fieldValue name='name' value='floor'/> |
737 | <fieldValue name='attributes'/> |
738 | </ProtoInstance> |
739 | </fieldValue> |
740 | <fieldValue name='ceiling'> |
741 | <ProtoInstance name='Ceiling'> |
742 | <fieldValue name='name' value='ceiling'/> |
743 | <fieldValue name='attributes'/> |
744 | </ProtoInstance> |
745 | </fieldValue> |
746 | </ProtoInstance> |
747 | <ProtoInstance name='Room'> |
748 | <fieldValue name='name' value='room11'/> |
749 | <fieldValue name='componentLabel' value='ROOM'/> |
750 | <fieldValue name='edgeIndex' value='24 27 26 38 32 31 39'/> |
751 | <fieldValue name='floor'> |
752 | <ProtoInstance name='Floor'> |
753 | <fieldValue name='name' value='floor'/> |
754 | <fieldValue name='attributes'/> |
755 | </ProtoInstance> |
756 | </fieldValue> |
757 | <fieldValue name='ceiling'> |
758 | <ProtoInstance name='Ceiling'> |
759 | <fieldValue name='name' value='ceiling'/> |
760 | <fieldValue name='attributes'/> |
761 | </ProtoInstance> |
762 | </fieldValue> |
763 | </ProtoInstance> |
764 | <ProtoInstance name='Room'> |
765 | <fieldValue name='name' value='stair-room12'/> |
766 | <fieldValue name='componentLabel' value='STAIR'/> |
767 | <fieldValue name='edgeIndex' value='29 30 32 31'/> |
768 | <fieldValue name='floor'> |
769 | <ProtoInstance name='Floor'> |
770 | <fieldValue name='name' value='floor'/> |
771 | <fieldValue name='attributes'/> |
772 | </ProtoInstance> |
773 | </fieldValue> |
774 | <fieldValue name='ceiling'> |
775 | <ProtoInstance name='Ceiling'> |
776 | <fieldValue name='name' value='ceiling'/> |
777 | <fieldValue name='attributes'/> |
778 | </ProtoInstance> |
779 | </fieldValue> |
780 | </ProtoInstance> |
781 | </fieldValue> |
782 | <fieldValue name='walls'> |
783 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-1'> |
784 | <fieldValue name='name' value='wall7'/> |
785 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
786 | <fieldValue name='zOffset' value='1'/> |
787 | <fieldValue name='polygon'> |
788 | <Coordinate point='6.0 0.0 17.0 6.0 3.253 17.0 6.0 3.253 12.5 6.0 0.0 12.5'/> |
789 | </fieldValue> |
790 | <fieldValue name='apertures'/> |
791 | <fieldValue name='attributes'/> |
792 | </ProtoInstance> |
793 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-2'> |
794 | <fieldValue name='name' value='wall3-a'/> |
795 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
796 | <fieldValue name='zOffset' value='1'/> |
797 | <fieldValue name='polygon'> |
798 | <Coordinate point='17.0 0.0 17.0 17.0 3.253 17.0 17.0 3.253 12.5 17.0 0.0 12.5'/> |
799 | </fieldValue> |
800 | <fieldValue name='apertures'> |
801 | <ProtoInstance name='Aperture'> |
802 | <fieldValue name='name' value='aperture1'/> |
803 | <fieldValue name='componentLabel' value='WINDOW'/> |
804 | <fieldValue name='polygon'> |
805 | <Coordinate point='17.0 1.0 15.999999999999998 17.0 2.0 15.999999999999998 17.0 2.0 14.999999999999998 17.0 1.0 14.999999999999998'/> |
806 | </fieldValue> |
807 | <fieldValue name='attributes'/> |
808 | </ProtoInstance> |
809 | <ProtoInstance name='Aperture'> |
810 | <fieldValue name='name' value='aperture2'/> |
811 | <fieldValue name='componentLabel' value='WINDOW'/> |
812 | <fieldValue name='polygon'> |
813 | <Coordinate point='17.0 1.0 14.499999999999998 17.0 2.0 14.499999999999998 17.0 2.0 13.499999999999998 17.0 1.0 13.499999999999998'/> |
814 | </fieldValue> |
815 | <fieldValue name='attributes'/> |
816 | </ProtoInstance> |
817 | </fieldValue> |
818 | <fieldValue name='attributes'/> |
819 | </ProtoInstance> |
820 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-3'> |
821 | <fieldValue name='name' value='wall4-a'/> |
822 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
823 | <fieldValue name='zOffset' value='1'/> |
824 | <fieldValue name='polygon'> |
825 | <Coordinate point='17.0 0.0 0.0 17.0 3.253 0.0 13.5 3.253 0.0 13.5 0.0 0.0'/> |
826 | </fieldValue> |
827 | <fieldValue name='apertures'> |
828 | <ProtoInstance name='Aperture'> |
829 | <fieldValue name='name' value='aperture1'/> |
830 | <fieldValue name='componentLabel' value='WINDOW'/> |
831 | <fieldValue name='polygon'> |
832 | <Coordinate point='16.0 1.0 0.0 16.0 2.0 0.0 15.0 2.0 0.0 15.0 1.0 0.0'/> |
833 | </fieldValue> |
834 | <fieldValue name='attributes'/> |
835 | </ProtoInstance> |
836 | <ProtoInstance name='Aperture'> |
837 | <fieldValue name='name' value='aperture2'/> |
838 | <fieldValue name='componentLabel' value='WINDOW'/> |
839 | <fieldValue name='polygon'> |
840 | <Coordinate point='14.5 1.0 0.0 14.5 2.0 0.0 13.5 2.0 0.0 13.5 1.0 0.0'/> |
841 | </fieldValue> |
842 | <fieldValue name='attributes'/> |
843 | </ProtoInstance> |
844 | </fieldValue> |
845 | <fieldValue name='attributes'/> |
846 | </ProtoInstance> |
847 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-4'> |
848 | <fieldValue name='name' value='wall2-a'/> |
849 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
850 | <fieldValue name='zOffset' value='1'/> |
851 | <fieldValue name='polygon'> |
852 | <Coordinate point='0.0 0.0 17.0 0.0 3.253 17.0 4.0 3.253 17.0 4.0 0.0 17.0'/> |
853 | </fieldValue> |
854 | <fieldValue name='apertures'> |
855 | <ProtoInstance name='Aperture'> |
856 | <fieldValue name='name' value='aperture1'/> |
857 | <fieldValue name='componentLabel' value='WINDOW'/> |
858 | <fieldValue name='polygon'> |
859 | <Coordinate point='1.0 1.0 17.0 1.0 2.0 17.0 2.0 2.0 17.0 2.0 1.0 17.0'/> |
860 | </fieldValue> |
861 | <fieldValue name='attributes'/> |
862 | </ProtoInstance> |
863 | <ProtoInstance name='Aperture'> |
864 | <fieldValue name='name' value='aperture2'/> |
865 | <fieldValue name='componentLabel' value='WINDOW'/> |
866 | <fieldValue name='polygon'> |
867 | <Coordinate point='2.5 1.0 17.0 2.5 2.0 17.0 3.5 2.0 17.0 3.5 1.0 17.0'/> |
868 | </fieldValue> |
869 | <fieldValue name='attributes'/> |
870 | </ProtoInstance> |
871 | </fieldValue> |
872 | <fieldValue name='attributes'/> |
873 | </ProtoInstance> |
874 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-5'> |
875 | <fieldValue name='name' value='wall2-b-a'/> |
876 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
877 | <fieldValue name='zOffset' value='1'/> |
878 | <fieldValue name='polygon'> |
879 | <Coordinate point='4.0 0.0 17.0 4.0 3.253 17.0 6.0 3.253 17.0 6.0 0.0 17.0'/> |
880 | </fieldValue> |
881 | <fieldValue name='apertures'> |
882 | <ProtoInstance name='Aperture'> |
883 | <fieldValue name='name' value='aperture1'/> |
884 | <fieldValue name='componentLabel' value='DOOR'/> |
885 | <fieldValue name='polygon'> |
886 | <Coordinate point='4.5 0.0 17.0 4.5 2.25 17.0 5.5 2.25 17.0 5.5 0.0 17.0'/> |
887 | </fieldValue> |
888 | <fieldValue name='attributes'/> |
889 | </ProtoInstance> |
890 | </fieldValue> |
891 | <fieldValue name='attributes'/> |
892 | </ProtoInstance> |
893 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-6'> |
894 | <fieldValue name='name' value='wall3-b-a'/> |
895 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
896 | <fieldValue name='zOffset' value='1'/> |
897 | <fieldValue name='polygon'> |
898 | <Coordinate point='17.0 0.0 12.5 17.0 3.253 12.5 17.0 3.253 7.0 17.0 0.0 7.0'/> |
899 | </fieldValue> |
900 | <fieldValue name='apertures'> |
901 | <ProtoInstance name='Aperture'> |
902 | <fieldValue name='name' value='aperture1'/> |
903 | <fieldValue name='componentLabel' value='WINDOW'/> |
904 | <fieldValue name='polygon'> |
905 | <Coordinate point='17.0 1.0 7.999999999999999 17.0 2.0 7.999999999999999 17.0 2.0 8.999999999999998 17.0 1.0 8.999999999999998'/> |
906 | </fieldValue> |
907 | <fieldValue name='attributes'/> |
908 | </ProtoInstance> |
909 | <ProtoInstance name='Aperture'> |
910 | <fieldValue name='name' value='aperture2'/> |
911 | <fieldValue name='componentLabel' value='WINDOW'/> |
912 | <fieldValue name='polygon'> |
913 | <Coordinate point='17.0 1.0 10.499999999999998 17.0 2.0 10.499999999999998 17.0 2.0 11.499999999999998 17.0 1.0 11.499999999999998'/> |
914 | </fieldValue> |
915 | <fieldValue name='attributes'/> |
916 | </ProtoInstance> |
917 | </fieldValue> |
918 | <fieldValue name='attributes'/> |
919 | </ProtoInstance> |
920 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-7'> |
921 | <fieldValue name='name' value='wall3-b-b'/> |
922 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
923 | <fieldValue name='zOffset' value='1'/> |
924 | <fieldValue name='polygon'> |
925 | <Coordinate point='17.0 0.0 7.0 17.0 3.253 7.0 17.0 3.253 0.0 17.0 0.0 0.0'/> |
926 | </fieldValue> |
927 | <fieldValue name='apertures'> |
928 | <ProtoInstance name='Aperture'> |
929 | <fieldValue name='name' value='aperture3'/> |
930 | <fieldValue name='componentLabel' value='WINDOW'/> |
931 | <fieldValue name='polygon'> |
932 | <Coordinate point='17.0 1.0 4.999999999999999 17.0 2.0 4.999999999999999 17.0 2.0 5.999999999999999 17.0 1.0 5.999999999999999'/> |
933 | </fieldValue> |
934 | <fieldValue name='attributes'/> |
935 | </ProtoInstance> |
936 | <ProtoInstance name='Aperture'> |
937 | <fieldValue name='name' value='aperture2'/> |
938 | <fieldValue name='componentLabel' value='WINDOW'/> |
939 | <fieldValue name='polygon'> |
940 | <Coordinate point='17.0 1.0 0.999999999999999 17.0 2.0 0.999999999999999 17.0 2.0 1.999999999999999 17.0 1.0 1.999999999999999'/> |
941 | </fieldValue> |
942 | <fieldValue name='attributes'/> |
943 | </ProtoInstance> |
944 | <ProtoInstance name='Aperture'> |
945 | <fieldValue name='name' value='aperture3'/> |
946 | <fieldValue name='componentLabel' value='WINDOW'/> |
947 | <fieldValue name='polygon'> |
948 | <Coordinate point='17.0 1.0 2.999999999999999 17.0 2.0 2.999999999999999 17.0 2.0 3.999999999999999 17.0 1.0 3.999999999999999'/> |
949 | </fieldValue> |
950 | <fieldValue name='attributes'/> |
951 | </ProtoInstance> |
952 | </fieldValue> |
953 | <fieldValue name='attributes'/> |
954 | </ProtoInstance> |
955 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-8'> |
956 | <fieldValue name='name' value='wall15-b-a'/> |
957 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
958 | <fieldValue name='zOffset' value='1'/> |
959 | <fieldValue name='polygon'> |
960 | <Coordinate point='17.0 0.0 7.0 17.0 3.253 7.0 13.5 3.253 7.0 13.5 0.0 7.0'/> |
961 | </fieldValue> |
962 | <fieldValue name='apertures'/> |
963 | <fieldValue name='attributes'/> |
964 | </ProtoInstance> |
965 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-9'> |
966 | <fieldValue name='name' value='wall11-a-b'/> |
967 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
968 | <fieldValue name='zOffset' value='1'/> |
969 | <fieldValue name='polygon'> |
970 | <Coordinate point='0.0 0.0 10.5 0.0 3.253 10.5 0.0 3.253 17.0 0.0 0.0 17.0'/> |
971 | </fieldValue> |
972 | <fieldValue name='apertures'> |
973 | <ProtoInstance name='Aperture'> |
974 | <fieldValue name='name' value='aperture1'/> |
975 | <fieldValue name='componentLabel' value='WINDOW'/> |
976 | <fieldValue name='polygon'> |
977 | <Coordinate point='3.3677786976552215E-16 1.0 16.0 3.3677786976552215E-16 2.0 16.0 2.755455298081546E-16 2.0 15.0 2.755455298081546E-16 1.0 15.0'/> |
978 | </fieldValue> |
979 | <fieldValue name='attributes'/> |
980 | </ProtoInstance> |
981 | <ProtoInstance name='Aperture'> |
982 | <fieldValue name='name' value='aperture2'/> |
983 | <fieldValue name='componentLabel' value='WINDOW'/> |
984 | <fieldValue name='polygon'> |
985 | <Coordinate point='2.449293598294707E-16 1.0 14.5 2.449293598294707E-16 2.0 14.5 1.8369701987210302E-16 2.0 13.5 1.8369701987210302E-16 1.0 13.5'/> |
986 | </fieldValue> |
987 | <fieldValue name='attributes'/> |
988 | </ProtoInstance> |
989 | <ProtoInstance name='Aperture'> |
990 | <fieldValue name='name' value='aperture3'/> |
991 | <fieldValue name='componentLabel' value='WINDOW'/> |
992 | <fieldValue name='polygon'> |
993 | <Coordinate point='1.2246467991473535E-16 1.0 12.5 1.2246467991473535E-16 2.0 12.5 6.123233995736767E-17 2.0 11.5 6.123233995736767E-17 1.0 11.5'/> |
994 | </fieldValue> |
995 | <fieldValue name='attributes'/> |
996 | </ProtoInstance> |
997 | </fieldValue> |
998 | <fieldValue name='attributes'/> |
999 | </ProtoInstance> |
1000 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-10'> |
1001 | <fieldValue name='name' value='wall13-b-a'/> |
1002 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1003 | <fieldValue name='zOffset' value='1'/> |
1004 | <fieldValue name='polygon'> |
1005 | <Coordinate point='4.0 0.0 17.0 4.0 3.253 17.0 4.0 3.253 10.5 4.0 0.0 10.5'/> |
1006 | </fieldValue> |
1007 | <fieldValue name='apertures'> |
1008 | <ProtoInstance name='Aperture'> |
1009 | <fieldValue name='name' value='aperture1'/> |
1010 | <fieldValue name='componentLabel' value='DOOR'/> |
1011 | <fieldValue name='polygon'> |
1012 | <Coordinate point='4.0 0.0 11.0 4.0 2.25 11.0 4.0 2.25 12.0 4.0 0.0 12.0'/> |
1013 | </fieldValue> |
1014 | <fieldValue name='attributes'/> |
1015 | </ProtoInstance> |
1016 | </fieldValue> |
1017 | <fieldValue name='attributes'/> |
1018 | </ProtoInstance> |
1019 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-11'> |
1020 | <fieldValue name='name' value='wall20-b'/> |
1021 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1022 | <fieldValue name='zOffset' value='1'/> |
1023 | <fieldValue name='polygon'> |
1024 | <Coordinate point='0.0 0.0 10.5 0.0 3.253 10.5 4.0 3.253 10.5 4.0 0.0 10.5'/> |
1025 | </fieldValue> |
1026 | <fieldValue name='apertures'/> |
1027 | <fieldValue name='attributes'/> |
1028 | </ProtoInstance> |
1029 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-12'> |
1030 | <fieldValue name='name' value='wall11-a-a-b'/> |
1031 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
1032 | <fieldValue name='zOffset' value='1'/> |
1033 | <fieldValue name='polygon'> |
1034 | <Coordinate point='0.0 0.0 5.0 0.0 3.253 5.0 0.0 3.253 10.5 0.0 0.0 10.5'/> |
1035 | </fieldValue> |
1036 | <fieldValue name='apertures'> |
1037 | <ProtoInstance name='Aperture'> |
1038 | <fieldValue name='name' value='aperture1'/> |
1039 | <fieldValue name='componentLabel' value='WINDOW'/> |
1040 | <fieldValue name='polygon'> |
1041 | <Coordinate point='2.7554552980815443E-16 1.0 9.5 2.7554552980815443E-16 2.0 9.5 2.1431318985078676E-16 2.0 8.5 2.1431318985078676E-16 1.0 8.5'/> |
1042 | </fieldValue> |
1043 | <fieldValue name='attributes'/> |
1044 | </ProtoInstance> |
1045 | <ProtoInstance name='Aperture'> |
1046 | <fieldValue name='name' value='aperture2'/> |
1047 | <fieldValue name='componentLabel' value='WINDOW'/> |
1048 | <fieldValue name='polygon'> |
1049 | <Coordinate point='1.224646799147353E-16 1.0 7.0 1.224646799147353E-16 2.0 7.0 6.123233995736762E-17 2.0 6.0 6.123233995736762E-17 1.0 6.0'/> |
1050 | </fieldValue> |
1051 | <fieldValue name='attributes'/> |
1052 | </ProtoInstance> |
1053 | </fieldValue> |
1054 | <fieldValue name='attributes'/> |
1055 | </ProtoInstance> |
1056 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-13'> |
1057 | <fieldValue name='name' value='wall13-b-b-a'/> |
1058 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1059 | <fieldValue name='zOffset' value='1'/> |
1060 | <fieldValue name='polygon'> |
1061 | <Coordinate point='4.0 0.0 10.5 4.0 3.253 10.5 4.0 3.253 5.0 4.0 0.0 5.0'/> |
1062 | </fieldValue> |
1063 | <fieldValue name='apertures'> |
1064 | <ProtoInstance name='Aperture'> |
1065 | <fieldValue name='name' value='aperture1'/> |
1066 | <fieldValue name='componentLabel' value='DOOR'/> |
1067 | <fieldValue name='polygon'> |
1068 | <Coordinate point='4.0 0.0 5.5 4.0 2.25 5.5 4.0 2.25 6.5 4.0 0.0 6.5'/> |
1069 | </fieldValue> |
1070 | <fieldValue name='attributes'/> |
1071 | </ProtoInstance> |
1072 | </fieldValue> |
1073 | <fieldValue name='attributes'/> |
1074 | </ProtoInstance> |
1075 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-14'> |
1076 | <fieldValue name='name' value='wall24-b'/> |
1077 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1078 | <fieldValue name='zOffset' value='1'/> |
1079 | <fieldValue name='polygon'> |
1080 | <Coordinate point='0.0 0.0 5.0 0.0 3.253 5.0 4.0 3.253 5.0 4.0 0.0 5.0'/> |
1081 | </fieldValue> |
1082 | <fieldValue name='apertures'/> |
1083 | <fieldValue name='attributes'/> |
1084 | </ProtoInstance> |
1085 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-15'> |
1086 | <fieldValue name='name' value='wall11-a-a-a-a'/> |
1087 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
1088 | <fieldValue name='zOffset' value='1'/> |
1089 | <fieldValue name='polygon'> |
1090 | <Coordinate point='0.0 0.0 0.0 0.0 3.253 0.0 0.0 3.253 2.5 0.0 0.0 2.5'/> |
1091 | </fieldValue> |
1092 | <fieldValue name='apertures'> |
1093 | <ProtoInstance name='Aperture'> |
1094 | <fieldValue name='name' value='aperture1'/> |
1095 | <fieldValue name='componentLabel' value='WINDOW'/> |
1096 | <fieldValue name='polygon'> |
1097 | <Coordinate point='6.123233995736766E-17 1.0 1.0 6.123233995736766E-17 2.0 1.0 1.2246467991473532E-16 2.0 2.0 1.2246467991473532E-16 1.0 2.0'/> |
1098 | </fieldValue> |
1099 | <fieldValue name='attributes'/> |
1100 | </ProtoInstance> |
1101 | </fieldValue> |
1102 | <fieldValue name='attributes'/> |
1103 | </ProtoInstance> |
1104 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-16'> |
1105 | <fieldValue name='name' value='wall11-a-a-a-b'/> |
1106 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
1107 | <fieldValue name='zOffset' value='1'/> |
1108 | <fieldValue name='polygon'> |
1109 | <Coordinate point='0.0 0.0 2.5 0.0 3.253 2.5 0.0 3.253 5.0 0.0 0.0 5.0'/> |
1110 | </fieldValue> |
1111 | <fieldValue name='apertures'> |
1112 | <ProtoInstance name='Aperture'> |
1113 | <fieldValue name='name' value='aperture1'/> |
1114 | <fieldValue name='componentLabel' value='WINDOW'/> |
1115 | <fieldValue name='polygon'> |
1116 | <Coordinate point='3.061616997868381E-17 1.0 3.0 3.061616997868381E-17 2.0 3.0 9.184850993605148E-17 2.0 4.0 9.184850993605148E-17 1.0 4.0'/> |
1117 | </fieldValue> |
1118 | <fieldValue name='attributes'/> |
1119 | </ProtoInstance> |
1120 | </fieldValue> |
1121 | <fieldValue name='attributes'/> |
1122 | </ProtoInstance> |
1123 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-17'> |
1124 | <fieldValue name='name' value='wall13-b-b-b-a'/> |
1125 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1126 | <fieldValue name='zOffset' value='1'/> |
1127 | <fieldValue name='polygon'> |
1128 | <Coordinate point='4.0 0.0 5.0 4.0 3.253 5.0 4.0 3.253 2.5 4.0 0.0 2.5'/> |
1129 | </fieldValue> |
1130 | <fieldValue name='apertures'> |
1131 | <ProtoInstance name='Aperture'> |
1132 | <fieldValue name='name' value='aperture1'/> |
1133 | <fieldValue name='componentLabel' value='DOOR'/> |
1134 | <fieldValue name='polygon'> |
1135 | <Coordinate point='3.9999999999999996 0.0 3.4999999999999996 3.9999999999999996 2.25 3.4999999999999996 4.0 2.25 4.5 4.0 0.0 4.5'/> |
1136 | </fieldValue> |
1137 | <fieldValue name='attributes'/> |
1138 | </ProtoInstance> |
1139 | </fieldValue> |
1140 | <fieldValue name='attributes'/> |
1141 | </ProtoInstance> |
1142 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-18'> |
1143 | <fieldValue name='name' value='wall4-b-a'/> |
1144 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
1145 | <fieldValue name='zOffset' value='1'/> |
1146 | <fieldValue name='polygon'> |
1147 | <Coordinate point='13.5 0.0 0.0 13.5 3.253 0.0 4.0 3.253 0.0 4.0 0.0 0.0'/> |
1148 | </fieldValue> |
1149 | <fieldValue name='apertures'> |
1150 | <ProtoInstance name='Aperture'> |
1151 | <fieldValue name='name' value='aperture1'/> |
1152 | <fieldValue name='componentLabel' value='DOOR'/> |
1153 | <fieldValue name='polygon'> |
1154 | <Coordinate point='4.0 0.0 0.0 4.0 2.5 0.0 6.5 2.5 0.0 6.5 0.0 0.0'/> |
1155 | </fieldValue> |
1156 | <fieldValue name='attributes'/> |
1157 | </ProtoInstance> |
1158 | <ProtoInstance name='Aperture'> |
1159 | <fieldValue name='name' value='aperture2'/> |
1160 | <fieldValue name='componentLabel' value='DOOR'/> |
1161 | <fieldValue name='polygon'> |
1162 | <Coordinate point='7.0 0.0 0.0 7.0 2.5 0.0 9.5 2.5 0.0 9.5 0.0 0.0'/> |
1163 | </fieldValue> |
1164 | <fieldValue name='attributes'/> |
1165 | </ProtoInstance> |
1166 | <ProtoInstance name='Aperture'> |
1167 | <fieldValue name='name' value='aperture3'/> |
1168 | <fieldValue name='componentLabel' value='DOOR'/> |
1169 | <fieldValue name='polygon'> |
1170 | <Coordinate point='10.0 0.0 0.0 10.0 2.5 0.0 12.5 2.5 0.0 12.5 0.0 0.0'/> |
1171 | </fieldValue> |
1172 | <fieldValue name='attributes'/> |
1173 | </ProtoInstance> |
1174 | </fieldValue> |
1175 | <fieldValue name='attributes'/> |
1176 | </ProtoInstance> |
1177 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-19'> |
1178 | <fieldValue name='name' value='wall4-b-b'/> |
1179 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
1180 | <fieldValue name='zOffset' value='1'/> |
1181 | <fieldValue name='polygon'> |
1182 | <Coordinate point='4.0 0.0 0.0 4.0 3.253 0.0 0.0 3.253 0.0 0.0 0.0 0.0'/> |
1183 | </fieldValue> |
1184 | <fieldValue name='apertures'> |
1185 | <ProtoInstance name='Aperture'> |
1186 | <fieldValue name='name' value='aperture1'/> |
1187 | <fieldValue name='componentLabel' value='WINDOW'/> |
1188 | <fieldValue name='polygon'> |
1189 | <Coordinate point='1.0 1.0 0.0 1.0 2.0 0.0 2.0 2.0 0.0 2.0 1.0 0.0'/> |
1190 | </fieldValue> |
1191 | <fieldValue name='attributes'/> |
1192 | </ProtoInstance> |
1193 | <ProtoInstance name='Aperture'> |
1194 | <fieldValue name='name' value='aperture2'/> |
1195 | <fieldValue name='componentLabel' value='WINDOW'/> |
1196 | <fieldValue name='polygon'> |
1197 | <Coordinate point='2.5 1.0 0.0 2.5 2.0 0.0 3.5 2.0 0.0 3.5 1.0 0.0'/> |
1198 | </fieldValue> |
1199 | <fieldValue name='attributes'/> |
1200 | </ProtoInstance> |
1201 | </fieldValue> |
1202 | <fieldValue name='attributes'/> |
1203 | </ProtoInstance> |
1204 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-20'> |
1205 | <fieldValue name='name' value='wall28'/> |
1206 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1207 | <fieldValue name='zOffset' value='1'/> |
1208 | <fieldValue name='polygon'> |
1209 | <Coordinate point='0.0 0.0 2.5 0.0 3.253 2.5 4.0 3.253 2.5 4.0 0.0 2.5'/> |
1210 | </fieldValue> |
1211 | <fieldValue name='apertures'/> |
1212 | <fieldValue name='attributes'/> |
1213 | </ProtoInstance> |
1214 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-21'> |
1215 | <fieldValue name='name' value='wall11-b-a'/> |
1216 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1217 | <fieldValue name='zOffset' value='1'/> |
1218 | <fieldValue name='polygon'> |
1219 | <Coordinate point='13.5 0.0 7.0 13.5 3.253 7.0 13.5 3.253 5.0 13.5 0.0 5.0'/> |
1220 | </fieldValue> |
1221 | <fieldValue name='apertures'> |
1222 | <ProtoInstance name='Aperture'> |
1223 | <fieldValue name='name' value='aperture1'/> |
1224 | <fieldValue name='componentLabel' value='DOOR'/> |
1225 | <fieldValue name='polygon'> |
1226 | <Coordinate point='13.5 0.0 5.499999999999999 13.5 2.25 5.499999999999999 13.5 2.25 6.499999999999999 13.5 0.0 6.499999999999999'/> |
1227 | </fieldValue> |
1228 | <fieldValue name='attributes'/> |
1229 | </ProtoInstance> |
1230 | </fieldValue> |
1231 | <fieldValue name='attributes'/> |
1232 | </ProtoInstance> |
1233 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-22'> |
1234 | <fieldValue name='name' value='wall31-a'/> |
1235 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1236 | <fieldValue name='zOffset' value='1'/> |
1237 | <fieldValue name='polygon'> |
1238 | <Coordinate point='4.0 0.0 5.0 4.0 3.253 5.0 13.5 3.253 5.0 13.5 0.0 5.0'/> |
1239 | </fieldValue> |
1240 | <fieldValue name='apertures'> |
1241 | <ProtoInstance name='Aperture'> |
1242 | <fieldValue name='name' value='aperture1'/> |
1243 | <fieldValue name='componentLabel' value='DOOR'/> |
1244 | <fieldValue name='polygon'> |
1245 | <Coordinate point='7.0 0.0 5.0 7.0 2.5 5.0 9.5 2.5 5.0 9.5 0.0 5.0'/> |
1246 | </fieldValue> |
1247 | <fieldValue name='attributes'/> |
1248 | </ProtoInstance> |
1249 | </fieldValue> |
1250 | <fieldValue name='attributes'/> |
1251 | </ProtoInstance> |
1252 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-23'> |
1253 | <fieldValue name='name' value='wall2-b-b-a'/> |
1254 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
1255 | <fieldValue name='zOffset' value='1'/> |
1256 | <fieldValue name='polygon'> |
1257 | <Coordinate point='6.0 0.0 17.0 6.0 3.253 17.0 11.0 3.253 17.0 11.0 0.0 17.0'/> |
1258 | </fieldValue> |
1259 | <fieldValue name='apertures'> |
1260 | <ProtoInstance name='Aperture'> |
1261 | <fieldValue name='name' value='aperture1'/> |
1262 | <fieldValue name='componentLabel' value='WINDOW'/> |
1263 | <fieldValue name='polygon'> |
1264 | <Coordinate point='10.0 1.0 17.0 10.0 2.0 17.0 9.0 2.0 17.0 9.0 1.0 17.0'/> |
1265 | </fieldValue> |
1266 | <fieldValue name='attributes'/> |
1267 | </ProtoInstance> |
1268 | <ProtoInstance name='Aperture'> |
1269 | <fieldValue name='name' value='aperture2'/> |
1270 | <fieldValue name='componentLabel' value='WINDOW'/> |
1271 | <fieldValue name='polygon'> |
1272 | <Coordinate point='8.0 1.0 17.0 8.0 2.0 17.0 7.0 2.0 17.0 7.0 1.0 17.0'/> |
1273 | </fieldValue> |
1274 | <fieldValue name='attributes'/> |
1275 | </ProtoInstance> |
1276 | </fieldValue> |
1277 | <fieldValue name='attributes'/> |
1278 | </ProtoInstance> |
1279 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-24'> |
1280 | <fieldValue name='name' value='wall2-b-b-b'/> |
1281 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
1282 | <fieldValue name='zOffset' value='1'/> |
1283 | <fieldValue name='polygon'> |
1284 | <Coordinate point='11.0 0.0 17.0 11.0 3.253 17.0 17.0 3.253 17.0 17.0 0.0 17.0'/> |
1285 | </fieldValue> |
1286 | <fieldValue name='apertures'> |
1287 | <ProtoInstance name='Aperture'> |
1288 | <fieldValue name='name' value='aperture1'/> |
1289 | <fieldValue name='componentLabel' value='WINDOW'/> |
1290 | <fieldValue name='polygon'> |
1291 | <Coordinate point='15.5 1.0 17.0 15.5 2.0 17.0 14.5 2.0 17.0 14.5 1.0 17.0'/> |
1292 | </fieldValue> |
1293 | <fieldValue name='attributes'/> |
1294 | </ProtoInstance> |
1295 | <ProtoInstance name='Aperture'> |
1296 | <fieldValue name='name' value='aperture2'/> |
1297 | <fieldValue name='componentLabel' value='WINDOW'/> |
1298 | <fieldValue name='polygon'> |
1299 | <Coordinate point='13.5 1.0 17.0 13.5 2.0 17.0 12.5 2.0 17.0 12.5 1.0 17.0'/> |
1300 | </fieldValue> |
1301 | <fieldValue name='attributes'/> |
1302 | </ProtoInstance> |
1303 | </fieldValue> |
1304 | <fieldValue name='attributes'/> |
1305 | </ProtoInstance> |
1306 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-25'> |
1307 | <fieldValue name='name' value='wall9-a'/> |
1308 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1309 | <fieldValue name='zOffset' value='1'/> |
1310 | <fieldValue name='polygon'> |
1311 | <Coordinate point='6.0 0.0 12.5 6.0 3.253 12.5 11.0 3.253 12.5 11.0 0.0 12.5'/> |
1312 | </fieldValue> |
1313 | <fieldValue name='apertures'> |
1314 | <ProtoInstance name='Aperture'> |
1315 | <fieldValue name='name' value='aperture1'/> |
1316 | <fieldValue name='componentLabel' value='DOOR'/> |
1317 | <fieldValue name='polygon'> |
1318 | <Coordinate point='6.5 0.0 12.5 6.5 2.25 12.5 7.5 2.25 12.5 7.5 0.0 12.5'/> |
1319 | </fieldValue> |
1320 | <fieldValue name='attributes'/> |
1321 | </ProtoInstance> |
1322 | </fieldValue> |
1323 | <fieldValue name='attributes'/> |
1324 | </ProtoInstance> |
1325 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-26'> |
1326 | <fieldValue name='name' value='wall27-a'/> |
1327 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1328 | <fieldValue name='zOffset' value='1'/> |
1329 | <fieldValue name='polygon'> |
1330 | <Coordinate point='11.0 0.0 17.0 11.0 3.253 17.0 11.0 3.253 12.5 11.0 0.0 12.5'/> |
1331 | </fieldValue> |
1332 | <fieldValue name='apertures'/> |
1333 | <fieldValue name='attributes'/> |
1334 | </ProtoInstance> |
1335 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-27'> |
1336 | <fieldValue name='name' value='wall11-a'/> |
1337 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1338 | <fieldValue name='zOffset' value='1'/> |
1339 | <fieldValue name='polygon'> |
1340 | <Coordinate point='13.5 0.0 12.5 13.5 3.253 12.5 13.5 3.253 7.0 13.5 0.0 7.0'/> |
1341 | </fieldValue> |
1342 | <fieldValue name='apertures'> |
1343 | <ProtoInstance name='Aperture'> |
1344 | <fieldValue name='name' value='aperture1'/> |
1345 | <fieldValue name='componentLabel' value='DOOR'/> |
1346 | <fieldValue name='polygon'> |
1347 | <Coordinate point='13.5 0.0 11.0 13.5 2.25 11.0 13.5 2.25 12.0 13.5 0.0 12.0'/> |
1348 | </fieldValue> |
1349 | <fieldValue name='attributes'/> |
1350 | </ProtoInstance> |
1351 | </fieldValue> |
1352 | <fieldValue name='attributes'/> |
1353 | </ProtoInstance> |
1354 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-28'> |
1355 | <fieldValue name='name' value='wall9-b-a'/> |
1356 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1357 | <fieldValue name='zOffset' value='1'/> |
1358 | <fieldValue name='polygon'> |
1359 | <Coordinate point='11.0 0.0 12.5 11.0 3.253 12.5 13.5 3.253 12.5 13.5 0.0 12.5'/> |
1360 | </fieldValue> |
1361 | <fieldValue name='apertures'> |
1362 | <ProtoInstance name='Aperture'> |
1363 | <fieldValue name='name' value='aperture1'/> |
1364 | <fieldValue name='componentLabel' value='DOOR'/> |
1365 | <fieldValue name='polygon'> |
1366 | <Coordinate point='11.5 0.0 12.5 11.5 2.25 12.5 12.5 2.25 12.5 12.5 0.0 12.5'/> |
1367 | </fieldValue> |
1368 | <fieldValue name='attributes'/> |
1369 | </ProtoInstance> |
1370 | </fieldValue> |
1371 | <fieldValue name='attributes'/> |
1372 | </ProtoInstance> |
1373 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-29'> |
1374 | <fieldValue name='name' value='wall9-b-b'/> |
1375 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1376 | <fieldValue name='zOffset' value='1'/> |
1377 | <fieldValue name='polygon'> |
1378 | <Coordinate point='13.5 0.0 12.5 13.5 3.253 12.5 17.0 3.253 12.5 17.0 0.0 12.5'/> |
1379 | </fieldValue> |
1380 | <fieldValue name='apertures'/> |
1381 | <fieldValue name='attributes'/> |
1382 | </ProtoInstance> |
1383 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-30'> |
1384 | <fieldValue name='name' value='wall33'/> |
1385 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1386 | <fieldValue name='zOffset' value='1'/> |
1387 | <fieldValue name='polygon'> |
1388 | <Coordinate point='6.0 0.0 11.0 6.0 3.253 11.0 6.0 3.253 7.0 6.0 0.0 7.0'/> |
1389 | </fieldValue> |
1390 | <fieldValue name='apertures'/> |
1391 | <fieldValue name='attributes'/> |
1392 | </ProtoInstance> |
1393 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-31'> |
1394 | <fieldValue name='name' value='wall34-a'/> |
1395 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1396 | <fieldValue name='zOffset' value='1'/> |
1397 | <fieldValue name='polygon'> |
1398 | <Coordinate point='6.0 0.0 7.0 6.0 3.253 7.0 11.5 3.253 7.0 11.5 0.0 7.0'/> |
1399 | </fieldValue> |
1400 | <fieldValue name='apertures'> |
1401 | <ProtoInstance name='Aperture'> |
1402 | <fieldValue name='name' value='aperture1'/> |
1403 | <fieldValue name='componentLabel' value='DOOR'/> |
1404 | <fieldValue name='polygon'> |
1405 | <Coordinate point='9.5 0.0 7.0 9.5 2.25 7.0 10.5 2.25 7.0 10.5 0.0 7.0'/> |
1406 | </fieldValue> |
1407 | <fieldValue name='attributes'/> |
1408 | </ProtoInstance> |
1409 | </fieldValue> |
1410 | <fieldValue name='attributes'/> |
1411 | </ProtoInstance> |
1412 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-32'> |
1413 | <fieldValue name='name' value='wall32-a'/> |
1414 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1415 | <fieldValue name='zOffset' value='1'/> |
1416 | <fieldValue name='polygon'> |
1417 | <Coordinate point='6.0 0.0 11.0 6.0 3.253 11.0 11.5 3.253 11.0 11.5 0.0 11.0'/> |
1418 | </fieldValue> |
1419 | <fieldValue name='apertures'/> |
1420 | <fieldValue name='attributes'/> |
1421 | </ProtoInstance> |
1422 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-33'> |
1423 | <fieldValue name='name' value='wall35-a'/> |
1424 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
1425 | <fieldValue name='zOffset' value='1'/> |
1426 | <fieldValue name='polygon'> |
1427 | <Coordinate point='11.5 0.0 7.0 11.5 3.253 7.0 11.5 3.253 11.0 11.5 0.0 11.0'/> |
1428 | </fieldValue> |
1429 | <fieldValue name='apertures'/> |
1430 | <fieldValue name='attributes'/> |
1431 | </ProtoInstance> |
1432 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-34'> |
1433 | <fieldValue name='name' value='wall13-b-b-b-b-a'/> |
1434 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1435 | <fieldValue name='zOffset' value='1'/> |
1436 | <fieldValue name='polygon'> |
1437 | <Coordinate point='4.0 0.0 2.5 4.0 3.253 2.5 4.0 3.253 1.5 4.0 0.0 1.5'/> |
1438 | </fieldValue> |
1439 | <fieldValue name='apertures'> |
1440 | <ProtoInstance name='Aperture'> |
1441 | <fieldValue name='name' value='aperture1'/> |
1442 | <fieldValue name='componentLabel' value='DOOR'/> |
1443 | <fieldValue name='polygon'> |
1444 | <Coordinate point='4.0 0.0 1.4999999999999998 4.0 2.25 1.4999999999999998 4.0 2.25 2.4999999999999996 4.0 0.0 2.4999999999999996'/> |
1445 | </fieldValue> |
1446 | <fieldValue name='attributes'/> |
1447 | </ProtoInstance> |
1448 | </fieldValue> |
1449 | <fieldValue name='attributes'/> |
1450 | </ProtoInstance> |
1451 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-35'> |
1452 | <fieldValue name='name' value='wall13-b-b-b-b-b'/> |
1453 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1454 | <fieldValue name='zOffset' value='1'/> |
1455 | <fieldValue name='polygon'> |
1456 | <Coordinate point='4.0 0.0 1.5 4.0 3.253 1.5 4.0 3.253 0.0 4.0 0.0 0.0'/> |
1457 | </fieldValue> |
1458 | <fieldValue name='apertures'/> |
1459 | <fieldValue name='attributes'/> |
1460 | </ProtoInstance> |
1461 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-36'> |
1462 | <fieldValue name='name' value='wall11-b-b-a'/> |
1463 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1464 | <fieldValue name='zOffset' value='1'/> |
1465 | <fieldValue name='polygon'> |
1466 | <Coordinate point='13.5 0.0 5.0 13.5 3.253 5.0 13.5 3.253 1.5 13.5 0.0 1.5'/> |
1467 | </fieldValue> |
1468 | <fieldValue name='apertures'/> |
1469 | <fieldValue name='attributes'/> |
1470 | </ProtoInstance> |
1471 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-37'> |
1472 | <fieldValue name='name' value='wall11-b-b-b'/> |
1473 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1474 | <fieldValue name='zOffset' value='1'/> |
1475 | <fieldValue name='polygon'> |
1476 | <Coordinate point='13.5 0.0 1.5 13.5 3.253 1.5 13.5 3.253 0.0 13.5 0.0 0.0'/> |
1477 | </fieldValue> |
1478 | <fieldValue name='apertures'/> |
1479 | <fieldValue name='attributes'/> |
1480 | </ProtoInstance> |
1481 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-38'> |
1482 | <fieldValue name='name' value='wall36'/> |
1483 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1484 | <fieldValue name='zOffset' value='1'/> |
1485 | <fieldValue name='polygon'> |
1486 | <Coordinate point='4.0 0.0 1.5 4.0 2.25 1.5 13.5 2.25 1.5 13.5 0.0 1.5'/> |
1487 | </fieldValue> |
1488 | <fieldValue name='apertures'> |
1489 | <ProtoInstance name='Aperture'> |
1490 | <fieldValue name='name' value='aperture1'/> |
1491 | <fieldValue name='componentLabel' value='DOOR'/> |
1492 | <fieldValue name='polygon'> |
1493 | <Coordinate point='7.0 0.0 1.5 7.0 2.5 1.5 10.0 2.5 1.5 10.0 0.0 1.5'/> |
1494 | </fieldValue> |
1495 | <fieldValue name='attributes'/> |
1496 | </ProtoInstance> |
1497 | </fieldValue> |
1498 | <fieldValue name='attributes'/> |
1499 | </ProtoInstance> |
1500 | </fieldValue> |
1501 | </ProtoInstance> |
1502 | <ProtoInstance name='FloorLevel'> |
1503 | <fieldValue name='name' value='floorLevel2'/> |
1504 | <fieldValue name='zOffset' value='3.253'/> |
1505 | <fieldValue name='edges'> |
1506 | <ProtoInstance name='Edge'> |
1507 | <fieldValue name='vertices'> |
1508 | <Coordinate point='6.0 0.0 17.0 6.0 0.0 12.5'/> |
1509 | </fieldValue> |
1510 | </ProtoInstance> |
1511 | <ProtoInstance name='Edge'> |
1512 | <fieldValue name='vertices'> |
1513 | <Coordinate point='17.0 0.0 17.0 17.0 0.0 12.5'/> |
1514 | </fieldValue> |
1515 | </ProtoInstance> |
1516 | <ProtoInstance name='Edge'> |
1517 | <fieldValue name='vertices'> |
1518 | <Coordinate point='17.0 0.0 0.0 13.5 0.0 0.0'/> |
1519 | </fieldValue> |
1520 | </ProtoInstance> |
1521 | <ProtoInstance name='Edge'> |
1522 | <fieldValue name='vertices'> |
1523 | <Coordinate point='0.0 0.0 17.0 4.0 0.0 17.0'/> |
1524 | </fieldValue> |
1525 | </ProtoInstance> |
1526 | <ProtoInstance name='Edge'> |
1527 | <fieldValue name='vertices'> |
1528 | <Coordinate point='4.0 0.0 17.0 6.0 0.0 17.0'/> |
1529 | </fieldValue> |
1530 | </ProtoInstance> |
1531 | <ProtoInstance name='Edge'> |
1532 | <fieldValue name='vertices'> |
1533 | <Coordinate point='17.0 0.0 12.5 17.0 0.0 7.0'/> |
1534 | </fieldValue> |
1535 | </ProtoInstance> |
1536 | <ProtoInstance name='Edge'> |
1537 | <fieldValue name='vertices'> |
1538 | <Coordinate point='17.0 0.0 7.0 17.0 0.0 0.0'/> |
1539 | </fieldValue> |
1540 | </ProtoInstance> |
1541 | <ProtoInstance name='Edge'> |
1542 | <fieldValue name='vertices'> |
1543 | <Coordinate point='17.0 0.0 7.0 13.5 0.0 7.0'/> |
1544 | </fieldValue> |
1545 | </ProtoInstance> |
1546 | <ProtoInstance name='Edge'> |
1547 | <fieldValue name='vertices'> |
1548 | <Coordinate point='0.0 0.0 10.5 0.0 0.0 17.0'/> |
1549 | </fieldValue> |
1550 | </ProtoInstance> |
1551 | <ProtoInstance name='Edge'> |
1552 | <fieldValue name='vertices'> |
1553 | <Coordinate point='4.0 0.0 17.0 4.0 0.0 10.5'/> |
1554 | </fieldValue> |
1555 | </ProtoInstance> |
1556 | <ProtoInstance name='Edge'> |
1557 | <fieldValue name='vertices'> |
1558 | <Coordinate point='0.0 0.0 10.5 4.0 0.0 10.5'/> |
1559 | </fieldValue> |
1560 | </ProtoInstance> |
1561 | <ProtoInstance name='Edge'> |
1562 | <fieldValue name='vertices'> |
1563 | <Coordinate point='0.0 0.0 5.0 0.0 0.0 10.5'/> |
1564 | </fieldValue> |
1565 | </ProtoInstance> |
1566 | <ProtoInstance name='Edge'> |
1567 | <fieldValue name='vertices'> |
1568 | <Coordinate point='4.0 0.0 10.5 4.0 0.0 5.0'/> |
1569 | </fieldValue> |
1570 | </ProtoInstance> |
1571 | <ProtoInstance name='Edge'> |
1572 | <fieldValue name='vertices'> |
1573 | <Coordinate point='0.0 0.0 5.0 4.0 0.0 5.0'/> |
1574 | </fieldValue> |
1575 | </ProtoInstance> |
1576 | <ProtoInstance name='Edge'> |
1577 | <fieldValue name='vertices'> |
1578 | <Coordinate point='0.0 0.0 0.0 0.0 0.0 2.5'/> |
1579 | </fieldValue> |
1580 | </ProtoInstance> |
1581 | <ProtoInstance name='Edge'> |
1582 | <fieldValue name='vertices'> |
1583 | <Coordinate point='0.0 0.0 2.5 0.0 0.0 5.0'/> |
1584 | </fieldValue> |
1585 | </ProtoInstance> |
1586 | <ProtoInstance name='Edge'> |
1587 | <fieldValue name='vertices'> |
1588 | <Coordinate point='4.0 0.0 5.0 4.0 0.0 2.5'/> |
1589 | </fieldValue> |
1590 | </ProtoInstance> |
1591 | <ProtoInstance name='Edge'> |
1592 | <fieldValue name='vertices'> |
1593 | <Coordinate point='13.5 0.0 0.0 4.0 0.0 0.0'/> |
1594 | </fieldValue> |
1595 | </ProtoInstance> |
1596 | <ProtoInstance name='Edge'> |
1597 | <fieldValue name='vertices'> |
1598 | <Coordinate point='4.0 0.0 0.0 0.0 0.0 0.0'/> |
1599 | </fieldValue> |
1600 | </ProtoInstance> |
1601 | <ProtoInstance name='Edge'> |
1602 | <fieldValue name='vertices'> |
1603 | <Coordinate point='13.5 0.0 7.0 13.5 0.0 5.0'/> |
1604 | </fieldValue> |
1605 | </ProtoInstance> |
1606 | <ProtoInstance name='Edge'> |
1607 | <fieldValue name='vertices'> |
1608 | <Coordinate point='4.0 0.0 5.0 13.5 0.0 5.0'/> |
1609 | </fieldValue> |
1610 | </ProtoInstance> |
1611 | <ProtoInstance name='Edge'> |
1612 | <fieldValue name='vertices'> |
1613 | <Coordinate point='6.0 0.0 17.0 11.0 0.0 17.0'/> |
1614 | </fieldValue> |
1615 | </ProtoInstance> |
1616 | <ProtoInstance name='Edge'> |
1617 | <fieldValue name='vertices'> |
1618 | <Coordinate point='11.0 0.0 17.0 17.0 0.0 17.0'/> |
1619 | </fieldValue> |
1620 | </ProtoInstance> |
1621 | <ProtoInstance name='Edge'> |
1622 | <fieldValue name='vertices'> |
1623 | <Coordinate point='6.0 0.0 12.5 11.0 0.0 12.5'/> |
1624 | </fieldValue> |
1625 | </ProtoInstance> |
1626 | <ProtoInstance name='Edge'> |
1627 | <fieldValue name='vertices'> |
1628 | <Coordinate point='11.0 0.0 17.0 11.0 0.0 12.5'/> |
1629 | </fieldValue> |
1630 | </ProtoInstance> |
1631 | <ProtoInstance name='Edge'> |
1632 | <fieldValue name='vertices'> |
1633 | <Coordinate point='13.5 0.0 12.5 13.5 0.0 7.0'/> |
1634 | </fieldValue> |
1635 | </ProtoInstance> |
1636 | <ProtoInstance name='Edge'> |
1637 | <fieldValue name='vertices'> |
1638 | <Coordinate point='11.0 0.0 12.5 13.5 0.0 12.5'/> |
1639 | </fieldValue> |
1640 | </ProtoInstance> |
1641 | <ProtoInstance name='Edge'> |
1642 | <fieldValue name='vertices'> |
1643 | <Coordinate point='13.5 0.0 12.5 17.0 0.0 12.5'/> |
1644 | </fieldValue> |
1645 | </ProtoInstance> |
1646 | <ProtoInstance name='Edge'> |
1647 | <fieldValue name='vertices'> |
1648 | <Coordinate point='6.0 0.0 11.0 6.0 0.0 7.0'/> |
1649 | </fieldValue> |
1650 | </ProtoInstance> |
1651 | <ProtoInstance name='Edge'> |
1652 | <fieldValue name='vertices'> |
1653 | <Coordinate point='6.0 0.0 7.0 11.5 0.0 7.0'/> |
1654 | </fieldValue> |
1655 | </ProtoInstance> |
1656 | <ProtoInstance name='Edge'> |
1657 | <fieldValue name='vertices'> |
1658 | <Coordinate point='6.0 0.0 11.0 11.5 0.0 11.0'/> |
1659 | </fieldValue> |
1660 | </ProtoInstance> |
1661 | <ProtoInstance name='Edge'> |
1662 | <fieldValue name='vertices'> |
1663 | <Coordinate point='11.5 0.0 7.0 11.5 0.0 11.0'/> |
1664 | </fieldValue> |
1665 | </ProtoInstance> |
1666 | <ProtoInstance name='Edge'> |
1667 | <fieldValue name='vertices'> |
1668 | <Coordinate point='4.0 0.0 2.5 4.0 0.0 1.5'/> |
1669 | </fieldValue> |
1670 | </ProtoInstance> |
1671 | <ProtoInstance name='Edge'> |
1672 | <fieldValue name='vertices'> |
1673 | <Coordinate point='4.0 0.0 1.5 4.0 0.0 0.0'/> |
1674 | </fieldValue> |
1675 | </ProtoInstance> |
1676 | <ProtoInstance name='Edge'> |
1677 | <fieldValue name='vertices'> |
1678 | <Coordinate point='13.5 0.0 5.0 13.5 0.0 1.5'/> |
1679 | </fieldValue> |
1680 | </ProtoInstance> |
1681 | <ProtoInstance name='Edge'> |
1682 | <fieldValue name='vertices'> |
1683 | <Coordinate point='13.5 0.0 1.5 13.5 0.0 0.0'/> |
1684 | </fieldValue> |
1685 | </ProtoInstance> |
1686 | <ProtoInstance name='Edge'> |
1687 | <fieldValue name='vertices'> |
1688 | <Coordinate point='11.5 0.0 7.0 13.5 0.0 7.0'/> |
1689 | </fieldValue> |
1690 | </ProtoInstance> |
1691 | <ProtoInstance name='Edge'> |
1692 | <fieldValue name='vertices'> |
1693 | <Coordinate point='6.0 0.0 11.0 6.0 0.0 12.5'/> |
1694 | </fieldValue> |
1695 | </ProtoInstance> |
1696 | </fieldValue> |
1697 | <fieldValue name='rooms'> |
1698 | <ProtoInstance name='Room'> |
1699 | <fieldValue name='name' value='room0'/> |
1700 | <fieldValue name='componentLabel' value='ROOM'/> |
1701 | <fieldValue name='edgeIndex' value='0 23 24 21'/> |
1702 | <fieldValue name='floor'> |
1703 | <ProtoInstance name='Floor'> |
1704 | <fieldValue name='name' value='floor'/> |
1705 | <fieldValue name='attributes'/> |
1706 | </ProtoInstance> |
1707 | </fieldValue> |
1708 | <fieldValue name='ceiling'> |
1709 | <ProtoInstance name='Ceiling'> |
1710 | <fieldValue name='name' value='ceiling'/> |
1711 | <fieldValue name='attributes'/> |
1712 | </ProtoInstance> |
1713 | </fieldValue> |
1714 | </ProtoInstance> |
1715 | <ProtoInstance name='Room'> |
1716 | <fieldValue name='name' value='room1'/> |
1717 | <fieldValue name='componentLabel' value='ROOM'/> |
1718 | <fieldValue name='edgeIndex' value='0 37 28 29 36 19 20 12 9 4'/> |
1719 | <fieldValue name='floor'> |
1720 | <ProtoInstance name='Floor'> |
1721 | <fieldValue name='name' value='floor'/> |
1722 | <fieldValue name='attributes'/> |
1723 | </ProtoInstance> |
1724 | </fieldValue> |
1725 | <fieldValue name='ceiling'> |
1726 | <ProtoInstance name='Ceiling'> |
1727 | <fieldValue name='name' value='ceiling'/> |
1728 | <fieldValue name='attributes'/> |
1729 | </ProtoInstance> |
1730 | </fieldValue> |
1731 | </ProtoInstance> |
1732 | <ProtoInstance name='Room'> |
1733 | <fieldValue name='name' value='room2'/> |
1734 | <fieldValue name='componentLabel' value='ROOM'/> |
1735 | <fieldValue name='edgeIndex' value='1 27 26 24 22'/> |
1736 | <fieldValue name='floor'> |
1737 | <ProtoInstance name='Floor'> |
1738 | <fieldValue name='name' value='floor'/> |
1739 | <fieldValue name='attributes'/> |
1740 | </ProtoInstance> |
1741 | </fieldValue> |
1742 | <fieldValue name='ceiling'> |
1743 | <ProtoInstance name='Ceiling'> |
1744 | <fieldValue name='name' value='ceiling'/> |
1745 | <fieldValue name='attributes'/> |
1746 | </ProtoInstance> |
1747 | </fieldValue> |
1748 | </ProtoInstance> |
1749 | <ProtoInstance name='Room'> |
1750 | <fieldValue name='name' value='room2'/> |
1751 | <fieldValue name='componentLabel' value='ROOM'/> |
1752 | <fieldValue name='edgeIndex' value='2 35 34 19 7 6'/> |
1753 | <fieldValue name='floor'> |
1754 | <ProtoInstance name='Floor'> |
1755 | <fieldValue name='name' value='floor'/> |
1756 | <fieldValue name='attributes'/> |
1757 | </ProtoInstance> |
1758 | </fieldValue> |
1759 | <fieldValue name='ceiling'> |
1760 | <ProtoInstance name='Ceiling'> |
1761 | <fieldValue name='name' value='ceiling'/> |
1762 | <fieldValue name='attributes'/> |
1763 | </ProtoInstance> |
1764 | </fieldValue> |
1765 | </ProtoInstance> |
1766 | <ProtoInstance name='Room'> |
1767 | <fieldValue name='name' value='room0'/> |
1768 | <fieldValue name='componentLabel' value='ROOM'/> |
1769 | <fieldValue name='edgeIndex' value='3 9 10 8'/> |
1770 | <fieldValue name='floor'> |
1771 | <ProtoInstance name='Floor'> |
1772 | <fieldValue name='name' value='floor'/> |
1773 | <fieldValue name='attributes'/> |
1774 | </ProtoInstance> |
1775 | </fieldValue> |
1776 | <fieldValue name='ceiling'> |
1777 | <ProtoInstance name='Ceiling'> |
1778 | <fieldValue name='name' value='ceiling'/> |
1779 | <fieldValue name='attributes'/> |
1780 | </ProtoInstance> |
1781 | </fieldValue> |
1782 | </ProtoInstance> |
1783 | <ProtoInstance name='Room'> |
1784 | <fieldValue name='name' value='room5'/> |
1785 | <fieldValue name='componentLabel' value='ROOM'/> |
1786 | <fieldValue name='edgeIndex' value='5 7 25 27'/> |
1787 | <fieldValue name='floor'> |
1788 | <ProtoInstance name='Floor'> |
1789 | <fieldValue name='name' value='floor'/> |
1790 | <fieldValue name='attributes'/> |
1791 | </ProtoInstance> |
1792 | </fieldValue> |
1793 | <fieldValue name='ceiling'> |
1794 | <ProtoInstance name='Ceiling'> |
1795 | <fieldValue name='name' value='ceiling'/> |
1796 | <fieldValue name='attributes'/> |
1797 | </ProtoInstance> |
1798 | </fieldValue> |
1799 | </ProtoInstance> |
1800 | <ProtoInstance name='Room'> |
1801 | <fieldValue name='name' value='room1'/> |
1802 | <fieldValue name='componentLabel' value='ROOM'/> |
1803 | <fieldValue name='edgeIndex' value='10 12 13 11'/> |
1804 | <fieldValue name='floor'> |
1805 | <ProtoInstance name='Floor'> |
1806 | <fieldValue name='name' value='floor'/> |
1807 | <fieldValue name='attributes'/> |
1808 | </ProtoInstance> |
1809 | </fieldValue> |
1810 | <fieldValue name='ceiling'> |
1811 | <ProtoInstance name='Ceiling'> |
1812 | <fieldValue name='name' value='ceiling'/> |
1813 | <fieldValue name='attributes'/> |
1814 | </ProtoInstance> |
1815 | </fieldValue> |
1816 | </ProtoInstance> |
1817 | <ProtoInstance name='Room'> |
1818 | <fieldValue name='name' value='room6'/> |
1819 | <fieldValue name='componentLabel' value='ROOM'/> |
1820 | <fieldValue name='edgeIndex' value='13 16 32 33 18 14 15'/> |
1821 | <fieldValue name='floor'> |
1822 | <ProtoInstance name='Floor'> |
1823 | <fieldValue name='name' value='floor'/> |
1824 | <fieldValue name='attributes'/> |
1825 | </ProtoInstance> |
1826 | </fieldValue> |
1827 | <fieldValue name='ceiling'> |
1828 | <ProtoInstance name='Ceiling'> |
1829 | <fieldValue name='name' value='ceiling'/> |
1830 | <fieldValue name='attributes'/> |
1831 | </ProtoInstance> |
1832 | </fieldValue> |
1833 | </ProtoInstance> |
1834 | <ProtoInstance name='Room'> |
1835 | <fieldValue name='name' value='room7'/> |
1836 | <fieldValue name='componentLabel' value='ROOM'/> |
1837 | <fieldValue name='edgeIndex' value='16 32 33 17 35 34 20'/> |
1838 | <fieldValue name='floor'> |
1839 | <ProtoInstance name='Floor'> |
1840 | <fieldValue name='name' value='floor'/> |
1841 | <fieldValue name='attributes'/> |
1842 | </ProtoInstance> |
1843 | </fieldValue> |
1844 | <fieldValue name='ceiling'> |
1845 | <ProtoInstance name='Ceiling'> |
1846 | <fieldValue name='name' value='ceiling'/> |
1847 | <fieldValue name='attributes'/> |
1848 | </ProtoInstance> |
1849 | </fieldValue> |
1850 | </ProtoInstance> |
1851 | <ProtoInstance name='Room'> |
1852 | <fieldValue name='name' value='room9'/> |
1853 | <fieldValue name='componentLabel' value='ROOM'/> |
1854 | <fieldValue name='edgeIndex' value='23 26 25 36 31 30 37'/> |
1855 | <fieldValue name='floor'> |
1856 | <ProtoInstance name='Floor'> |
1857 | <fieldValue name='name' value='floor'/> |
1858 | <fieldValue name='attributes'/> |
1859 | </ProtoInstance> |
1860 | </fieldValue> |
1861 | <fieldValue name='ceiling'> |
1862 | <ProtoInstance name='Ceiling'> |
1863 | <fieldValue name='name' value='ceiling'/> |
1864 | <fieldValue name='attributes'/> |
1865 | </ProtoInstance> |
1866 | </fieldValue> |
1867 | </ProtoInstance> |
1868 | <ProtoInstance name='Room'> |
1869 | <fieldValue name='name' value='stair-room10'/> |
1870 | <fieldValue name='componentLabel' value='STAIR'/> |
1871 | <fieldValue name='edgeIndex' value='28 29 31 30'/> |
1872 | <fieldValue name='floor'> |
1873 | <ProtoInstance name='Floor'> |
1874 | <fieldValue name='name' value='floor'/> |
1875 | <fieldValue name='attributes'/> |
1876 | </ProtoInstance> |
1877 | </fieldValue> |
1878 | <fieldValue name='ceiling'> |
1879 | <ProtoInstance name='Ceiling'> |
1880 | <fieldValue name='name' value='ceiling'/> |
1881 | <fieldValue name='attributes'/> |
1882 | </ProtoInstance> |
1883 | </fieldValue> |
1884 | </ProtoInstance> |
1885 | </fieldValue> |
1886 | <fieldValue name='walls'> |
1887 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-39'> |
1888 | <fieldValue name='name' value='wall7'/> |
1889 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
1890 | <fieldValue name='zOffset' value='1'/> |
1891 | <fieldValue name='polygon'> |
1892 | <Coordinate point='6.0 0.0 17.0 6.0 3.253 17.0 6.0 3.253 12.5 6.0 0.0 12.5'/> |
1893 | </fieldValue> |
1894 | <fieldValue name='apertures'/> |
1895 | <fieldValue name='attributes'/> |
1896 | </ProtoInstance> |
1897 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-40'> |
1898 | <fieldValue name='name' value='wall3-a'/> |
1899 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
1900 | <fieldValue name='zOffset' value='1'/> |
1901 | <fieldValue name='polygon'> |
1902 | <Coordinate point='17.0 0.0 17.0 17.0 3.253 17.0 17.0 3.253 12.5 17.0 0.0 12.5'/> |
1903 | </fieldValue> |
1904 | <fieldValue name='apertures'> |
1905 | <ProtoInstance name='Aperture'> |
1906 | <fieldValue name='name' value='aperture1'/> |
1907 | <fieldValue name='componentLabel' value='WINDOW'/> |
1908 | <fieldValue name='polygon'> |
1909 | <Coordinate point='17.0 1.0 15.999999999999998 17.0 2.0 15.999999999999998 17.0 2.0 14.999999999999998 17.0 1.0 14.999999999999998'/> |
1910 | </fieldValue> |
1911 | <fieldValue name='attributes'/> |
1912 | </ProtoInstance> |
1913 | <ProtoInstance name='Aperture'> |
1914 | <fieldValue name='name' value='aperture2'/> |
1915 | <fieldValue name='componentLabel' value='WINDOW'/> |
1916 | <fieldValue name='polygon'> |
1917 | <Coordinate point='17.0 1.0 14.499999999999998 17.0 2.0 14.499999999999998 17.0 2.0 13.499999999999998 17.0 1.0 13.499999999999998'/> |
1918 | </fieldValue> |
1919 | <fieldValue name='attributes'/> |
1920 | </ProtoInstance> |
1921 | </fieldValue> |
1922 | <fieldValue name='attributes'/> |
1923 | </ProtoInstance> |
1924 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-41'> |
1925 | <fieldValue name='name' value='wall4-a'/> |
1926 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
1927 | <fieldValue name='zOffset' value='1'/> |
1928 | <fieldValue name='polygon'> |
1929 | <Coordinate point='17.0 0.0 0.0 17.0 3.253 0.0 13.5 3.253 0.0 13.5 0.0 0.0'/> |
1930 | </fieldValue> |
1931 | <fieldValue name='apertures'> |
1932 | <ProtoInstance name='Aperture'> |
1933 | <fieldValue name='name' value='aperture1'/> |
1934 | <fieldValue name='componentLabel' value='WINDOW'/> |
1935 | <fieldValue name='polygon'> |
1936 | <Coordinate point='16.0 1.0 0.0 16.0 2.0 0.0 15.0 2.0 0.0 15.0 1.0 0.0'/> |
1937 | </fieldValue> |
1938 | <fieldValue name='attributes'/> |
1939 | </ProtoInstance> |
1940 | <ProtoInstance name='Aperture'> |
1941 | <fieldValue name='name' value='aperture2'/> |
1942 | <fieldValue name='componentLabel' value='WINDOW'/> |
1943 | <fieldValue name='polygon'> |
1944 | <Coordinate point='14.5 1.0 0.0 14.5 2.0 0.0 13.5 2.0 0.0 13.5 1.0 0.0'/> |
1945 | </fieldValue> |
1946 | <fieldValue name='attributes'/> |
1947 | </ProtoInstance> |
1948 | </fieldValue> |
1949 | <fieldValue name='attributes'/> |
1950 | </ProtoInstance> |
1951 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-42'> |
1952 | <fieldValue name='name' value='wall2-a'/> |
1953 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
1954 | <fieldValue name='zOffset' value='1'/> |
1955 | <fieldValue name='polygon'> |
1956 | <Coordinate point='0.0 0.0 17.0 0.0 3.253 17.0 4.0 3.253 17.0 4.0 0.0 17.0'/> |
1957 | </fieldValue> |
1958 | <fieldValue name='apertures'> |
1959 | <ProtoInstance name='Aperture'> |
1960 | <fieldValue name='name' value='aperture1'/> |
1961 | <fieldValue name='componentLabel' value='WINDOW'/> |
1962 | <fieldValue name='polygon'> |
1963 | <Coordinate point='1.0 1.0 17.0 1.0 2.0 17.0 2.0 2.0 17.0 2.0 1.0 17.0'/> |
1964 | </fieldValue> |
1965 | <fieldValue name='attributes'/> |
1966 | </ProtoInstance> |
1967 | <ProtoInstance name='Aperture'> |
1968 | <fieldValue name='name' value='aperture2'/> |
1969 | <fieldValue name='componentLabel' value='WINDOW'/> |
1970 | <fieldValue name='polygon'> |
1971 | <Coordinate point='2.5 1.0 17.0 2.5 2.0 17.0 3.5 2.0 17.0 3.5 1.0 17.0'/> |
1972 | </fieldValue> |
1973 | <fieldValue name='attributes'/> |
1974 | </ProtoInstance> |
1975 | </fieldValue> |
1976 | <fieldValue name='attributes'/> |
1977 | </ProtoInstance> |
1978 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-43'> |
1979 | <fieldValue name='name' value='wall2-b-a'/> |
1980 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
1981 | <fieldValue name='zOffset' value='1'/> |
1982 | <fieldValue name='polygon'> |
1983 | <Coordinate point='4.0 0.0 17.0 4.0 3.253 17.0 6.0 3.253 17.0 6.0 0.0 17.0'/> |
1984 | </fieldValue> |
1985 | <fieldValue name='apertures'> |
1986 | <ProtoInstance name='Aperture'> |
1987 | <fieldValue name='name' value='aperture1'/> |
1988 | <fieldValue name='componentLabel' value='WINDOW'/> |
1989 | <fieldValue name='polygon'> |
1990 | <Coordinate point='4.5 1.0 17.0 4.5 2.0 17.0 5.5 2.0 17.0 5.5 1.0 17.0'/> |
1991 | </fieldValue> |
1992 | <fieldValue name='attributes'/> |
1993 | </ProtoInstance> |
1994 | </fieldValue> |
1995 | <fieldValue name='attributes'/> |
1996 | </ProtoInstance> |
1997 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-44'> |
1998 | <fieldValue name='name' value='wall3-b-a'/> |
1999 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
2000 | <fieldValue name='zOffset' value='1'/> |
2001 | <fieldValue name='polygon'> |
2002 | <Coordinate point='17.0 0.0 12.5 17.0 3.253 12.5 17.0 3.253 7.0 17.0 0.0 7.0'/> |
2003 | </fieldValue> |
2004 | <fieldValue name='apertures'> |
2005 | <ProtoInstance name='Aperture'> |
2006 | <fieldValue name='name' value='aperture1'/> |
2007 | <fieldValue name='componentLabel' value='WINDOW'/> |
2008 | <fieldValue name='polygon'> |
2009 | <Coordinate point='17.0 1.0 7.999999999999999 17.0 2.0 7.999999999999999 17.0 2.0 8.999999999999998 17.0 1.0 8.999999999999998'/> |
2010 | </fieldValue> |
2011 | <fieldValue name='attributes'/> |
2012 | </ProtoInstance> |
2013 | <ProtoInstance name='Aperture'> |
2014 | <fieldValue name='name' value='aperture2'/> |
2015 | <fieldValue name='componentLabel' value='WINDOW'/> |
2016 | <fieldValue name='polygon'> |
2017 | <Coordinate point='17.0 1.0 10.499999999999998 17.0 2.0 10.499999999999998 17.0 2.0 11.499999999999998 17.0 1.0 11.499999999999998'/> |
2018 | </fieldValue> |
2019 | <fieldValue name='attributes'/> |
2020 | </ProtoInstance> |
2021 | </fieldValue> |
2022 | <fieldValue name='attributes'/> |
2023 | </ProtoInstance> |
2024 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-45'> |
2025 | <fieldValue name='name' value='wall3-b-b'/> |
2026 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
2027 | <fieldValue name='zOffset' value='1'/> |
2028 | <fieldValue name='polygon'> |
2029 | <Coordinate point='17.0 0.0 7.0 17.0 3.253 7.0 17.0 3.253 0.0 17.0 0.0 0.0'/> |
2030 | </fieldValue> |
2031 | <fieldValue name='apertures'> |
2032 | <ProtoInstance name='Aperture'> |
2033 | <fieldValue name='name' value='aperture3'/> |
2034 | <fieldValue name='componentLabel' value='WINDOW'/> |
2035 | <fieldValue name='polygon'> |
2036 | <Coordinate point='17.0 1.0 4.999999999999999 17.0 2.0 4.999999999999999 17.0 2.0 5.999999999999999 17.0 1.0 5.999999999999999'/> |
2037 | </fieldValue> |
2038 | <fieldValue name='attributes'/> |
2039 | </ProtoInstance> |
2040 | <ProtoInstance name='Aperture'> |
2041 | <fieldValue name='name' value='aperture2'/> |
2042 | <fieldValue name='componentLabel' value='WINDOW'/> |
2043 | <fieldValue name='polygon'> |
2044 | <Coordinate point='17.0 1.0 0.999999999999999 17.0 2.0 0.999999999999999 17.0 2.0 1.999999999999999 17.0 1.0 1.999999999999999'/> |
2045 | </fieldValue> |
2046 | <fieldValue name='attributes'/> |
2047 | </ProtoInstance> |
2048 | <ProtoInstance name='Aperture'> |
2049 | <fieldValue name='name' value='aperture3'/> |
2050 | <fieldValue name='componentLabel' value='WINDOW'/> |
2051 | <fieldValue name='polygon'> |
2052 | <Coordinate point='17.0 1.0 2.999999999999999 17.0 2.0 2.999999999999999 17.0 2.0 3.999999999999999 17.0 1.0 3.999999999999999'/> |
2053 | </fieldValue> |
2054 | <fieldValue name='attributes'/> |
2055 | </ProtoInstance> |
2056 | </fieldValue> |
2057 | <fieldValue name='attributes'/> |
2058 | </ProtoInstance> |
2059 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-46'> |
2060 | <fieldValue name='name' value='wall15-b-a'/> |
2061 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2062 | <fieldValue name='zOffset' value='1'/> |
2063 | <fieldValue name='polygon'> |
2064 | <Coordinate point='17.0 0.0 7.0 17.0 3.253 7.0 13.5 3.253 7.0 13.5 0.0 7.0'/> |
2065 | </fieldValue> |
2066 | <fieldValue name='apertures'/> |
2067 | <fieldValue name='attributes'/> |
2068 | </ProtoInstance> |
2069 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-47'> |
2070 | <fieldValue name='name' value='wall11-a-b'/> |
2071 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
2072 | <fieldValue name='zOffset' value='1'/> |
2073 | <fieldValue name='polygon'> |
2074 | <Coordinate point='0.0 0.0 10.5 0.0 3.253 10.5 0.0 3.253 17.0 0.0 0.0 17.0'/> |
2075 | </fieldValue> |
2076 | <fieldValue name='apertures'> |
2077 | <ProtoInstance name='Aperture'> |
2078 | <fieldValue name='name' value='aperture1'/> |
2079 | <fieldValue name='componentLabel' value='WINDOW'/> |
2080 | <fieldValue name='polygon'> |
2081 | <Coordinate point='3.3677786976552215E-16 1.0 16.0 3.3677786976552215E-16 2.0 16.0 2.755455298081546E-16 2.0 15.0 2.755455298081546E-16 1.0 15.0'/> |
2082 | </fieldValue> |
2083 | <fieldValue name='attributes'/> |
2084 | </ProtoInstance> |
2085 | <ProtoInstance name='Aperture'> |
2086 | <fieldValue name='name' value='aperture2'/> |
2087 | <fieldValue name='componentLabel' value='WINDOW'/> |
2088 | <fieldValue name='polygon'> |
2089 | <Coordinate point='2.449293598294707E-16 1.0 14.5 2.449293598294707E-16 2.0 14.5 1.8369701987210302E-16 2.0 13.5 1.8369701987210302E-16 1.0 13.5'/> |
2090 | </fieldValue> |
2091 | <fieldValue name='attributes'/> |
2092 | </ProtoInstance> |
2093 | <ProtoInstance name='Aperture'> |
2094 | <fieldValue name='name' value='aperture3'/> |
2095 | <fieldValue name='componentLabel' value='WINDOW'/> |
2096 | <fieldValue name='polygon'> |
2097 | <Coordinate point='1.2246467991473535E-16 1.0 12.5 1.2246467991473535E-16 2.0 12.5 6.123233995736767E-17 2.0 11.5 6.123233995736767E-17 1.0 11.5'/> |
2098 | </fieldValue> |
2099 | <fieldValue name='attributes'/> |
2100 | </ProtoInstance> |
2101 | </fieldValue> |
2102 | <fieldValue name='attributes'/> |
2103 | </ProtoInstance> |
2104 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-48'> |
2105 | <fieldValue name='name' value='wall13-b-a'/> |
2106 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2107 | <fieldValue name='zOffset' value='1'/> |
2108 | <fieldValue name='polygon'> |
2109 | <Coordinate point='4.0 0.0 17.0 4.0 3.253 17.0 4.0 3.253 10.5 4.0 0.0 10.5'/> |
2110 | </fieldValue> |
2111 | <fieldValue name='apertures'> |
2112 | <ProtoInstance name='Aperture'> |
2113 | <fieldValue name='name' value='aperture1'/> |
2114 | <fieldValue name='componentLabel' value='DOOR'/> |
2115 | <fieldValue name='polygon'> |
2116 | <Coordinate point='4.0 0.0 11.0 4.0 2.25 11.0 4.0 2.25 12.0 4.0 0.0 12.0'/> |
2117 | </fieldValue> |
2118 | <fieldValue name='attributes'/> |
2119 | </ProtoInstance> |
2120 | </fieldValue> |
2121 | <fieldValue name='attributes'/> |
2122 | </ProtoInstance> |
2123 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-49'> |
2124 | <fieldValue name='name' value='wall20-b'/> |
2125 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2126 | <fieldValue name='zOffset' value='1'/> |
2127 | <fieldValue name='polygon'> |
2128 | <Coordinate point='0.0 0.0 10.5 0.0 3.253 10.5 4.0 3.253 10.5 4.0 0.0 10.5'/> |
2129 | </fieldValue> |
2130 | <fieldValue name='apertures'/> |
2131 | <fieldValue name='attributes'/> |
2132 | </ProtoInstance> |
2133 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-50'> |
2134 | <fieldValue name='name' value='wall11-a-a-b'/> |
2135 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
2136 | <fieldValue name='zOffset' value='1'/> |
2137 | <fieldValue name='polygon'> |
2138 | <Coordinate point='0.0 0.0 5.0 0.0 3.253 5.0 0.0 3.253 10.5 0.0 0.0 10.5'/> |
2139 | </fieldValue> |
2140 | <fieldValue name='apertures'> |
2141 | <ProtoInstance name='Aperture'> |
2142 | <fieldValue name='name' value='aperture1'/> |
2143 | <fieldValue name='componentLabel' value='WINDOW'/> |
2144 | <fieldValue name='polygon'> |
2145 | <Coordinate point='2.7554552980815443E-16 1.0 9.5 2.7554552980815443E-16 2.0 9.5 2.1431318985078676E-16 2.0 8.5 2.1431318985078676E-16 1.0 8.5'/> |
2146 | </fieldValue> |
2147 | <fieldValue name='attributes'/> |
2148 | </ProtoInstance> |
2149 | <ProtoInstance name='Aperture'> |
2150 | <fieldValue name='name' value='aperture2'/> |
2151 | <fieldValue name='componentLabel' value='WINDOW'/> |
2152 | <fieldValue name='polygon'> |
2153 | <Coordinate point='1.224646799147353E-16 1.0 7.0 1.224646799147353E-16 2.0 7.0 6.123233995736762E-17 2.0 6.0 6.123233995736762E-17 1.0 6.0'/> |
2154 | </fieldValue> |
2155 | <fieldValue name='attributes'/> |
2156 | </ProtoInstance> |
2157 | </fieldValue> |
2158 | <fieldValue name='attributes'/> |
2159 | </ProtoInstance> |
2160 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-51'> |
2161 | <fieldValue name='name' value='wall13-b-b-a'/> |
2162 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2163 | <fieldValue name='zOffset' value='1'/> |
2164 | <fieldValue name='polygon'> |
2165 | <Coordinate point='4.0 0.0 10.5 4.0 3.253 10.5 4.0 3.253 5.0 4.0 0.0 5.0'/> |
2166 | </fieldValue> |
2167 | <fieldValue name='apertures'> |
2168 | <ProtoInstance name='Aperture'> |
2169 | <fieldValue name='name' value='aperture1'/> |
2170 | <fieldValue name='componentLabel' value='DOOR'/> |
2171 | <fieldValue name='polygon'> |
2172 | <Coordinate point='4.0 0.0 5.5 4.0 2.25 5.5 4.0 2.25 6.5 4.0 0.0 6.5'/> |
2173 | </fieldValue> |
2174 | <fieldValue name='attributes'/> |
2175 | </ProtoInstance> |
2176 | </fieldValue> |
2177 | <fieldValue name='attributes'/> |
2178 | </ProtoInstance> |
2179 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-52'> |
2180 | <fieldValue name='name' value='wall24-b'/> |
2181 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2182 | <fieldValue name='zOffset' value='1'/> |
2183 | <fieldValue name='polygon'> |
2184 | <Coordinate point='0.0 0.0 5.0 0.0 3.253 5.0 4.0 3.253 5.0 4.0 0.0 5.0'/> |
2185 | </fieldValue> |
2186 | <fieldValue name='apertures'/> |
2187 | <fieldValue name='attributes'/> |
2188 | </ProtoInstance> |
2189 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-53'> |
2190 | <fieldValue name='name' value='wall11-a-a-a-a'/> |
2191 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
2192 | <fieldValue name='zOffset' value='1'/> |
2193 | <fieldValue name='polygon'> |
2194 | <Coordinate point='0.0 0.0 0.0 0.0 3.253 0.0 0.0 3.253 2.5 0.0 0.0 2.5'/> |
2195 | </fieldValue> |
2196 | <fieldValue name='apertures'> |
2197 | <ProtoInstance name='Aperture'> |
2198 | <fieldValue name='name' value='aperture1'/> |
2199 | <fieldValue name='componentLabel' value='WINDOW'/> |
2200 | <fieldValue name='polygon'> |
2201 | <Coordinate point='6.123233995736766E-17 1.0 1.0 6.123233995736766E-17 2.0 1.0 1.2246467991473532E-16 2.0 2.0 1.2246467991473532E-16 1.0 2.0'/> |
2202 | </fieldValue> |
2203 | <fieldValue name='attributes'/> |
2204 | </ProtoInstance> |
2205 | </fieldValue> |
2206 | <fieldValue name='attributes'/> |
2207 | </ProtoInstance> |
2208 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-54'> |
2209 | <fieldValue name='name' value='wall11-a-a-a-b'/> |
2210 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
2211 | <fieldValue name='zOffset' value='1'/> |
2212 | <fieldValue name='polygon'> |
2213 | <Coordinate point='0.0 0.0 2.5 0.0 3.253 2.5 0.0 3.253 5.0 0.0 0.0 5.0'/> |
2214 | </fieldValue> |
2215 | <fieldValue name='apertures'> |
2216 | <ProtoInstance name='Aperture'> |
2217 | <fieldValue name='name' value='aperture1'/> |
2218 | <fieldValue name='componentLabel' value='WINDOW'/> |
2219 | <fieldValue name='polygon'> |
2220 | <Coordinate point='3.061616997868381E-17 1.0 3.0 3.061616997868381E-17 2.0 3.0 9.184850993605148E-17 2.0 4.0 9.184850993605148E-17 1.0 4.0'/> |
2221 | </fieldValue> |
2222 | <fieldValue name='attributes'/> |
2223 | </ProtoInstance> |
2224 | </fieldValue> |
2225 | <fieldValue name='attributes'/> |
2226 | </ProtoInstance> |
2227 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-55'> |
2228 | <fieldValue name='name' value='wall13-b-b-b-a'/> |
2229 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2230 | <fieldValue name='zOffset' value='1'/> |
2231 | <fieldValue name='polygon'> |
2232 | <Coordinate point='4.0 0.0 5.0 4.0 3.253 5.0 4.0 3.253 2.5 4.0 0.0 2.5'/> |
2233 | </fieldValue> |
2234 | <fieldValue name='apertures'> |
2235 | <ProtoInstance name='Aperture'> |
2236 | <fieldValue name='name' value='aperture1'/> |
2237 | <fieldValue name='componentLabel' value='DOOR'/> |
2238 | <fieldValue name='polygon'> |
2239 | <Coordinate point='3.9999999999999996 0.0 3.4999999999999996 3.9999999999999996 2.25 3.4999999999999996 4.0 2.25 4.5 4.0 0.0 4.5'/> |
2240 | </fieldValue> |
2241 | <fieldValue name='attributes'/> |
2242 | </ProtoInstance> |
2243 | </fieldValue> |
2244 | <fieldValue name='attributes'/> |
2245 | </ProtoInstance> |
2246 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-56'> |
2247 | <fieldValue name='name' value='wall4-b-a'/> |
2248 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
2249 | <fieldValue name='zOffset' value='1'/> |
2250 | <fieldValue name='polygon'> |
2251 | <Coordinate point='13.5 0.0 0.0 13.5 3.253 0.0 4.0 3.253 0.0 4.0 0.0 0.0'/> |
2252 | </fieldValue> |
2253 | <fieldValue name='apertures'> |
2254 | <ProtoInstance name='Aperture'> |
2255 | <fieldValue name='name' value='aperture1'/> |
2256 | <fieldValue name='componentLabel' value='WINDOW'/> |
2257 | <fieldValue name='polygon'> |
2258 | <Coordinate point='5.5 1.0 0.0 5.5 2.0 0.0 6.5 2.0 0.0 6.5 1.0 0.0'/> |
2259 | </fieldValue> |
2260 | <fieldValue name='attributes'/> |
2261 | </ProtoInstance> |
2262 | <ProtoInstance name='Aperture'> |
2263 | <fieldValue name='name' value='aperture2'/> |
2264 | <fieldValue name='componentLabel' value='WINDOW'/> |
2265 | <fieldValue name='polygon'> |
2266 | <Coordinate point='8.0 1.0 0.0 8.0 2.0 0.0 9.0 2.0 0.0 9.0 1.0 0.0'/> |
2267 | </fieldValue> |
2268 | <fieldValue name='attributes'/> |
2269 | </ProtoInstance> |
2270 | <ProtoInstance name='Aperture'> |
2271 | <fieldValue name='name' value='aperture3'/> |
2272 | <fieldValue name='componentLabel' value='WINDOW'/> |
2273 | <fieldValue name='polygon'> |
2274 | <Coordinate point='10.5 1.0 0.0 10.5 2.0 0.0 11.5 2.0 0.0 11.5 1.0 0.0'/> |
2275 | </fieldValue> |
2276 | <fieldValue name='attributes'/> |
2277 | </ProtoInstance> |
2278 | </fieldValue> |
2279 | <fieldValue name='attributes'/> |
2280 | </ProtoInstance> |
2281 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-57'> |
2282 | <fieldValue name='name' value='wall4-b-b'/> |
2283 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
2284 | <fieldValue name='zOffset' value='1'/> |
2285 | <fieldValue name='polygon'> |
2286 | <Coordinate point='4.0 0.0 0.0 4.0 3.253 0.0 0.0 3.253 0.0 0.0 0.0 0.0'/> |
2287 | </fieldValue> |
2288 | <fieldValue name='apertures'> |
2289 | <ProtoInstance name='Aperture'> |
2290 | <fieldValue name='name' value='aperture1'/> |
2291 | <fieldValue name='componentLabel' value='WINDOW'/> |
2292 | <fieldValue name='polygon'> |
2293 | <Coordinate point='1.0 1.0 0.0 1.0 2.0 0.0 2.0 2.0 0.0 2.0 1.0 0.0'/> |
2294 | </fieldValue> |
2295 | <fieldValue name='attributes'/> |
2296 | </ProtoInstance> |
2297 | <ProtoInstance name='Aperture'> |
2298 | <fieldValue name='name' value='aperture2'/> |
2299 | <fieldValue name='componentLabel' value='WINDOW'/> |
2300 | <fieldValue name='polygon'> |
2301 | <Coordinate point='2.5 1.0 0.0 2.5 2.0 0.0 3.5 2.0 0.0 3.5 1.0 0.0'/> |
2302 | </fieldValue> |
2303 | <fieldValue name='attributes'/> |
2304 | </ProtoInstance> |
2305 | </fieldValue> |
2306 | <fieldValue name='attributes'/> |
2307 | </ProtoInstance> |
2308 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-58'> |
2309 | <fieldValue name='name' value='wall11-b-a'/> |
2310 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2311 | <fieldValue name='zOffset' value='1'/> |
2312 | <fieldValue name='polygon'> |
2313 | <Coordinate point='13.5 0.0 7.0 13.5 3.253 7.0 13.5 3.253 5.0 13.5 0.0 5.0'/> |
2314 | </fieldValue> |
2315 | <fieldValue name='apertures'> |
2316 | <ProtoInstance name='Aperture'> |
2317 | <fieldValue name='name' value='aperture1'/> |
2318 | <fieldValue name='componentLabel' value='DOOR'/> |
2319 | <fieldValue name='polygon'> |
2320 | <Coordinate point='13.5 0.0 5.499999999999999 13.5 2.25 5.499999999999999 13.5 2.25 6.499999999999999 13.5 0.0 6.499999999999999'/> |
2321 | </fieldValue> |
2322 | <fieldValue name='attributes'/> |
2323 | </ProtoInstance> |
2324 | </fieldValue> |
2325 | <fieldValue name='attributes'/> |
2326 | </ProtoInstance> |
2327 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-59'> |
2328 | <fieldValue name='name' value='wall31-a'/> |
2329 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2330 | <fieldValue name='zOffset' value='1'/> |
2331 | <fieldValue name='polygon'> |
2332 | <Coordinate point='4.0 0.0 5.0 4.0 3.253 5.0 13.5 3.253 5.0 13.5 0.0 5.0'/> |
2333 | </fieldValue> |
2334 | <fieldValue name='apertures'> |
2335 | <ProtoInstance name='Aperture'> |
2336 | <fieldValue name='name' value='aperture1'/> |
2337 | <fieldValue name='componentLabel' value='DOOR'/> |
2338 | <fieldValue name='polygon'> |
2339 | <Coordinate point='7.0 0.0 5.0 7.0 2.5 5.0 9.5 2.5 5.0 9.5 0.0 5.0'/> |
2340 | </fieldValue> |
2341 | <fieldValue name='attributes'/> |
2342 | </ProtoInstance> |
2343 | </fieldValue> |
2344 | <fieldValue name='attributes'/> |
2345 | </ProtoInstance> |
2346 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-60'> |
2347 | <fieldValue name='name' value='wall2-b-b-a'/> |
2348 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
2349 | <fieldValue name='zOffset' value='1'/> |
2350 | <fieldValue name='polygon'> |
2351 | <Coordinate point='6.0 0.0 17.0 6.0 3.253 17.0 11.0 3.253 17.0 11.0 0.0 17.0'/> |
2352 | </fieldValue> |
2353 | <fieldValue name='apertures'> |
2354 | <ProtoInstance name='Aperture'> |
2355 | <fieldValue name='name' value='aperture1'/> |
2356 | <fieldValue name='componentLabel' value='WINDOW'/> |
2357 | <fieldValue name='polygon'> |
2358 | <Coordinate point='10.0 1.0 17.0 10.0 2.0 17.0 9.0 2.0 17.0 9.0 1.0 17.0'/> |
2359 | </fieldValue> |
2360 | <fieldValue name='attributes'/> |
2361 | </ProtoInstance> |
2362 | <ProtoInstance name='Aperture'> |
2363 | <fieldValue name='name' value='aperture2'/> |
2364 | <fieldValue name='componentLabel' value='WINDOW'/> |
2365 | <fieldValue name='polygon'> |
2366 | <Coordinate point='8.0 1.0 17.0 8.0 2.0 17.0 7.0 2.0 17.0 7.0 1.0 17.0'/> |
2367 | </fieldValue> |
2368 | <fieldValue name='attributes'/> |
2369 | </ProtoInstance> |
2370 | </fieldValue> |
2371 | <fieldValue name='attributes'/> |
2372 | </ProtoInstance> |
2373 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-61'> |
2374 | <fieldValue name='name' value='wall2-b-b-b'/> |
2375 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
2376 | <fieldValue name='zOffset' value='1'/> |
2377 | <fieldValue name='polygon'> |
2378 | <Coordinate point='11.0 0.0 17.0 11.0 3.253 17.0 17.0 3.253 17.0 17.0 0.0 17.0'/> |
2379 | </fieldValue> |
2380 | <fieldValue name='apertures'> |
2381 | <ProtoInstance name='Aperture'> |
2382 | <fieldValue name='name' value='aperture1'/> |
2383 | <fieldValue name='componentLabel' value='WINDOW'/> |
2384 | <fieldValue name='polygon'> |
2385 | <Coordinate point='15.5 1.0 17.0 15.5 2.0 17.0 14.5 2.0 17.0 14.5 1.0 17.0'/> |
2386 | </fieldValue> |
2387 | <fieldValue name='attributes'/> |
2388 | </ProtoInstance> |
2389 | <ProtoInstance name='Aperture'> |
2390 | <fieldValue name='name' value='aperture2'/> |
2391 | <fieldValue name='componentLabel' value='WINDOW'/> |
2392 | <fieldValue name='polygon'> |
2393 | <Coordinate point='13.5 1.0 17.0 13.5 2.0 17.0 12.5 2.0 17.0 12.5 1.0 17.0'/> |
2394 | </fieldValue> |
2395 | <fieldValue name='attributes'/> |
2396 | </ProtoInstance> |
2397 | </fieldValue> |
2398 | <fieldValue name='attributes'/> |
2399 | </ProtoInstance> |
2400 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-62'> |
2401 | <fieldValue name='name' value='wall9-a'/> |
2402 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2403 | <fieldValue name='zOffset' value='1'/> |
2404 | <fieldValue name='polygon'> |
2405 | <Coordinate point='6.0 0.0 12.5 6.0 3.253 12.5 11.0 3.253 12.5 11.0 0.0 12.5'/> |
2406 | </fieldValue> |
2407 | <fieldValue name='apertures'> |
2408 | <ProtoInstance name='Aperture'> |
2409 | <fieldValue name='name' value='aperture1'/> |
2410 | <fieldValue name='componentLabel' value='DOOR'/> |
2411 | <fieldValue name='polygon'> |
2412 | <Coordinate point='6.5 0.0 12.5 6.5 2.25 12.5 7.5 2.25 12.5 7.5 0.0 12.5'/> |
2413 | </fieldValue> |
2414 | <fieldValue name='attributes'/> |
2415 | </ProtoInstance> |
2416 | </fieldValue> |
2417 | <fieldValue name='attributes'/> |
2418 | </ProtoInstance> |
2419 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-63'> |
2420 | <fieldValue name='name' value='wall27-a'/> |
2421 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2422 | <fieldValue name='zOffset' value='1'/> |
2423 | <fieldValue name='polygon'> |
2424 | <Coordinate point='11.0 0.0 17.0 11.0 3.253 17.0 11.0 3.253 12.5 11.0 0.0 12.5'/> |
2425 | </fieldValue> |
2426 | <fieldValue name='apertures'/> |
2427 | <fieldValue name='attributes'/> |
2428 | </ProtoInstance> |
2429 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-64'> |
2430 | <fieldValue name='name' value='wall11-a'/> |
2431 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2432 | <fieldValue name='zOffset' value='1'/> |
2433 | <fieldValue name='polygon'> |
2434 | <Coordinate point='13.5 0.0 12.5 13.5 3.253 12.5 13.5 3.253 7.0 13.5 0.0 7.0'/> |
2435 | </fieldValue> |
2436 | <fieldValue name='apertures'> |
2437 | <ProtoInstance name='Aperture'> |
2438 | <fieldValue name='name' value='aperture1'/> |
2439 | <fieldValue name='componentLabel' value='DOOR'/> |
2440 | <fieldValue name='polygon'> |
2441 | <Coordinate point='13.5 0.0 11.0 13.5 2.25 11.0 13.5 2.25 12.0 13.5 0.0 12.0'/> |
2442 | </fieldValue> |
2443 | <fieldValue name='attributes'/> |
2444 | </ProtoInstance> |
2445 | </fieldValue> |
2446 | <fieldValue name='attributes'/> |
2447 | </ProtoInstance> |
2448 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-65'> |
2449 | <fieldValue name='name' value='wall9-b-a'/> |
2450 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2451 | <fieldValue name='zOffset' value='1'/> |
2452 | <fieldValue name='polygon'> |
2453 | <Coordinate point='11.0 0.0 12.5 11.0 3.253 12.5 13.5 3.253 12.5 13.5 0.0 12.5'/> |
2454 | </fieldValue> |
2455 | <fieldValue name='apertures'> |
2456 | <ProtoInstance name='Aperture'> |
2457 | <fieldValue name='name' value='aperture1'/> |
2458 | <fieldValue name='componentLabel' value='DOOR'/> |
2459 | <fieldValue name='polygon'> |
2460 | <Coordinate point='11.5 0.0 12.5 11.5 2.25 12.5 12.5 2.25 12.5 12.5 0.0 12.5'/> |
2461 | </fieldValue> |
2462 | <fieldValue name='attributes'/> |
2463 | </ProtoInstance> |
2464 | </fieldValue> |
2465 | <fieldValue name='attributes'/> |
2466 | </ProtoInstance> |
2467 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-66'> |
2468 | <fieldValue name='name' value='wall9-b-b'/> |
2469 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2470 | <fieldValue name='zOffset' value='1'/> |
2471 | <fieldValue name='polygon'> |
2472 | <Coordinate point='13.5 0.0 12.5 13.5 3.253 12.5 17.0 3.253 12.5 17.0 0.0 12.5'/> |
2473 | </fieldValue> |
2474 | <fieldValue name='apertures'/> |
2475 | <fieldValue name='attributes'/> |
2476 | </ProtoInstance> |
2477 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-67'> |
2478 | <fieldValue name='name' value='wall33'/> |
2479 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2480 | <fieldValue name='zOffset' value='1'/> |
2481 | <fieldValue name='polygon'> |
2482 | <Coordinate point='6.0 0.0 11.0 6.0 3.253 11.0 6.0 3.253 7.0 6.0 0.0 7.0'/> |
2483 | </fieldValue> |
2484 | <fieldValue name='apertures'/> |
2485 | <fieldValue name='attributes'/> |
2486 | </ProtoInstance> |
2487 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-68'> |
2488 | <fieldValue name='name' value='wall34-a'/> |
2489 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2490 | <fieldValue name='zOffset' value='1'/> |
2491 | <fieldValue name='polygon'> |
2492 | <Coordinate point='6.0 0.0 7.0 6.0 3.253 7.0 11.5 3.253 7.0 11.5 0.0 7.0'/> |
2493 | </fieldValue> |
2494 | <fieldValue name='apertures'> |
2495 | <ProtoInstance name='Aperture'> |
2496 | <fieldValue name='name' value='aperture1'/> |
2497 | <fieldValue name='componentLabel' value='DOOR'/> |
2498 | <fieldValue name='polygon'> |
2499 | <Coordinate point='9.5 0.0 7.0 9.5 2.25 7.0 10.5 2.25 7.0 10.5 0.0 7.0'/> |
2500 | </fieldValue> |
2501 | <fieldValue name='attributes'/> |
2502 | </ProtoInstance> |
2503 | <ProtoInstance name='Aperture'> |
2504 | <fieldValue name='name' value='aperture2'/> |
2505 | <fieldValue name='componentLabel' value='DOOR'/> |
2506 | <fieldValue name='polygon'> |
2507 | <Coordinate point='7.0 0.0 7.0 7.0 2.25 7.0 8.0 2.25 7.0 8.0 0.0 7.0'/> |
2508 | </fieldValue> |
2509 | <fieldValue name='attributes'/> |
2510 | </ProtoInstance> |
2511 | </fieldValue> |
2512 | <fieldValue name='attributes'/> |
2513 | </ProtoInstance> |
2514 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-69'> |
2515 | <fieldValue name='name' value='wall32-a'/> |
2516 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2517 | <fieldValue name='zOffset' value='1'/> |
2518 | <fieldValue name='polygon'> |
2519 | <Coordinate point='6.0 0.0 11.0 6.0 3.253 11.0 11.5 3.253 11.0 11.5 0.0 11.0'/> |
2520 | </fieldValue> |
2521 | <fieldValue name='apertures'/> |
2522 | <fieldValue name='attributes'/> |
2523 | </ProtoInstance> |
2524 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-70'> |
2525 | <fieldValue name='name' value='wall35-a'/> |
2526 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
2527 | <fieldValue name='zOffset' value='1'/> |
2528 | <fieldValue name='polygon'> |
2529 | <Coordinate point='11.5 0.0 7.0 11.5 3.253 7.0 11.5 3.253 11.0 11.5 0.0 11.0'/> |
2530 | </fieldValue> |
2531 | <fieldValue name='apertures'/> |
2532 | <fieldValue name='attributes'/> |
2533 | </ProtoInstance> |
2534 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-71'> |
2535 | <fieldValue name='name' value='wall13-b-b-b-b-a'/> |
2536 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2537 | <fieldValue name='zOffset' value='1'/> |
2538 | <fieldValue name='polygon'> |
2539 | <Coordinate point='4.0 0.0 2.5 4.0 3.253 2.5 4.0 3.253 1.5 4.0 0.0 1.5'/> |
2540 | </fieldValue> |
2541 | <fieldValue name='apertures'> |
2542 | <ProtoInstance name='Aperture'> |
2543 | <fieldValue name='name' value='aperture1'/> |
2544 | <fieldValue name='componentLabel' value='DOOR'/> |
2545 | <fieldValue name='polygon'> |
2546 | <Coordinate point='4.0 0.0 1.4999999999999998 4.0 2.25 1.4999999999999998 4.0 2.25 2.4999999999999996 4.0 0.0 2.4999999999999996'/> |
2547 | </fieldValue> |
2548 | <fieldValue name='attributes'/> |
2549 | </ProtoInstance> |
2550 | </fieldValue> |
2551 | <fieldValue name='attributes'/> |
2552 | </ProtoInstance> |
2553 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-72'> |
2554 | <fieldValue name='name' value='wall13-b-b-b-b-b'/> |
2555 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2556 | <fieldValue name='zOffset' value='1'/> |
2557 | <fieldValue name='polygon'> |
2558 | <Coordinate point='4.0 0.0 1.5 4.0 3.253 1.5 4.0 3.253 0.0 4.0 0.0 0.0'/> |
2559 | </fieldValue> |
2560 | <fieldValue name='apertures'/> |
2561 | <fieldValue name='attributes'/> |
2562 | </ProtoInstance> |
2563 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-73'> |
2564 | <fieldValue name='name' value='wall11-b-b-a'/> |
2565 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2566 | <fieldValue name='zOffset' value='1'/> |
2567 | <fieldValue name='polygon'> |
2568 | <Coordinate point='13.5 0.0 5.0 13.5 3.253 5.0 13.5 3.253 1.5 13.5 0.0 1.5'/> |
2569 | </fieldValue> |
2570 | <fieldValue name='apertures'/> |
2571 | <fieldValue name='attributes'/> |
2572 | </ProtoInstance> |
2573 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-74'> |
2574 | <fieldValue name='name' value='wall11-b-b-b'/> |
2575 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2576 | <fieldValue name='zOffset' value='1'/> |
2577 | <fieldValue name='polygon'> |
2578 | <Coordinate point='13.5 0.0 1.5 13.5 3.253 1.5 13.5 3.253 0.0 13.5 0.0 0.0'/> |
2579 | </fieldValue> |
2580 | <fieldValue name='apertures'/> |
2581 | <fieldValue name='attributes'/> |
2582 | </ProtoInstance> |
2583 | </fieldValue> |
2584 | </ProtoInstance> |
2585 | <ProtoInstance name='FloorLevel'> |
2586 | <fieldValue name='name' value='floorLevel3'/> |
2587 | <fieldValue name='zOffset' value='6.506'/> |
2588 | <fieldValue name='edges'> |
2589 | <ProtoInstance name='Edge'> |
2590 | <fieldValue name='vertices'> |
2591 | <Coordinate point='6.0 0.0 17.0 6.0 0.0 12.5'/> |
2592 | </fieldValue> |
2593 | </ProtoInstance> |
2594 | <ProtoInstance name='Edge'> |
2595 | <fieldValue name='vertices'> |
2596 | <Coordinate point='17.0 0.0 17.0 17.0 0.0 12.5'/> |
2597 | </fieldValue> |
2598 | </ProtoInstance> |
2599 | <ProtoInstance name='Edge'> |
2600 | <fieldValue name='vertices'> |
2601 | <Coordinate point='17.0 0.0 0.0 13.5 0.0 0.0'/> |
2602 | </fieldValue> |
2603 | </ProtoInstance> |
2604 | <ProtoInstance name='Edge'> |
2605 | <fieldValue name='vertices'> |
2606 | <Coordinate point='0.0 0.0 17.0 4.0 0.0 17.0'/> |
2607 | </fieldValue> |
2608 | </ProtoInstance> |
2609 | <ProtoInstance name='Edge'> |
2610 | <fieldValue name='vertices'> |
2611 | <Coordinate point='4.0 0.0 17.0 6.0 0.0 17.0'/> |
2612 | </fieldValue> |
2613 | </ProtoInstance> |
2614 | <ProtoInstance name='Edge'> |
2615 | <fieldValue name='vertices'> |
2616 | <Coordinate point='17.0 0.0 12.5 17.0 0.0 7.0'/> |
2617 | </fieldValue> |
2618 | </ProtoInstance> |
2619 | <ProtoInstance name='Edge'> |
2620 | <fieldValue name='vertices'> |
2621 | <Coordinate point='17.0 0.0 7.0 17.0 0.0 0.0'/> |
2622 | </fieldValue> |
2623 | </ProtoInstance> |
2624 | <ProtoInstance name='Edge'> |
2625 | <fieldValue name='vertices'> |
2626 | <Coordinate point='17.0 0.0 7.0 13.5 0.0 7.0'/> |
2627 | </fieldValue> |
2628 | </ProtoInstance> |
2629 | <ProtoInstance name='Edge'> |
2630 | <fieldValue name='vertices'> |
2631 | <Coordinate point='0.0 0.0 10.5 0.0 0.0 17.0'/> |
2632 | </fieldValue> |
2633 | </ProtoInstance> |
2634 | <ProtoInstance name='Edge'> |
2635 | <fieldValue name='vertices'> |
2636 | <Coordinate point='4.0 0.0 17.0 4.0 0.0 10.5'/> |
2637 | </fieldValue> |
2638 | </ProtoInstance> |
2639 | <ProtoInstance name='Edge'> |
2640 | <fieldValue name='vertices'> |
2641 | <Coordinate point='0.0 0.0 10.5 4.0 0.0 10.5'/> |
2642 | </fieldValue> |
2643 | </ProtoInstance> |
2644 | <ProtoInstance name='Edge'> |
2645 | <fieldValue name='vertices'> |
2646 | <Coordinate point='0.0 0.0 5.0 0.0 0.0 10.5'/> |
2647 | </fieldValue> |
2648 | </ProtoInstance> |
2649 | <ProtoInstance name='Edge'> |
2650 | <fieldValue name='vertices'> |
2651 | <Coordinate point='4.0 0.0 10.5 4.0 0.0 5.0'/> |
2652 | </fieldValue> |
2653 | </ProtoInstance> |
2654 | <ProtoInstance name='Edge'> |
2655 | <fieldValue name='vertices'> |
2656 | <Coordinate point='0.0 0.0 5.0 4.0 0.0 5.0'/> |
2657 | </fieldValue> |
2658 | </ProtoInstance> |
2659 | <ProtoInstance name='Edge'> |
2660 | <fieldValue name='vertices'> |
2661 | <Coordinate point='0.0 0.0 0.0 0.0 0.0 2.5'/> |
2662 | </fieldValue> |
2663 | </ProtoInstance> |
2664 | <ProtoInstance name='Edge'> |
2665 | <fieldValue name='vertices'> |
2666 | <Coordinate point='0.0 0.0 2.5 0.0 0.0 5.0'/> |
2667 | </fieldValue> |
2668 | </ProtoInstance> |
2669 | <ProtoInstance name='Edge'> |
2670 | <fieldValue name='vertices'> |
2671 | <Coordinate point='4.0 0.0 5.0 4.0 0.0 2.5'/> |
2672 | </fieldValue> |
2673 | </ProtoInstance> |
2674 | <ProtoInstance name='Edge'> |
2675 | <fieldValue name='vertices'> |
2676 | <Coordinate point='13.5 0.0 0.0 4.0 0.0 0.0'/> |
2677 | </fieldValue> |
2678 | </ProtoInstance> |
2679 | <ProtoInstance name='Edge'> |
2680 | <fieldValue name='vertices'> |
2681 | <Coordinate point='4.0 0.0 0.0 0.0 0.0 0.0'/> |
2682 | </fieldValue> |
2683 | </ProtoInstance> |
2684 | <ProtoInstance name='Edge'> |
2685 | <fieldValue name='vertices'> |
2686 | <Coordinate point='13.5 0.0 7.0 13.5 0.0 5.0'/> |
2687 | </fieldValue> |
2688 | </ProtoInstance> |
2689 | <ProtoInstance name='Edge'> |
2690 | <fieldValue name='vertices'> |
2691 | <Coordinate point='4.0 0.0 5.0 13.5 0.0 5.0'/> |
2692 | </fieldValue> |
2693 | </ProtoInstance> |
2694 | <ProtoInstance name='Edge'> |
2695 | <fieldValue name='vertices'> |
2696 | <Coordinate point='6.0 0.0 17.0 11.0 0.0 17.0'/> |
2697 | </fieldValue> |
2698 | </ProtoInstance> |
2699 | <ProtoInstance name='Edge'> |
2700 | <fieldValue name='vertices'> |
2701 | <Coordinate point='11.0 0.0 17.0 17.0 0.0 17.0'/> |
2702 | </fieldValue> |
2703 | </ProtoInstance> |
2704 | <ProtoInstance name='Edge'> |
2705 | <fieldValue name='vertices'> |
2706 | <Coordinate point='6.0 0.0 12.5 11.0 0.0 12.5'/> |
2707 | </fieldValue> |
2708 | </ProtoInstance> |
2709 | <ProtoInstance name='Edge'> |
2710 | <fieldValue name='vertices'> |
2711 | <Coordinate point='11.0 0.0 17.0 11.0 0.0 12.5'/> |
2712 | </fieldValue> |
2713 | </ProtoInstance> |
2714 | <ProtoInstance name='Edge'> |
2715 | <fieldValue name='vertices'> |
2716 | <Coordinate point='13.5 0.0 12.5 13.5 0.0 7.0'/> |
2717 | </fieldValue> |
2718 | </ProtoInstance> |
2719 | <ProtoInstance name='Edge'> |
2720 | <fieldValue name='vertices'> |
2721 | <Coordinate point='11.0 0.0 12.5 13.5 0.0 12.5'/> |
2722 | </fieldValue> |
2723 | </ProtoInstance> |
2724 | <ProtoInstance name='Edge'> |
2725 | <fieldValue name='vertices'> |
2726 | <Coordinate point='13.5 0.0 12.5 17.0 0.0 12.5'/> |
2727 | </fieldValue> |
2728 | </ProtoInstance> |
2729 | <ProtoInstance name='Edge'> |
2730 | <fieldValue name='vertices'> |
2731 | <Coordinate point='6.0 0.0 11.0 6.0 0.0 7.0'/> |
2732 | </fieldValue> |
2733 | </ProtoInstance> |
2734 | <ProtoInstance name='Edge'> |
2735 | <fieldValue name='vertices'> |
2736 | <Coordinate point='6.0 0.0 7.0 11.5 0.0 7.0'/> |
2737 | </fieldValue> |
2738 | </ProtoInstance> |
2739 | <ProtoInstance name='Edge'> |
2740 | <fieldValue name='vertices'> |
2741 | <Coordinate point='6.0 0.0 11.0 11.5 0.0 11.0'/> |
2742 | </fieldValue> |
2743 | </ProtoInstance> |
2744 | <ProtoInstance name='Edge'> |
2745 | <fieldValue name='vertices'> |
2746 | <Coordinate point='11.5 0.0 7.0 11.5 0.0 11.0'/> |
2747 | </fieldValue> |
2748 | </ProtoInstance> |
2749 | <ProtoInstance name='Edge'> |
2750 | <fieldValue name='vertices'> |
2751 | <Coordinate point='4.0 0.0 2.5 4.0 0.0 1.5'/> |
2752 | </fieldValue> |
2753 | </ProtoInstance> |
2754 | <ProtoInstance name='Edge'> |
2755 | <fieldValue name='vertices'> |
2756 | <Coordinate point='4.0 0.0 1.5 4.0 0.0 0.0'/> |
2757 | </fieldValue> |
2758 | </ProtoInstance> |
2759 | <ProtoInstance name='Edge'> |
2760 | <fieldValue name='vertices'> |
2761 | <Coordinate point='13.5 0.0 5.0 13.5 0.0 1.5'/> |
2762 | </fieldValue> |
2763 | </ProtoInstance> |
2764 | <ProtoInstance name='Edge'> |
2765 | <fieldValue name='vertices'> |
2766 | <Coordinate point='13.5 0.0 1.5 13.5 0.0 0.0'/> |
2767 | </fieldValue> |
2768 | </ProtoInstance> |
2769 | <ProtoInstance name='Edge'> |
2770 | <fieldValue name='vertices'> |
2771 | <Coordinate point='11.5 0.0 7.0 13.5 0.0 7.0'/> |
2772 | </fieldValue> |
2773 | </ProtoInstance> |
2774 | <ProtoInstance name='Edge'> |
2775 | <fieldValue name='vertices'> |
2776 | <Coordinate point='6.0 0.0 11.0 6.0 0.0 12.5'/> |
2777 | </fieldValue> |
2778 | </ProtoInstance> |
2779 | </fieldValue> |
2780 | <fieldValue name='rooms'> |
2781 | <ProtoInstance name='Room'> |
2782 | <fieldValue name='name' value='room0'/> |
2783 | <fieldValue name='componentLabel' value='ROOM'/> |
2784 | <fieldValue name='edgeIndex' value='0 23 24 21'/> |
2785 | <fieldValue name='floor'> |
2786 | <ProtoInstance name='Floor'> |
2787 | <fieldValue name='name' value='floor'/> |
2788 | <fieldValue name='attributes'/> |
2789 | </ProtoInstance> |
2790 | </fieldValue> |
2791 | <fieldValue name='ceiling'> |
2792 | <ProtoInstance name='Ceiling'> |
2793 | <fieldValue name='name' value='ceiling'/> |
2794 | <fieldValue name='attributes'/> |
2795 | </ProtoInstance> |
2796 | </fieldValue> |
2797 | </ProtoInstance> |
2798 | <ProtoInstance name='Room'> |
2799 | <fieldValue name='name' value='room1'/> |
2800 | <fieldValue name='componentLabel' value='ROOM'/> |
2801 | <fieldValue name='edgeIndex' value='0 37 28 29 36 19 20 12 9 4'/> |
2802 | <fieldValue name='floor'> |
2803 | <ProtoInstance name='Floor'> |
2804 | <fieldValue name='name' value='floor'/> |
2805 | <fieldValue name='attributes'/> |
2806 | </ProtoInstance> |
2807 | </fieldValue> |
2808 | <fieldValue name='ceiling'> |
2809 | <ProtoInstance name='Ceiling'> |
2810 | <fieldValue name='name' value='ceiling'/> |
2811 | <fieldValue name='attributes'/> |
2812 | </ProtoInstance> |
2813 | </fieldValue> |
2814 | </ProtoInstance> |
2815 | <ProtoInstance name='Room'> |
2816 | <fieldValue name='name' value='room2'/> |
2817 | <fieldValue name='componentLabel' value='ROOM'/> |
2818 | <fieldValue name='edgeIndex' value='1 27 26 24 22'/> |
2819 | <fieldValue name='floor'> |
2820 | <ProtoInstance name='Floor'> |
2821 | <fieldValue name='name' value='floor'/> |
2822 | <fieldValue name='attributes'/> |
2823 | </ProtoInstance> |
2824 | </fieldValue> |
2825 | <fieldValue name='ceiling'> |
2826 | <ProtoInstance name='Ceiling'> |
2827 | <fieldValue name='name' value='ceiling'/> |
2828 | <fieldValue name='attributes'/> |
2829 | </ProtoInstance> |
2830 | </fieldValue> |
2831 | </ProtoInstance> |
2832 | <ProtoInstance name='Room'> |
2833 | <fieldValue name='name' value='room2'/> |
2834 | <fieldValue name='componentLabel' value='ROOM'/> |
2835 | <fieldValue name='edgeIndex' value='2 35 34 19 7 6'/> |
2836 | <fieldValue name='floor'> |
2837 | <ProtoInstance name='Floor'> |
2838 | <fieldValue name='name' value='floor'/> |
2839 | <fieldValue name='attributes'/> |
2840 | </ProtoInstance> |
2841 | </fieldValue> |
2842 | <fieldValue name='ceiling'> |
2843 | <ProtoInstance name='Ceiling'> |
2844 | <fieldValue name='name' value='ceiling'/> |
2845 | <fieldValue name='attributes'/> |
2846 | </ProtoInstance> |
2847 | </fieldValue> |
2848 | </ProtoInstance> |
2849 | <ProtoInstance name='Room'> |
2850 | <fieldValue name='name' value='room0'/> |
2851 | <fieldValue name='componentLabel' value='ROOM'/> |
2852 | <fieldValue name='edgeIndex' value='3 9 10 8'/> |
2853 | <fieldValue name='floor'> |
2854 | <ProtoInstance name='Floor'> |
2855 | <fieldValue name='name' value='floor'/> |
2856 | <fieldValue name='attributes'/> |
2857 | </ProtoInstance> |
2858 | </fieldValue> |
2859 | <fieldValue name='ceiling'> |
2860 | <ProtoInstance name='Ceiling'> |
2861 | <fieldValue name='name' value='ceiling'/> |
2862 | <fieldValue name='attributes'/> |
2863 | </ProtoInstance> |
2864 | </fieldValue> |
2865 | </ProtoInstance> |
2866 | <ProtoInstance name='Room'> |
2867 | <fieldValue name='name' value='room5'/> |
2868 | <fieldValue name='componentLabel' value='ROOM'/> |
2869 | <fieldValue name='edgeIndex' value='5 7 25 27'/> |
2870 | <fieldValue name='floor'> |
2871 | <ProtoInstance name='Floor'> |
2872 | <fieldValue name='name' value='floor'/> |
2873 | <fieldValue name='attributes'/> |
2874 | </ProtoInstance> |
2875 | </fieldValue> |
2876 | <fieldValue name='ceiling'> |
2877 | <ProtoInstance name='Ceiling'> |
2878 | <fieldValue name='name' value='ceiling'/> |
2879 | <fieldValue name='attributes'/> |
2880 | </ProtoInstance> |
2881 | </fieldValue> |
2882 | </ProtoInstance> |
2883 | <ProtoInstance name='Room'> |
2884 | <fieldValue name='name' value='room1'/> |
2885 | <fieldValue name='componentLabel' value='ROOM'/> |
2886 | <fieldValue name='edgeIndex' value='10 12 13 11'/> |
2887 | <fieldValue name='floor'> |
2888 | <ProtoInstance name='Floor'> |
2889 | <fieldValue name='name' value='floor'/> |
2890 | <fieldValue name='attributes'/> |
2891 | </ProtoInstance> |
2892 | </fieldValue> |
2893 | <fieldValue name='ceiling'> |
2894 | <ProtoInstance name='Ceiling'> |
2895 | <fieldValue name='name' value='ceiling'/> |
2896 | <fieldValue name='attributes'/> |
2897 | </ProtoInstance> |
2898 | </fieldValue> |
2899 | </ProtoInstance> |
2900 | <ProtoInstance name='Room'> |
2901 | <fieldValue name='name' value='room6'/> |
2902 | <fieldValue name='componentLabel' value='ROOM'/> |
2903 | <fieldValue name='edgeIndex' value='13 16 32 33 18 14 15'/> |
2904 | <fieldValue name='floor'> |
2905 | <ProtoInstance name='Floor'> |
2906 | <fieldValue name='name' value='floor'/> |
2907 | <fieldValue name='attributes'/> |
2908 | </ProtoInstance> |
2909 | </fieldValue> |
2910 | <fieldValue name='ceiling'> |
2911 | <ProtoInstance name='Ceiling'> |
2912 | <fieldValue name='name' value='ceiling'/> |
2913 | <fieldValue name='attributes'/> |
2914 | </ProtoInstance> |
2915 | </fieldValue> |
2916 | </ProtoInstance> |
2917 | <ProtoInstance name='Room'> |
2918 | <fieldValue name='name' value='room7'/> |
2919 | <fieldValue name='componentLabel' value='ROOM'/> |
2920 | <fieldValue name='edgeIndex' value='16 32 33 17 35 34 20'/> |
2921 | <fieldValue name='floor'> |
2922 | <ProtoInstance name='Floor'> |
2923 | <fieldValue name='name' value='floor'/> |
2924 | <fieldValue name='attributes'/> |
2925 | </ProtoInstance> |
2926 | </fieldValue> |
2927 | <fieldValue name='ceiling'> |
2928 | <ProtoInstance name='Ceiling'> |
2929 | <fieldValue name='name' value='ceiling'/> |
2930 | <fieldValue name='attributes'/> |
2931 | </ProtoInstance> |
2932 | </fieldValue> |
2933 | </ProtoInstance> |
2934 | <ProtoInstance name='Room'> |
2935 | <fieldValue name='name' value='room9'/> |
2936 | <fieldValue name='componentLabel' value='ROOM'/> |
2937 | <fieldValue name='edgeIndex' value='23 26 25 36 31 30 37'/> |
2938 | <fieldValue name='floor'> |
2939 | <ProtoInstance name='Floor'> |
2940 | <fieldValue name='name' value='floor'/> |
2941 | <fieldValue name='attributes'/> |
2942 | </ProtoInstance> |
2943 | </fieldValue> |
2944 | <fieldValue name='ceiling'> |
2945 | <ProtoInstance name='Ceiling'> |
2946 | <fieldValue name='name' value='ceiling'/> |
2947 | <fieldValue name='attributes'/> |
2948 | </ProtoInstance> |
2949 | </fieldValue> |
2950 | </ProtoInstance> |
2951 | <ProtoInstance name='Room'> |
2952 | <fieldValue name='name' value='room6'/> |
2953 | <fieldValue name='componentLabel' value='ROOM'/> |
2954 | <fieldValue name='edgeIndex' value='28 29 31 30'/> |
2955 | <fieldValue name='floor'> |
2956 | <ProtoInstance name='Floor'> |
2957 | <fieldValue name='name' value='floor'/> |
2958 | <fieldValue name='attributes'/> |
2959 | </ProtoInstance> |
2960 | </fieldValue> |
2961 | <fieldValue name='ceiling'> |
2962 | <ProtoInstance name='Ceiling'> |
2963 | <fieldValue name='name' value='ceiling'/> |
2964 | <fieldValue name='attributes'/> |
2965 | </ProtoInstance> |
2966 | </fieldValue> |
2967 | </ProtoInstance> |
2968 | </fieldValue> |
2969 | <fieldValue name='walls'> |
2970 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-75'> |
2971 | <fieldValue name='name' value='wall7'/> |
2972 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
2973 | <fieldValue name='zOffset' value='1'/> |
2974 | <fieldValue name='polygon'> |
2975 | <Coordinate point='6.0 0.0 17.0 6.0 3.253 17.0 6.0 3.253 12.5 6.0 0.0 12.5'/> |
2976 | </fieldValue> |
2977 | <fieldValue name='apertures'/> |
2978 | <fieldValue name='attributes'/> |
2979 | </ProtoInstance> |
2980 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-76'> |
2981 | <fieldValue name='name' value='wall3-a'/> |
2982 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
2983 | <fieldValue name='zOffset' value='1'/> |
2984 | <fieldValue name='polygon'> |
2985 | <Coordinate point='17.0 0.0 17.0 17.0 3.253 17.0 17.0 3.253 12.5 17.0 0.0 12.5'/> |
2986 | </fieldValue> |
2987 | <fieldValue name='apertures'> |
2988 | <ProtoInstance name='Aperture'> |
2989 | <fieldValue name='name' value='aperture1'/> |
2990 | <fieldValue name='componentLabel' value='WINDOW'/> |
2991 | <fieldValue name='polygon'> |
2992 | <Coordinate point='17.0 1.0 15.999999999999998 17.0 2.0 15.999999999999998 17.0 2.0 14.999999999999998 17.0 1.0 14.999999999999998'/> |
2993 | </fieldValue> |
2994 | <fieldValue name='attributes'/> |
2995 | </ProtoInstance> |
2996 | <ProtoInstance name='Aperture'> |
2997 | <fieldValue name='name' value='aperture2'/> |
2998 | <fieldValue name='componentLabel' value='WINDOW'/> |
2999 | <fieldValue name='polygon'> |
3000 | <Coordinate point='17.0 1.0 14.499999999999998 17.0 2.0 14.499999999999998 17.0 2.0 13.499999999999998 17.0 1.0 13.499999999999998'/> |
3001 | </fieldValue> |
3002 | <fieldValue name='attributes'/> |
3003 | </ProtoInstance> |
3004 | </fieldValue> |
3005 | <fieldValue name='attributes'/> |
3006 | </ProtoInstance> |
3007 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-77'> |
3008 | <fieldValue name='name' value='wall4-a'/> |
3009 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3010 | <fieldValue name='zOffset' value='1'/> |
3011 | <fieldValue name='polygon'> |
3012 | <Coordinate point='17.0 0.0 0.0 17.0 3.253 0.0 13.5 3.253 0.0 13.5 0.0 0.0'/> |
3013 | </fieldValue> |
3014 | <fieldValue name='apertures'> |
3015 | <ProtoInstance name='Aperture'> |
3016 | <fieldValue name='name' value='aperture1'/> |
3017 | <fieldValue name='componentLabel' value='WINDOW'/> |
3018 | <fieldValue name='polygon'> |
3019 | <Coordinate point='16.0 1.0 0.0 16.0 2.0 0.0 15.0 2.0 0.0 15.0 1.0 0.0'/> |
3020 | </fieldValue> |
3021 | <fieldValue name='attributes'/> |
3022 | </ProtoInstance> |
3023 | <ProtoInstance name='Aperture'> |
3024 | <fieldValue name='name' value='aperture2'/> |
3025 | <fieldValue name='componentLabel' value='WINDOW'/> |
3026 | <fieldValue name='polygon'> |
3027 | <Coordinate point='14.5 1.0 0.0 14.5 2.0 0.0 13.5 2.0 0.0 13.5 1.0 0.0'/> |
3028 | </fieldValue> |
3029 | <fieldValue name='attributes'/> |
3030 | </ProtoInstance> |
3031 | </fieldValue> |
3032 | <fieldValue name='attributes'/> |
3033 | </ProtoInstance> |
3034 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-78'> |
3035 | <fieldValue name='name' value='wall2-a'/> |
3036 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3037 | <fieldValue name='zOffset' value='1'/> |
3038 | <fieldValue name='polygon'> |
3039 | <Coordinate point='0.0 0.0 17.0 0.0 3.253 17.0 4.0 3.253 17.0 4.0 0.0 17.0'/> |
3040 | </fieldValue> |
3041 | <fieldValue name='apertures'> |
3042 | <ProtoInstance name='Aperture'> |
3043 | <fieldValue name='name' value='aperture1'/> |
3044 | <fieldValue name='componentLabel' value='WINDOW'/> |
3045 | <fieldValue name='polygon'> |
3046 | <Coordinate point='1.0 1.0 17.0 1.0 2.0 17.0 2.0 2.0 17.0 2.0 1.0 17.0'/> |
3047 | </fieldValue> |
3048 | <fieldValue name='attributes'/> |
3049 | </ProtoInstance> |
3050 | <ProtoInstance name='Aperture'> |
3051 | <fieldValue name='name' value='aperture2'/> |
3052 | <fieldValue name='componentLabel' value='WINDOW'/> |
3053 | <fieldValue name='polygon'> |
3054 | <Coordinate point='2.5 1.0 17.0 2.5 2.0 17.0 3.5 2.0 17.0 3.5 1.0 17.0'/> |
3055 | </fieldValue> |
3056 | <fieldValue name='attributes'/> |
3057 | </ProtoInstance> |
3058 | </fieldValue> |
3059 | <fieldValue name='attributes'/> |
3060 | </ProtoInstance> |
3061 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-79'> |
3062 | <fieldValue name='name' value='wall2-b-a'/> |
3063 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3064 | <fieldValue name='zOffset' value='1'/> |
3065 | <fieldValue name='polygon'> |
3066 | <Coordinate point='4.0 0.0 17.0 4.0 3.253 17.0 6.0 3.253 17.0 6.0 0.0 17.0'/> |
3067 | </fieldValue> |
3068 | <fieldValue name='apertures'> |
3069 | <ProtoInstance name='Aperture'> |
3070 | <fieldValue name='name' value='aperture1'/> |
3071 | <fieldValue name='componentLabel' value='WINDOW'/> |
3072 | <fieldValue name='polygon'> |
3073 | <Coordinate point='4.5 1.0 17.0 4.5 2.0 17.0 5.5 2.0 17.0 5.5 1.0 17.0'/> |
3074 | </fieldValue> |
3075 | <fieldValue name='attributes'/> |
3076 | </ProtoInstance> |
3077 | </fieldValue> |
3078 | <fieldValue name='attributes'/> |
3079 | </ProtoInstance> |
3080 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-80'> |
3081 | <fieldValue name='name' value='wall3-b-a'/> |
3082 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3083 | <fieldValue name='zOffset' value='1'/> |
3084 | <fieldValue name='polygon'> |
3085 | <Coordinate point='17.0 0.0 12.5 17.0 3.253 12.5 17.0 3.253 7.0 17.0 0.0 7.0'/> |
3086 | </fieldValue> |
3087 | <fieldValue name='apertures'> |
3088 | <ProtoInstance name='Aperture'> |
3089 | <fieldValue name='name' value='aperture1'/> |
3090 | <fieldValue name='componentLabel' value='WINDOW'/> |
3091 | <fieldValue name='polygon'> |
3092 | <Coordinate point='17.0 1.0 7.999999999999999 17.0 2.0 7.999999999999999 17.0 2.0 8.999999999999998 17.0 1.0 8.999999999999998'/> |
3093 | </fieldValue> |
3094 | <fieldValue name='attributes'/> |
3095 | </ProtoInstance> |
3096 | <ProtoInstance name='Aperture'> |
3097 | <fieldValue name='name' value='aperture2'/> |
3098 | <fieldValue name='componentLabel' value='WINDOW'/> |
3099 | <fieldValue name='polygon'> |
3100 | <Coordinate point='17.0 1.0 10.499999999999998 17.0 2.0 10.499999999999998 17.0 2.0 11.499999999999998 17.0 1.0 11.499999999999998'/> |
3101 | </fieldValue> |
3102 | <fieldValue name='attributes'/> |
3103 | </ProtoInstance> |
3104 | </fieldValue> |
3105 | <fieldValue name='attributes'/> |
3106 | </ProtoInstance> |
3107 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-81'> |
3108 | <fieldValue name='name' value='wall3-b-b'/> |
3109 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3110 | <fieldValue name='zOffset' value='1'/> |
3111 | <fieldValue name='polygon'> |
3112 | <Coordinate point='17.0 0.0 7.0 17.0 3.253 7.0 17.0 3.253 0.0 17.0 0.0 0.0'/> |
3113 | </fieldValue> |
3114 | <fieldValue name='apertures'> |
3115 | <ProtoInstance name='Aperture'> |
3116 | <fieldValue name='name' value='aperture3'/> |
3117 | <fieldValue name='componentLabel' value='WINDOW'/> |
3118 | <fieldValue name='polygon'> |
3119 | <Coordinate point='17.0 1.0 4.999999999999999 17.0 2.0 4.999999999999999 17.0 2.0 5.999999999999999 17.0 1.0 5.999999999999999'/> |
3120 | </fieldValue> |
3121 | <fieldValue name='attributes'/> |
3122 | </ProtoInstance> |
3123 | <ProtoInstance name='Aperture'> |
3124 | <fieldValue name='name' value='aperture2'/> |
3125 | <fieldValue name='componentLabel' value='WINDOW'/> |
3126 | <fieldValue name='polygon'> |
3127 | <Coordinate point='17.0 1.0 0.999999999999999 17.0 2.0 0.999999999999999 17.0 2.0 1.999999999999999 17.0 1.0 1.999999999999999'/> |
3128 | </fieldValue> |
3129 | <fieldValue name='attributes'/> |
3130 | </ProtoInstance> |
3131 | <ProtoInstance name='Aperture'> |
3132 | <fieldValue name='name' value='aperture3'/> |
3133 | <fieldValue name='componentLabel' value='WINDOW'/> |
3134 | <fieldValue name='polygon'> |
3135 | <Coordinate point='17.0 1.0 2.999999999999999 17.0 2.0 2.999999999999999 17.0 2.0 3.999999999999999 17.0 1.0 3.999999999999999'/> |
3136 | </fieldValue> |
3137 | <fieldValue name='attributes'/> |
3138 | </ProtoInstance> |
3139 | </fieldValue> |
3140 | <fieldValue name='attributes'/> |
3141 | </ProtoInstance> |
3142 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-82'> |
3143 | <fieldValue name='name' value='wall15-b-a'/> |
3144 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3145 | <fieldValue name='zOffset' value='1'/> |
3146 | <fieldValue name='polygon'> |
3147 | <Coordinate point='17.0 0.0 7.0 17.0 3.253 7.0 13.5 3.253 7.0 13.5 0.0 7.0'/> |
3148 | </fieldValue> |
3149 | <fieldValue name='apertures'/> |
3150 | <fieldValue name='attributes'/> |
3151 | </ProtoInstance> |
3152 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-83'> |
3153 | <fieldValue name='name' value='wall11-a-b'/> |
3154 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3155 | <fieldValue name='zOffset' value='1'/> |
3156 | <fieldValue name='polygon'> |
3157 | <Coordinate point='0.0 0.0 10.5 0.0 3.253 10.5 0.0 3.253 17.0 0.0 0.0 17.0'/> |
3158 | </fieldValue> |
3159 | <fieldValue name='apertures'> |
3160 | <ProtoInstance name='Aperture'> |
3161 | <fieldValue name='name' value='aperture1'/> |
3162 | <fieldValue name='componentLabel' value='WINDOW'/> |
3163 | <fieldValue name='polygon'> |
3164 | <Coordinate point='3.3677786976552215E-16 1.0 16.0 3.3677786976552215E-16 2.0 16.0 2.755455298081546E-16 2.0 15.0 2.755455298081546E-16 1.0 15.0'/> |
3165 | </fieldValue> |
3166 | <fieldValue name='attributes'/> |
3167 | </ProtoInstance> |
3168 | <ProtoInstance name='Aperture'> |
3169 | <fieldValue name='name' value='aperture2'/> |
3170 | <fieldValue name='componentLabel' value='WINDOW'/> |
3171 | <fieldValue name='polygon'> |
3172 | <Coordinate point='2.449293598294707E-16 1.0 14.5 2.449293598294707E-16 2.0 14.5 1.8369701987210302E-16 2.0 13.5 1.8369701987210302E-16 1.0 13.5'/> |
3173 | </fieldValue> |
3174 | <fieldValue name='attributes'/> |
3175 | </ProtoInstance> |
3176 | <ProtoInstance name='Aperture'> |
3177 | <fieldValue name='name' value='aperture3'/> |
3178 | <fieldValue name='componentLabel' value='WINDOW'/> |
3179 | <fieldValue name='polygon'> |
3180 | <Coordinate point='1.2246467991473535E-16 1.0 12.5 1.2246467991473535E-16 2.0 12.5 6.123233995736767E-17 2.0 11.5 6.123233995736767E-17 1.0 11.5'/> |
3181 | </fieldValue> |
3182 | <fieldValue name='attributes'/> |
3183 | </ProtoInstance> |
3184 | </fieldValue> |
3185 | <fieldValue name='attributes'/> |
3186 | </ProtoInstance> |
3187 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-84'> |
3188 | <fieldValue name='name' value='wall13-b-a'/> |
3189 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3190 | <fieldValue name='zOffset' value='1'/> |
3191 | <fieldValue name='polygon'> |
3192 | <Coordinate point='4.0 0.0 17.0 4.0 3.253 17.0 4.0 3.253 10.5 4.0 0.0 10.5'/> |
3193 | </fieldValue> |
3194 | <fieldValue name='apertures'> |
3195 | <ProtoInstance name='Aperture'> |
3196 | <fieldValue name='name' value='aperture1'/> |
3197 | <fieldValue name='componentLabel' value='DOOR'/> |
3198 | <fieldValue name='polygon'> |
3199 | <Coordinate point='4.0 0.0 11.0 4.0 2.25 11.0 4.0 2.25 12.0 4.0 0.0 12.0'/> |
3200 | </fieldValue> |
3201 | <fieldValue name='attributes'/> |
3202 | </ProtoInstance> |
3203 | </fieldValue> |
3204 | <fieldValue name='attributes'/> |
3205 | </ProtoInstance> |
3206 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-85'> |
3207 | <fieldValue name='name' value='wall20-b'/> |
3208 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3209 | <fieldValue name='zOffset' value='1'/> |
3210 | <fieldValue name='polygon'> |
3211 | <Coordinate point='0.0 0.0 10.5 0.0 3.253 10.5 4.0 3.253 10.5 4.0 0.0 10.5'/> |
3212 | </fieldValue> |
3213 | <fieldValue name='apertures'/> |
3214 | <fieldValue name='attributes'/> |
3215 | </ProtoInstance> |
3216 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-86'> |
3217 | <fieldValue name='name' value='wall11-a-a-b'/> |
3218 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3219 | <fieldValue name='zOffset' value='1'/> |
3220 | <fieldValue name='polygon'> |
3221 | <Coordinate point='0.0 0.0 5.0 0.0 3.253 5.0 0.0 3.253 10.5 0.0 0.0 10.5'/> |
3222 | </fieldValue> |
3223 | <fieldValue name='apertures'> |
3224 | <ProtoInstance name='Aperture'> |
3225 | <fieldValue name='name' value='aperture1'/> |
3226 | <fieldValue name='componentLabel' value='WINDOW'/> |
3227 | <fieldValue name='polygon'> |
3228 | <Coordinate point='2.7554552980815443E-16 1.0 9.5 2.7554552980815443E-16 2.0 9.5 2.1431318985078676E-16 2.0 8.5 2.1431318985078676E-16 1.0 8.5'/> |
3229 | </fieldValue> |
3230 | <fieldValue name='attributes'/> |
3231 | </ProtoInstance> |
3232 | <ProtoInstance name='Aperture'> |
3233 | <fieldValue name='name' value='aperture2'/> |
3234 | <fieldValue name='componentLabel' value='WINDOW'/> |
3235 | <fieldValue name='polygon'> |
3236 | <Coordinate point='1.224646799147353E-16 1.0 7.0 1.224646799147353E-16 2.0 7.0 6.123233995736762E-17 2.0 6.0 6.123233995736762E-17 1.0 6.0'/> |
3237 | </fieldValue> |
3238 | <fieldValue name='attributes'/> |
3239 | </ProtoInstance> |
3240 | </fieldValue> |
3241 | <fieldValue name='attributes'/> |
3242 | </ProtoInstance> |
3243 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-87'> |
3244 | <fieldValue name='name' value='wall13-b-b-a'/> |
3245 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3246 | <fieldValue name='zOffset' value='1'/> |
3247 | <fieldValue name='polygon'> |
3248 | <Coordinate point='4.0 0.0 10.5 4.0 3.253 10.5 4.0 3.253 5.0 4.0 0.0 5.0'/> |
3249 | </fieldValue> |
3250 | <fieldValue name='apertures'> |
3251 | <ProtoInstance name='Aperture'> |
3252 | <fieldValue name='name' value='aperture1'/> |
3253 | <fieldValue name='componentLabel' value='DOOR'/> |
3254 | <fieldValue name='polygon'> |
3255 | <Coordinate point='4.0 0.0 5.5 4.0 2.25 5.5 4.0 2.25 6.5 4.0 0.0 6.5'/> |
3256 | </fieldValue> |
3257 | <fieldValue name='attributes'/> |
3258 | </ProtoInstance> |
3259 | </fieldValue> |
3260 | <fieldValue name='attributes'/> |
3261 | </ProtoInstance> |
3262 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-88'> |
3263 | <fieldValue name='name' value='wall24-b'/> |
3264 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3265 | <fieldValue name='zOffset' value='1'/> |
3266 | <fieldValue name='polygon'> |
3267 | <Coordinate point='0.0 0.0 5.0 0.0 3.253 5.0 4.0 3.253 5.0 4.0 0.0 5.0'/> |
3268 | </fieldValue> |
3269 | <fieldValue name='apertures'/> |
3270 | <fieldValue name='attributes'/> |
3271 | </ProtoInstance> |
3272 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-89'> |
3273 | <fieldValue name='name' value='wall11-a-a-a-a'/> |
3274 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3275 | <fieldValue name='zOffset' value='1'/> |
3276 | <fieldValue name='polygon'> |
3277 | <Coordinate point='0.0 0.0 0.0 0.0 3.253 0.0 0.0 3.253 2.5 0.0 0.0 2.5'/> |
3278 | </fieldValue> |
3279 | <fieldValue name='apertures'> |
3280 | <ProtoInstance name='Aperture'> |
3281 | <fieldValue name='name' value='aperture1'/> |
3282 | <fieldValue name='componentLabel' value='WINDOW'/> |
3283 | <fieldValue name='polygon'> |
3284 | <Coordinate point='6.123233995736766E-17 1.0 1.0 6.123233995736766E-17 2.0 1.0 1.2246467991473532E-16 2.0 2.0 1.2246467991473532E-16 1.0 2.0'/> |
3285 | </fieldValue> |
3286 | <fieldValue name='attributes'/> |
3287 | </ProtoInstance> |
3288 | </fieldValue> |
3289 | <fieldValue name='attributes'/> |
3290 | </ProtoInstance> |
3291 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-90'> |
3292 | <fieldValue name='name' value='wall11-a-a-a-b'/> |
3293 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3294 | <fieldValue name='zOffset' value='1'/> |
3295 | <fieldValue name='polygon'> |
3296 | <Coordinate point='0.0 0.0 2.5 0.0 3.253 2.5 0.0 3.253 5.0 0.0 0.0 5.0'/> |
3297 | </fieldValue> |
3298 | <fieldValue name='apertures'> |
3299 | <ProtoInstance name='Aperture'> |
3300 | <fieldValue name='name' value='aperture1'/> |
3301 | <fieldValue name='componentLabel' value='WINDOW'/> |
3302 | <fieldValue name='polygon'> |
3303 | <Coordinate point='3.061616997868381E-17 1.0 3.0 3.061616997868381E-17 2.0 3.0 9.184850993605148E-17 2.0 4.0 9.184850993605148E-17 1.0 4.0'/> |
3304 | </fieldValue> |
3305 | <fieldValue name='attributes'/> |
3306 | </ProtoInstance> |
3307 | </fieldValue> |
3308 | <fieldValue name='attributes'/> |
3309 | </ProtoInstance> |
3310 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-91'> |
3311 | <fieldValue name='name' value='wall13-b-b-b-a'/> |
3312 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3313 | <fieldValue name='zOffset' value='1'/> |
3314 | <fieldValue name='polygon'> |
3315 | <Coordinate point='4.0 0.0 5.0 4.0 3.253 5.0 4.0 3.253 2.5 4.0 0.0 2.5'/> |
3316 | </fieldValue> |
3317 | <fieldValue name='apertures'> |
3318 | <ProtoInstance name='Aperture'> |
3319 | <fieldValue name='name' value='aperture1'/> |
3320 | <fieldValue name='componentLabel' value='DOOR'/> |
3321 | <fieldValue name='polygon'> |
3322 | <Coordinate point='3.9999999999999996 0.0 3.4999999999999996 3.9999999999999996 2.25 3.4999999999999996 4.0 2.25 4.5 4.0 0.0 4.5'/> |
3323 | </fieldValue> |
3324 | <fieldValue name='attributes'/> |
3325 | </ProtoInstance> |
3326 | </fieldValue> |
3327 | <fieldValue name='attributes'/> |
3328 | </ProtoInstance> |
3329 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-92'> |
3330 | <fieldValue name='name' value='wall4-b-a'/> |
3331 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3332 | <fieldValue name='zOffset' value='1'/> |
3333 | <fieldValue name='polygon'> |
3334 | <Coordinate point='13.5 0.0 0.0 13.5 3.253 0.0 4.0 3.253 0.0 4.0 0.0 0.0'/> |
3335 | </fieldValue> |
3336 | <fieldValue name='apertures'> |
3337 | <ProtoInstance name='Aperture'> |
3338 | <fieldValue name='name' value='aperture1'/> |
3339 | <fieldValue name='componentLabel' value='WINDOW'/> |
3340 | <fieldValue name='polygon'> |
3341 | <Coordinate point='5.5 1.0 0.0 5.5 2.0 0.0 6.5 2.0 0.0 6.5 1.0 0.0'/> |
3342 | </fieldValue> |
3343 | <fieldValue name='attributes'/> |
3344 | </ProtoInstance> |
3345 | <ProtoInstance name='Aperture'> |
3346 | <fieldValue name='name' value='aperture2'/> |
3347 | <fieldValue name='componentLabel' value='WINDOW'/> |
3348 | <fieldValue name='polygon'> |
3349 | <Coordinate point='8.0 1.0 0.0 8.0 2.0 0.0 9.0 2.0 0.0 9.0 1.0 0.0'/> |
3350 | </fieldValue> |
3351 | <fieldValue name='attributes'/> |
3352 | </ProtoInstance> |
3353 | <ProtoInstance name='Aperture'> |
3354 | <fieldValue name='name' value='aperture3'/> |
3355 | <fieldValue name='componentLabel' value='WINDOW'/> |
3356 | <fieldValue name='polygon'> |
3357 | <Coordinate point='10.5 1.0 0.0 10.5 2.0 0.0 11.5 2.0 0.0 11.5 1.0 0.0'/> |
3358 | </fieldValue> |
3359 | <fieldValue name='attributes'/> |
3360 | </ProtoInstance> |
3361 | </fieldValue> |
3362 | <fieldValue name='attributes'/> |
3363 | </ProtoInstance> |
3364 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-93'> |
3365 | <fieldValue name='name' value='wall4-b-b'/> |
3366 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3367 | <fieldValue name='zOffset' value='1'/> |
3368 | <fieldValue name='polygon'> |
3369 | <Coordinate point='4.0 0.0 0.0 4.0 3.253 0.0 0.0 3.253 0.0 0.0 0.0 0.0'/> |
3370 | </fieldValue> |
3371 | <fieldValue name='apertures'> |
3372 | <ProtoInstance name='Aperture'> |
3373 | <fieldValue name='name' value='aperture1'/> |
3374 | <fieldValue name='componentLabel' value='WINDOW'/> |
3375 | <fieldValue name='polygon'> |
3376 | <Coordinate point='1.0 1.0 0.0 1.0 2.0 0.0 2.0 2.0 0.0 2.0 1.0 0.0'/> |
3377 | </fieldValue> |
3378 | <fieldValue name='attributes'/> |
3379 | </ProtoInstance> |
3380 | <ProtoInstance name='Aperture'> |
3381 | <fieldValue name='name' value='aperture2'/> |
3382 | <fieldValue name='componentLabel' value='WINDOW'/> |
3383 | <fieldValue name='polygon'> |
3384 | <Coordinate point='2.5 1.0 0.0 2.5 2.0 0.0 3.5 2.0 0.0 3.5 1.0 0.0'/> |
3385 | </fieldValue> |
3386 | <fieldValue name='attributes'/> |
3387 | </ProtoInstance> |
3388 | </fieldValue> |
3389 | <fieldValue name='attributes'/> |
3390 | </ProtoInstance> |
3391 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-94'> |
3392 | <fieldValue name='name' value='wall11-b-a'/> |
3393 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3394 | <fieldValue name='zOffset' value='1'/> |
3395 | <fieldValue name='polygon'> |
3396 | <Coordinate point='13.5 0.0 7.0 13.5 3.253 7.0 13.5 3.253 5.0 13.5 0.0 5.0'/> |
3397 | </fieldValue> |
3398 | <fieldValue name='apertures'> |
3399 | <ProtoInstance name='Aperture'> |
3400 | <fieldValue name='name' value='aperture1'/> |
3401 | <fieldValue name='componentLabel' value='DOOR'/> |
3402 | <fieldValue name='polygon'> |
3403 | <Coordinate point='13.5 0.0 5.499999999999999 13.5 2.25 5.499999999999999 13.5 2.25 6.499999999999999 13.5 0.0 6.499999999999999'/> |
3404 | </fieldValue> |
3405 | <fieldValue name='attributes'/> |
3406 | </ProtoInstance> |
3407 | </fieldValue> |
3408 | <fieldValue name='attributes'/> |
3409 | </ProtoInstance> |
3410 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-95'> |
3411 | <fieldValue name='name' value='wall31-a'/> |
3412 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3413 | <fieldValue name='zOffset' value='1'/> |
3414 | <fieldValue name='polygon'> |
3415 | <Coordinate point='4.0 0.0 5.0 4.0 3.253 5.0 13.5 3.253 5.0 13.5 0.0 5.0'/> |
3416 | </fieldValue> |
3417 | <fieldValue name='apertures'> |
3418 | <ProtoInstance name='Aperture'> |
3419 | <fieldValue name='name' value='aperture1'/> |
3420 | <fieldValue name='componentLabel' value='DOOR'/> |
3421 | <fieldValue name='polygon'> |
3422 | <Coordinate point='7.0 0.0 5.0 7.0 2.5 5.0 9.5 2.5 5.0 9.5 0.0 5.0'/> |
3423 | </fieldValue> |
3424 | <fieldValue name='attributes'/> |
3425 | </ProtoInstance> |
3426 | </fieldValue> |
3427 | <fieldValue name='attributes'/> |
3428 | </ProtoInstance> |
3429 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-96'> |
3430 | <fieldValue name='name' value='wall2-b-b-a'/> |
3431 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3432 | <fieldValue name='zOffset' value='1'/> |
3433 | <fieldValue name='polygon'> |
3434 | <Coordinate point='6.0 0.0 17.0 6.0 3.253 17.0 11.0 3.253 17.0 11.0 0.0 17.0'/> |
3435 | </fieldValue> |
3436 | <fieldValue name='apertures'> |
3437 | <ProtoInstance name='Aperture'> |
3438 | <fieldValue name='name' value='aperture1'/> |
3439 | <fieldValue name='componentLabel' value='WINDOW'/> |
3440 | <fieldValue name='polygon'> |
3441 | <Coordinate point='10.0 1.0 17.0 10.0 2.0 17.0 9.0 2.0 17.0 9.0 1.0 17.0'/> |
3442 | </fieldValue> |
3443 | <fieldValue name='attributes'/> |
3444 | </ProtoInstance> |
3445 | <ProtoInstance name='Aperture'> |
3446 | <fieldValue name='name' value='aperture2'/> |
3447 | <fieldValue name='componentLabel' value='WINDOW'/> |
3448 | <fieldValue name='polygon'> |
3449 | <Coordinate point='8.0 1.0 17.0 8.0 2.0 17.0 7.0 2.0 17.0 7.0 1.0 17.0'/> |
3450 | </fieldValue> |
3451 | <fieldValue name='attributes'/> |
3452 | </ProtoInstance> |
3453 | </fieldValue> |
3454 | <fieldValue name='attributes'/> |
3455 | </ProtoInstance> |
3456 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-97'> |
3457 | <fieldValue name='name' value='wall2-b-b-b'/> |
3458 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3459 | <fieldValue name='zOffset' value='1'/> |
3460 | <fieldValue name='polygon'> |
3461 | <Coordinate point='11.0 0.0 17.0 11.0 3.253 17.0 17.0 3.253 17.0 17.0 0.0 17.0'/> |
3462 | </fieldValue> |
3463 | <fieldValue name='apertures'> |
3464 | <ProtoInstance name='Aperture'> |
3465 | <fieldValue name='name' value='aperture1'/> |
3466 | <fieldValue name='componentLabel' value='WINDOW'/> |
3467 | <fieldValue name='polygon'> |
3468 | <Coordinate point='15.5 1.0 17.0 15.5 2.0 17.0 14.5 2.0 17.0 14.5 1.0 17.0'/> |
3469 | </fieldValue> |
3470 | <fieldValue name='attributes'/> |
3471 | </ProtoInstance> |
3472 | <ProtoInstance name='Aperture'> |
3473 | <fieldValue name='name' value='aperture2'/> |
3474 | <fieldValue name='componentLabel' value='WINDOW'/> |
3475 | <fieldValue name='polygon'> |
3476 | <Coordinate point='13.5 1.0 17.0 13.5 2.0 17.0 12.5 2.0 17.0 12.5 1.0 17.0'/> |
3477 | </fieldValue> |
3478 | <fieldValue name='attributes'/> |
3479 | </ProtoInstance> |
3480 | </fieldValue> |
3481 | <fieldValue name='attributes'/> |
3482 | </ProtoInstance> |
3483 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-98'> |
3484 | <fieldValue name='name' value='wall9-a'/> |
3485 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3486 | <fieldValue name='zOffset' value='1'/> |
3487 | <fieldValue name='polygon'> |
3488 | <Coordinate point='6.0 0.0 12.5 6.0 3.253 12.5 11.0 3.253 12.5 11.0 0.0 12.5'/> |
3489 | </fieldValue> |
3490 | <fieldValue name='apertures'> |
3491 | <ProtoInstance name='Aperture'> |
3492 | <fieldValue name='name' value='aperture1'/> |
3493 | <fieldValue name='componentLabel' value='DOOR'/> |
3494 | <fieldValue name='polygon'> |
3495 | <Coordinate point='6.5 0.0 12.5 6.5 2.25 12.5 7.5 2.25 12.5 7.5 0.0 12.5'/> |
3496 | </fieldValue> |
3497 | <fieldValue name='attributes'/> |
3498 | </ProtoInstance> |
3499 | </fieldValue> |
3500 | <fieldValue name='attributes'/> |
3501 | </ProtoInstance> |
3502 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-99'> |
3503 | <fieldValue name='name' value='wall27-a'/> |
3504 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3505 | <fieldValue name='zOffset' value='1'/> |
3506 | <fieldValue name='polygon'> |
3507 | <Coordinate point='11.0 0.0 17.0 11.0 3.253 17.0 11.0 3.253 12.5 11.0 0.0 12.5'/> |
3508 | </fieldValue> |
3509 | <fieldValue name='apertures'/> |
3510 | <fieldValue name='attributes'/> |
3511 | </ProtoInstance> |
3512 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-100'> |
3513 | <fieldValue name='name' value='wall11-a'/> |
3514 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3515 | <fieldValue name='zOffset' value='1'/> |
3516 | <fieldValue name='polygon'> |
3517 | <Coordinate point='13.5 0.0 12.5 13.5 3.253 12.5 13.5 3.253 7.0 13.5 0.0 7.0'/> |
3518 | </fieldValue> |
3519 | <fieldValue name='apertures'> |
3520 | <ProtoInstance name='Aperture'> |
3521 | <fieldValue name='name' value='aperture1'/> |
3522 | <fieldValue name='componentLabel' value='DOOR'/> |
3523 | <fieldValue name='polygon'> |
3524 | <Coordinate point='13.5 0.0 11.0 13.5 2.25 11.0 13.5 2.25 12.0 13.5 0.0 12.0'/> |
3525 | </fieldValue> |
3526 | <fieldValue name='attributes'/> |
3527 | </ProtoInstance> |
3528 | </fieldValue> |
3529 | <fieldValue name='attributes'/> |
3530 | </ProtoInstance> |
3531 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-101'> |
3532 | <fieldValue name='name' value='wall9-b-a'/> |
3533 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3534 | <fieldValue name='zOffset' value='1'/> |
3535 | <fieldValue name='polygon'> |
3536 | <Coordinate point='11.0 0.0 12.5 11.0 3.253 12.5 13.5 3.253 12.5 13.5 0.0 12.5'/> |
3537 | </fieldValue> |
3538 | <fieldValue name='apertures'> |
3539 | <ProtoInstance name='Aperture'> |
3540 | <fieldValue name='name' value='aperture1'/> |
3541 | <fieldValue name='componentLabel' value='DOOR'/> |
3542 | <fieldValue name='polygon'> |
3543 | <Coordinate point='11.5 0.0 12.5 11.5 2.25 12.5 12.5 2.25 12.5 12.5 0.0 12.5'/> |
3544 | </fieldValue> |
3545 | <fieldValue name='attributes'/> |
3546 | </ProtoInstance> |
3547 | </fieldValue> |
3548 | <fieldValue name='attributes'/> |
3549 | </ProtoInstance> |
3550 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-102'> |
3551 | <fieldValue name='name' value='wall9-b-b'/> |
3552 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3553 | <fieldValue name='zOffset' value='1'/> |
3554 | <fieldValue name='polygon'> |
3555 | <Coordinate point='13.5 0.0 12.5 13.5 3.253 12.5 17.0 3.253 12.5 17.0 0.0 12.5'/> |
3556 | </fieldValue> |
3557 | <fieldValue name='apertures'/> |
3558 | <fieldValue name='attributes'/> |
3559 | </ProtoInstance> |
3560 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-103'> |
3561 | <fieldValue name='name' value='wall33'/> |
3562 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3563 | <fieldValue name='zOffset' value='1'/> |
3564 | <fieldValue name='polygon'> |
3565 | <Coordinate point='6.0 0.0 11.0 6.0 3.253 11.0 6.0 3.253 7.0 6.0 0.0 7.0'/> |
3566 | </fieldValue> |
3567 | <fieldValue name='apertures'/> |
3568 | <fieldValue name='attributes'/> |
3569 | </ProtoInstance> |
3570 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-104'> |
3571 | <fieldValue name='name' value='wall34-a'/> |
3572 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3573 | <fieldValue name='zOffset' value='1'/> |
3574 | <fieldValue name='polygon'> |
3575 | <Coordinate point='6.0 0.0 7.0 6.0 3.253 7.0 11.5 3.253 7.0 11.5 0.0 7.0'/> |
3576 | </fieldValue> |
3577 | <fieldValue name='apertures'> |
3578 | <ProtoInstance name='Aperture'> |
3579 | <fieldValue name='name' value='aperture1'/> |
3580 | <fieldValue name='componentLabel' value='DOOR'/> |
3581 | <fieldValue name='polygon'> |
3582 | <Coordinate point='9.5 0.0 7.0 9.5 2.25 7.0 10.5 2.25 7.0 10.5 0.0 7.0'/> |
3583 | </fieldValue> |
3584 | <fieldValue name='attributes'/> |
3585 | </ProtoInstance> |
3586 | <ProtoInstance name='Aperture'> |
3587 | <fieldValue name='name' value='aperture2'/> |
3588 | <fieldValue name='componentLabel' value='DOOR'/> |
3589 | <fieldValue name='polygon'> |
3590 | <Coordinate point='7.0 0.0 7.0 7.0 2.25 7.0 8.0 2.25 7.0 8.0 0.0 7.0'/> |
3591 | </fieldValue> |
3592 | <fieldValue name='attributes'/> |
3593 | </ProtoInstance> |
3594 | </fieldValue> |
3595 | <fieldValue name='attributes'/> |
3596 | </ProtoInstance> |
3597 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-105'> |
3598 | <fieldValue name='name' value='wall32-a'/> |
3599 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3600 | <fieldValue name='zOffset' value='1'/> |
3601 | <fieldValue name='polygon'> |
3602 | <Coordinate point='6.0 0.0 11.0 6.0 3.253 11.0 11.5 3.253 11.0 11.5 0.0 11.0'/> |
3603 | </fieldValue> |
3604 | <fieldValue name='apertures'/> |
3605 | <fieldValue name='attributes'/> |
3606 | </ProtoInstance> |
3607 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-106'> |
3608 | <fieldValue name='name' value='wall35-a'/> |
3609 | <fieldValue name='componentLabel' value='EXTERIOR_WALL'/> |
3610 | <fieldValue name='zOffset' value='1'/> |
3611 | <fieldValue name='polygon'> |
3612 | <Coordinate point='11.5 0.0 7.0 11.5 3.253 7.0 11.5 3.253 11.0 11.5 0.0 11.0'/> |
3613 | </fieldValue> |
3614 | <fieldValue name='apertures'/> |
3615 | <fieldValue name='attributes'/> |
3616 | </ProtoInstance> |
3617 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-107'> |
3618 | <fieldValue name='name' value='wall13-b-b-b-b-a'/> |
3619 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3620 | <fieldValue name='zOffset' value='1'/> |
3621 | <fieldValue name='polygon'> |
3622 | <Coordinate point='4.0 0.0 2.5 4.0 3.253 2.5 4.0 3.253 1.5 4.0 0.0 1.5'/> |
3623 | </fieldValue> |
3624 | <fieldValue name='apertures'> |
3625 | <ProtoInstance name='Aperture'> |
3626 | <fieldValue name='name' value='aperture1'/> |
3627 | <fieldValue name='componentLabel' value='DOOR'/> |
3628 | <fieldValue name='polygon'> |
3629 | <Coordinate point='4.0 0.0 1.4999999999999998 4.0 2.25 1.4999999999999998 4.0 2.25 2.4999999999999996 4.0 0.0 2.4999999999999996'/> |
3630 | </fieldValue> |
3631 | <fieldValue name='attributes'/> |
3632 | </ProtoInstance> |
3633 | </fieldValue> |
3634 | <fieldValue name='attributes'/> |
3635 | </ProtoInstance> |
3636 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-108'> |
3637 | <fieldValue name='name' value='wall13-b-b-b-b-b'/> |
3638 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3639 | <fieldValue name='zOffset' value='1'/> |
3640 | <fieldValue name='polygon'> |
3641 | <Coordinate point='4.0 0.0 1.5 4.0 3.253 1.5 4.0 3.253 0.0 4.0 0.0 0.0'/> |
3642 | </fieldValue> |
3643 | <fieldValue name='apertures'/> |
3644 | <fieldValue name='attributes'/> |
3645 | </ProtoInstance> |
3646 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-109'> |
3647 | <fieldValue name='name' value='wall11-b-b-a'/> |
3648 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3649 | <fieldValue name='zOffset' value='1'/> |
3650 | <fieldValue name='polygon'> |
3651 | <Coordinate point='13.5 0.0 5.0 13.5 3.253 5.0 13.5 3.253 1.5 13.5 0.0 1.5'/> |
3652 | </fieldValue> |
3653 | <fieldValue name='apertures'/> |
3654 | <fieldValue name='attributes'/> |
3655 | </ProtoInstance> |
3656 | <ProtoInstance name='Wall' DEF='Uhrb-Wall-110'> |
3657 | <fieldValue name='name' value='wall11-b-b-b'/> |
3658 | <fieldValue name='componentLabel' value='INTERIOR_WALL'/> |
3659 | <fieldValue name='zOffset' value='1'/> |
3660 | <fieldValue name='polygon'> |
3661 | <Coordinate point='13.5 0.0 1.5 13.5 3.253 1.5 13.5 3.253 0.0 13.5 0.0 0.0'/> |
3662 | </fieldValue> |
3663 | <fieldValue name='apertures'/> |
3664 | <fieldValue name='attributes'/> |
3665 | </ProtoInstance> |
3666 | </fieldValue> |
3667 | </ProtoInstance> |
3668 | </fieldValue> |
3669 | <fieldValue name='footprint'> |
3670 | <Coordinate point='0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0'/> |
3671 | </fieldValue> |
3672 | <fieldValue name='roof'> |
3673 | <ProtoInstance name='Roof'> |
3674 | <fieldValue name='name' value='roof'/> |
3675 | <fieldValue name='componentLabel' value='ROOF_ASSEMBLY'/> |
3676 | </ProtoInstance> |
3677 | </fieldValue> |
3678 | </ProtoInstance> |
3679 | </Scene> |
3680 | </X3D> |
Event Graph ROUTE Table entries with 5 ROUTE connections total, showing X3D event-model relationships for this scene.
Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.
GenScript
Script children MFNode |
WallGrp
Group set_children MFNode |
ScriptFloorLevel
Script translation SFVec3f |
TRANS
Transform set_translation SFVec3f |
|
ScriptFloorLevel
Script children MFNode |
Geometry
Group set_children MFNode |
ScriptUhrb
Script children MFNode |
Rooflines
Group set_children MFNode |
line 343
ProtoInstance Attribute |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 347
ProtoInstance Uhrb |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 354
ProtoInstance FloorLevel |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 358
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 363
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 368
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 373
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 378
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 383
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 388
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 393
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 398
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 403
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 408
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 413
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 418
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 423
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 428
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 433
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 438
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 443
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 448
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 453
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 458
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 463
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 468
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 473
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 478
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 483
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 488
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 493
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 498
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 503
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 508
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 513
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 518
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 523
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 528
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 533
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 538
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 543
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 548
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 553
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 560
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 565
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 571
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 577
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 582
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 588
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 594
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 599
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 605
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 611
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 616
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 622
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 628
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 633
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 639
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 645
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 650
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 656
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 662
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 667
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 673
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 679
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 684
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 690
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 696
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 701
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 707
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 713
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 718
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 724
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 730
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 735
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 741
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 747
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 752
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 758
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 764
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 769
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 775
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 801
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 809
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 828
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 836
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 855
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 863
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 882
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 901
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 909
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 928
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 936
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 944
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 973
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 981
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 989
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1008
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1037
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1045
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1064
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1093
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1112
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1131
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1150
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1158
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1166
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1185
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1193
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1222
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1241
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1260
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1268
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1287
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1295
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1314
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1343
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1362
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1401
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1440
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1489
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1502
ProtoInstance FloorLevel |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1506
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1511
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1516
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1521
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1526
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1531
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1536
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1541
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1546
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1551
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1556
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1561
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1566
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1571
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1576
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1581
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1586
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1591
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1596
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1601
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1606
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1611
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1616
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1621
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1626
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1631
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1636
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1641
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1646
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1651
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1656
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1661
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1666
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1671
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1676
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1681
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1686
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1691
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1698
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1703
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1709
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1715
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1720
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1726
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1732
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1737
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1743
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1749
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1754
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1760
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1766
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1771
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1777
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1783
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1788
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1794
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1800
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1805
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1811
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1817
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1822
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1828
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1834
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1839
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1845
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1851
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1856
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1862
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1868
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1873
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1879
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1905
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1913
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1932
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1940
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1959
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1967
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 1986
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2005
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2013
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2032
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2040
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2048
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2077
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2085
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2093
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2112
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2141
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2149
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2168
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2197
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2216
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2235
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2254
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2262
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2270
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2289
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2297
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2316
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2335
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2354
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2362
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2381
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2389
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2408
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2437
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2456
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2495
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2503
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2542
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2585
ProtoInstance FloorLevel |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2589
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2594
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2599
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2604
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2609
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2614
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2619
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2624
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2629
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2634
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2639
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2644
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2649
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2654
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2659
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2664
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2669
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2674
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2679
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2684
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2689
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2694
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2699
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2704
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2709
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2714
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2719
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2724
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2729
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2734
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2739
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2744
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2749
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2754
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2759
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2764
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2769
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2774
ProtoInstance Edge |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2781
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2786
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2792
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2798
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2803
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2809
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2815
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2820
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2826
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2832
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2837
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2843
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2849
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2854
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2860
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2866
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2871
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2877
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2883
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2888
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2894
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2900
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2905
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2911
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2917
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2922
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2928
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2934
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2939
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2945
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2951
ProtoInstance Room |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2956
ProtoInstance Floor |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2962
ProtoInstance Ceiling |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2988
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 2996
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3015
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3023
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3042
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3050
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3069
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3088
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3096
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3115
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3123
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3131
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3160
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3168
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3176
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3195
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3224
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3232
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3251
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3280
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3299
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3318
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3337
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3345
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3353
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3372
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3380
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3399
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3418
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3437
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3445
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3464
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3472
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3491
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3520
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3539
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3578
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3586
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3625
ProtoInstance Aperture |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
line 3673
ProtoInstance Roof |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-1
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-10
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-100
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-101
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-102
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-103
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-104
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-105
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-106
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-107
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-108
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-109
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-11
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-110
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-12
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-13
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-14
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-15
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-16
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-17
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-18
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-19
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-2
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-20
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-21
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-22
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-23
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-24
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-25
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-26
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-27
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-28
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-29
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-3
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-30
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-31
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-32
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-33
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-34
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-35
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-36
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-37
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-38
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-39
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-4
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-40
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-41
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-42
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-43
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-44
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-45
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-46
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-47
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-48
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-49
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-5
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-50
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-51
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-52
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-53
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-54
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-55
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-56
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-57
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-58
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-59
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-6
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-60
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-61
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-62
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-63
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-64
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-65
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-66
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-67
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-68
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-69
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-7
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-70
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-71
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-72
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-73
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-74
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-75
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-76
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-77
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-78
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-79
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-8
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-80
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-81
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-82
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-83
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-84
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-85
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-86
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-87
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-88
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-89
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-9
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-90
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-91
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-92
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-93
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-94
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-95
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-96
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-97
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-98
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declarations with direct access to other nodes, and thus has potential to produce run-time animation. |
Uhrb-Wall-99
ProtoInstance Wall |
No ROUTE connection found for output events from this node. This ProtoInstance contains SFNode/MFNode fieldValue declaration with direct access to other nodes, and thus has potential to produce run-time animation. |
<!--
Color-coding legend: X3D terminology
<X3dNode
DEF='idName' field='value'/>
matches XML terminology
<XmlElement
DEF='idName' attribute='value'/>
(Light-blue background: event-based behavior node or statement)
(Grey background inside box: inserted documentation)
(Magenta background: X3D Extensibility)
<ProtoInstance name='ProtoName'>
<field
name='fieldName'/> </ProtoInstance>
-->
<!--
For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints.
-->