1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "https://www.web3d.org/specifications/x3d-4.0.dtd">
|
3 | <X3D profile='Immersive' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-4.0.xsd'> |
4 | <head> |
5 | <meta name='title' content='Cholesterol.x3d'/> |
6 | <meta name='description' content='Autogenerated version of Cholesterol.x3d scene produced from Cholesterol.xml Chemical Markup Language (CML) version 1.0 source file.'/> |
7 | <meta name='creator' content='Nicholas F. Polys'/> |
8 | <meta name='translator' content='Don Brutzman'/> |
9 | <meta name='created' content='24 November 2005'/> |
10 | <meta name='translated' content='6 August 2024'/> |
11 | <meta name='modified' content='6 August 2024'/> |
12 | <meta name='reference' content='Cholesterol.xml'/> |
13 | <meta name='reference' content='CML sources https://www.xml-cml.org'/> |
14 | <meta name='reference' content='Wikipedia https://en.wikipedia.org/wiki/Chemical_Markup_Language'/> |
15 | <meta name='reference' content='JUMBO Chemical Format Conversion Tool'/> |
16 | <meta name='reference' content='https://webbook.nist.gov/chemistry'/> |
17 | <meta name='reference' content='Polys.StylesheetTransformationsInteractiveVisualization.Web3d2003Symposium.pdf'/> |
18 | <meta name='reference' content='Originally Published in Proceedings of Web3D 2003, ACM Press'/> |
19 | <meta name='generator' content='CmlToX3d.xslt'/> |
20 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Basic/ChemicalMarkupLanguage/Cholesterol.x3d'/> |
21 | <meta name='license' content='../license.html'/> |
22 | </head> |
23 | <Scene> |
24 | <ProtoDeclare name='Carbon'> |
25 | <ProtoInterface> |
26 | <field name='position' type='SFVec3f' value='0 0 0' accessType='inputOutput'/> |
27 | <field name='materialTransparency' type='SFFloat' value='.6' accessType='inputOutput'/> |
28 | </ProtoInterface> |
29 | <ProtoBody> |
30 | <Group> |
31 | <Transform DEF='atoC'> |
32 | <IS> |
33 | <connect nodeField='translation' protoField='position'/> |
34 | </IS> |
35 | <Shape> |
36 | <Appearance> |
37 | <Material DEF='atoC_mat' diffuseColor='0 0 0' shininess='.8' specularColor='.29 .3 .29'> |
38 | <IS> |
39 | <connect nodeField='transparency' protoField='materialTransparency'/> |
40 | </IS> |
41 | </Material> |
42 | </Appearance> |
43 | <Sphere radius='.77'/> |
44 | </Shape> |
45 | <Shape> |
46 | <Appearance> |
47 | <Material diffuseColor='0.9 0.9 0.9'/> |
48 | </Appearance> |
49 | <Text string='"C"'> |
50 | <FontStyle size='.8'/> |
51 | </Text> |
52 | </Shape> |
53 | </Transform> |
54 | </Group> |
55 | </ProtoBody> |
56 | </ProtoDeclare> |
57 | <ProtoDeclare name='Hydrogen'> |
58 | <ProtoInterface> |
59 | <field name='position' type='SFVec3f' value='0 0 0' accessType='inputOutput'/> |
60 | <field name='materialTransparency' type='SFFloat' value='.6' accessType='inputOutput'/> |
61 | </ProtoInterface> |
62 | <ProtoBody> |
63 | <Group> |
64 | <Transform DEF='atoH'> |
65 | <IS> |
66 | <connect nodeField='translation' protoField='position'/> |
67 | </IS> |
68 | <Shape> |
69 | <Appearance> |
70 | <Material DEF='atoH_mat' ambientIntensity='.0933' diffuseColor='.38 .38 .42' shininess='0.5' specularColor='.53 .53 .53'> |
71 | <IS> |
72 | <connect nodeField='transparency' protoField='materialTransparency'/> |
73 | </IS> |
74 | </Material> |
75 | </Appearance> |
76 | <Sphere radius='.32'/> |
77 | </Shape> |
78 | <Shape> |
79 | <Appearance> |
80 | <Material diffuseColor='0.9 0.9 0.9'/> |
81 | </Appearance> |
82 | <Text string='"H"'> |
83 | <FontStyle size='.4'/> |
84 | </Text> |
85 | </Shape> |
86 | </Transform> |
87 | </Group> |
88 | </ProtoBody> |
89 | </ProtoDeclare> |
90 | <ProtoDeclare name='Nitrogen'> |
91 | <ProtoInterface> |
92 | <field name='position' type='SFVec3f' value='0 0 0' accessType='inputOutput'/> |
93 | <field name='materialTransparency' type='SFFloat' value='.6' accessType='inputOutput'/> |
94 | </ProtoInterface> |
95 | <ProtoBody> |
96 | <Group> |
97 | <Transform DEF='atoN'> |
98 | <IS> |
99 | <connect nodeField='translation' protoField='position'/> |
100 | </IS> |
101 | <Shape> |
102 | <Appearance> |
103 | <Material DEF='atoN_mat' diffuseColor='0 0 .72' emissiveColor='0 0 .13' specularColor='.5 .5 .5'> |
104 | <IS> |
105 | <connect nodeField='transparency' protoField='materialTransparency'/> |
106 | </IS> |
107 | </Material> |
108 | </Appearance> |
109 | <Sphere radius='.75'/> |
110 | </Shape> |
111 | <Shape> |
112 | <Appearance> |
113 | <Material diffuseColor='0.9 0.9 0.9'/> |
114 | </Appearance> |
115 | <Text string='"N"'> |
116 | <FontStyle size='.8'/> |
117 | </Text> |
118 | </Shape> |
119 | </Transform> |
120 | </Group> |
121 | </ProtoBody> |
122 | </ProtoDeclare> |
123 | <ProtoDeclare name='Oxygen'> |
124 | <ProtoInterface> |
125 | <field name='position' type='SFVec3f' value='0 0 0' accessType='inputOutput'/> |
126 | <field name='materialTransparency' type='SFFloat' value='.6' accessType='inputOutput'/> |
127 | </ProtoInterface> |
128 | <ProtoBody> |
129 | <Group> |
130 | <Transform DEF='atoO'> |
131 | <IS> |
132 | <connect nodeField='translation' protoField='position'/> |
133 | </IS> |
134 | <Shape> |
135 | <Appearance> |
136 | <Material DEF='atoO_mat' ambientIntensity='.487' diffuseColor='.54 .05 .25' shininess='.2' specularColor='.81 .77 .75'> |
137 | <IS> |
138 | <connect nodeField='transparency' protoField='materialTransparency'/> |
139 | </IS> |
140 | </Material> |
141 | </Appearance> |
142 | <Sphere radius='.73'/> |
143 | </Shape> |
144 | <Shape> |
145 | <Appearance> |
146 | <Material diffuseColor='0.9 0.9 0.9'/> |
147 | </Appearance> |
148 | <Text string='"O"'> |
149 | <FontStyle size='.8'/> |
150 | </Text> |
151 | </Shape> |
152 | </Transform> |
153 | </Group> |
154 | </ProtoBody> |
155 | </ProtoDeclare> |
156 | <ProtoDeclare name='Fluorine'> |
157 | <ProtoInterface> |
158 | <field name='position' type='SFVec3f' value='0 0 0' accessType='inputOutput'/> |
159 | <field name='materialTransparency' type='SFFloat' value='.6' accessType='inputOutput'/> |
160 | </ProtoInterface> |
161 | <ProtoBody> |
162 | <Group> |
163 | <Transform DEF='atoF'> |
164 | <IS> |
165 | <connect nodeField='translation' protoField='position'/> |
166 | </IS> |
167 | <Shape> |
168 | <Appearance> |
169 | <Material DEF='atoF_mat' diffuseColor='1 .48 .79' emissiveColor='.09 .04 .07'> |
170 | <IS> |
171 | <connect nodeField='transparency' protoField='materialTransparency'/> |
172 | </IS> |
173 | </Material> |
174 | </Appearance> |
175 | <Sphere radius='.72'/> |
176 | </Shape> |
177 | <Shape> |
178 | <Appearance> |
179 | <Material diffuseColor='0.9 0.9 0.9'/> |
180 | </Appearance> |
181 | <Text string='"F"'> |
182 | <FontStyle size='.8'/> |
183 | </Text> |
184 | </Shape> |
185 | </Transform> |
186 | </Group> |
187 | </ProtoBody> |
188 | </ProtoDeclare> |
189 | <ProtoDeclare name='Silicon'> |
190 | <ProtoInterface> |
191 | <field name='position' type='SFVec3f' value='0 0 0' accessType='inputOutput'/> |
192 | <field name='materialTransparency' type='SFFloat' value='.6' accessType='inputOutput'/> |
193 | </ProtoInterface> |
194 | <ProtoBody> |
195 | <Group> |
196 | <Transform DEF='atoSi'> |
197 | <IS> |
198 | <connect nodeField='translation' protoField='position'/> |
199 | </IS> |
200 | <Shape> |
201 | <Appearance> |
202 | <Material DEF='atoSi_mat' diffuseColor='.8 .8 .8'> |
203 | <IS> |
204 | <connect nodeField='transparency' protoField='materialTransparency'/> |
205 | </IS> |
206 | </Material> |
207 | </Appearance> |
208 | <Sphere radius='1.18'/> |
209 | </Shape> |
210 | <Shape> |
211 | <Appearance> |
212 | <Material diffuseColor='0.9 0.9 0.9'/> |
213 | </Appearance> |
214 | <Text string='"Si"'> |
215 | <FontStyle size='.8'/> |
216 | </Text> |
217 | </Shape> |
218 | </Transform> |
219 | </Group> |
220 | </ProtoBody> |
221 | </ProtoDeclare> |
222 | <ProtoDeclare name='Phosphorus'> |
223 | <ProtoInterface> |
224 | <field name='position' type='SFVec3f' value='0 0 0' accessType='inputOutput'/> |
225 | <field name='materialTransparency' type='SFFloat' value='.6' accessType='inputOutput'/> |
226 | </ProtoInterface> |
227 | <ProtoBody> |
228 | <Group> |
229 | <Transform DEF='atoP'> |
230 | <IS> |
231 | <connect nodeField='translation' protoField='position'/> |
232 | </IS> |
233 | <Shape> |
234 | <Appearance> |
235 | <Material DEF='atoP_mat' ambientIntensity='.11' diffuseColor='.9 .41 0' emissiveColor='.1 .04 0' shininess='0.8' specularColor='.1 .1 .1'> |
236 | <IS> |
237 | <connect nodeField='transparency' protoField='materialTransparency'/> |
238 | </IS> |
239 | </Material> |
240 | </Appearance> |
241 | <Sphere radius='1.1'/> |
242 | </Shape> |
243 | <Shape> |
244 | <Appearance> |
245 | <Material diffuseColor='0.9 0.9 0.9'/> |
246 | </Appearance> |
247 | <Text string='"P"'> |
248 | <FontStyle size='.8'/> |
249 | </Text> |
250 | </Shape> |
251 | </Transform> |
252 | </Group> |
253 | </ProtoBody> |
254 | </ProtoDeclare> |
255 | <ProtoDeclare name='Sulphur'> |
256 | <ProtoInterface> |
257 | <field name='position' type='SFVec3f' value='0 0 0' accessType='inputOutput'/> |
258 | <field name='materialTransparency' type='SFFloat' value='.6' accessType='inputOutput'/> |
259 | </ProtoInterface> |
260 | <ProtoBody> |
261 | <Group> |
262 | <Transform DEF='atoS'> |
263 | <IS> |
264 | <connect nodeField='translation' protoField='position'/> |
265 | </IS> |
266 | <Shape> |
267 | <Appearance> |
268 | <Material DEF='atoS_mat' ambientIntensity='.0467' diffuseColor='.25 .39 .25' emissiveColor='.05 .08 .05' shininess='0.6' specularColor='.11 .12 .08'> |
269 | <IS> |
270 | <connect nodeField='transparency' protoField='materialTransparency'/> |
271 | </IS> |
272 | </Material> |
273 | </Appearance> |
274 | <Sphere radius='1.3'/> |
275 | </Shape> |
276 | <Shape> |
277 | <Appearance> |
278 | <Material diffuseColor='0.9 0.9 0.9'/> |
279 | </Appearance> |
280 | <Text string='"S"'> |
281 | <FontStyle size='.8'/> |
282 | </Text> |
283 | </Shape> |
284 | </Transform> |
285 | </Group> |
286 | </ProtoBody> |
287 | </ProtoDeclare> |
288 | <ProtoDeclare name='Chlorine'> |
289 | <ProtoInterface> |
290 | <field name='position' type='SFVec3f' value='0 0 0' accessType='inputOutput'/> |
291 | <field name='materialTransparency' type='SFFloat' value='.6' accessType='inputOutput'/> |
292 | </ProtoInterface> |
293 | <ProtoBody> |
294 | <Group> |
295 | <Transform DEF='atoCl'> |
296 | <IS> |
297 | <connect nodeField='translation' protoField='position'/> |
298 | </IS> |
299 | <Shape> |
300 | <Appearance> |
301 | <Material DEF='atoCl_mat' diffuseColor='.28 .7 0' emissiveColor='.06 .15 0' shininess='0.8' specularColor='.5 .5 .5'> |
302 | <IS> |
303 | <connect nodeField='transparency' protoField='materialTransparency'/> |
304 | </IS> |
305 | </Material> |
306 | </Appearance> |
307 | <Sphere radius='1.01'/> |
308 | </Shape> |
309 | <Shape> |
310 | <Appearance> |
311 | <Material diffuseColor='0.9 0.9 0.9'/> |
312 | </Appearance> |
313 | <Text string='"Cl"'> |
314 | <FontStyle size='.8'/> |
315 | </Text> |
316 | </Shape> |
317 | </Transform> |
318 | </Group> |
319 | </ProtoBody> |
320 | </ProtoDeclare> |
321 | <ProtoDeclare name='Bromine'> |
322 | <ProtoInterface> |
323 | <field name='position' type='SFVec3f' value='0 0 0' accessType='inputOutput'/> |
324 | <field name='materialTransparency' type='SFFloat' value='.6' accessType='inputOutput'/> |
325 | </ProtoInterface> |
326 | <ProtoBody> |
327 | <Group> |
328 | <Transform DEF='atoBr'> |
329 | <IS> |
330 | <connect nodeField='translation' protoField='position'/> |
331 | </IS> |
332 | <Shape> |
333 | <Appearance> |
334 | <Material DEF='atoBr_mat' ambientIntensity='.0833' diffuseColor='.5 .3 .19' emissiveColor='.12 .13 .08' shininess='0.17' specularColor='.08 .08 .05'> |
335 | <IS> |
336 | <connect nodeField='transparency' protoField='materialTransparency'/> |
337 | </IS> |
338 | </Material> |
339 | </Appearance> |
340 | <Sphere radius='1.14'/> |
341 | </Shape> |
342 | <Shape> |
343 | <Appearance> |
344 | <Material diffuseColor='0.9 0.9 0.9'/> |
345 | </Appearance> |
346 | <Text string='"Br"'> |
347 | <FontStyle size='.8'/> |
348 | </Text> |
349 | </Shape> |
350 | </Transform> |
351 | </Group> |
352 | </ProtoBody> |
353 | </ProtoDeclare> |
354 | <ProtoDeclare name='Iodine'> |
355 | <ProtoInterface> |
356 | <field name='position' type='SFVec3f' value='0 0 0' accessType='inputOutput'/> |
357 | <field name='materialTransparency' type='SFFloat' value='.6' accessType='inputOutput'/> |
358 | </ProtoInterface> |
359 | <ProtoBody> |
360 | <Group> |
361 | <Transform DEF='atoI'> |
362 | <IS> |
363 | <connect nodeField='translation' protoField='position'/> |
364 | </IS> |
365 | <Shape> |
366 | <Appearance> |
367 | <Material DEF='atoI_mat' diffuseColor='.56 .37 .74' emissiveColor='.15 .1 .2' shininess='.09' specularColor='.12 .12 .12'> |
368 | <IS> |
369 | <connect nodeField='transparency' protoField='materialTransparency'/> |
370 | </IS> |
371 | </Material> |
372 | </Appearance> |
373 | <Sphere radius='1.33'/> |
374 | </Shape> |
375 | <Shape> |
376 | <Appearance> |
377 | <Material diffuseColor='0.9 0.9 0.9'/> |
378 | </Appearance> |
379 | <Text string='"I"'> |
380 | <FontStyle size='.8'/> |
381 | </Text> |
382 | </Shape> |
383 | </Transform> |
384 | </Group> |
385 | </ProtoBody> |
386 | </ProtoDeclare> |
387 | <ProtoDeclare name='unknown'> |
388 | <ProtoInterface> |
389 | <field name='position' type='SFVec3f' value='0 0 0' accessType='inputOutput'/> |
390 | <field name='materialTransparency' type='SFFloat' value='.6' accessType='inputOutput'/> |
391 | </ProtoInterface> |
392 | <ProtoBody> |
393 | <Group> |
394 | <Transform DEF='ato_'> |
395 | <IS> |
396 | <connect nodeField='translation' protoField='position'/> |
397 | </IS> |
398 | <Shape> |
399 | <Appearance> |
400 | <Material DEF='ato__mat' diffuseColor='1 1 1' emissiveColor='.15 .1 .2' shininess='.09' specularColor='.12 .12 .12'> |
401 | <IS> |
402 | <connect nodeField='transparency' protoField='materialTransparency'/> |
403 | </IS> |
404 | </Material> |
405 | </Appearance> |
406 | <Sphere radius='1.001'/> |
407 | </Shape> |
408 | <Shape> |
409 | <Appearance> |
410 | <Material diffuseColor='0.9 0.9 0.9'/> |
411 | </Appearance> |
412 | <Text string='"?"'> |
413 | <FontStyle size='.8'/> |
414 | </Text> |
415 | </Shape> |
416 | </Transform> |
417 | </Group> |
418 | </ProtoBody> |
419 | </ProtoDeclare> |
420 | <ProtoDeclare name='line'> |
421 | <ProtoInterface> |
422 | <field name='bond_set' type='MFVec3f' value='-1 0 0 1 0 0' accessType='inputOutput'/> |
423 | </ProtoInterface> |
424 | <ProtoBody> |
425 | <Group> |
426 | <Shape> |
427 | <Appearance> |
428 | <Material diffuseColor='1 1 1' emissiveColor='1 1 1'/> |
429 | </Appearance> |
430 | <IndexedLineSet coordIndex='0 1 -1'> |
431 | <Coordinate DEF='bondo'> |
432 | <IS> |
433 | <connect nodeField='point' protoField='bond_set'/> |
434 | </IS> |
435 | </Coordinate> |
436 | </IndexedLineSet> |
437 | </Shape> |
438 | </Group> |
439 | </ProtoBody> |
440 | </ProtoDeclare> |
441 | <ProtoDeclare name='title_text'> |
442 | <ProtoInterface> |
443 | <field name='txt' type='MFString' accessType='inputOutput'/> |
444 | </ProtoInterface> |
445 | <ProtoBody> |
446 | <Transform> |
447 | <Group> |
448 | <Transform> |
449 | <Shape> |
450 | <Appearance> |
451 | <Material diffuseColor='0.9 0.9 0.9'/> |
452 | </Appearance> |
453 | <Text DEF='cmpd_name'> |
454 | <IS> |
455 | <connect nodeField='string' protoField='txt'/> |
456 | </IS> |
457 | <FontStyle/> |
458 | </Text> |
459 | </Shape> |
460 | </Transform> |
461 | </Group> |
462 | </Transform> |
463 | </ProtoBody> |
464 | </ProtoDeclare> |
465 | <ProtoDeclare name='ano1_text'> |
466 | <ProtoInterface> |
467 | <field name='txt' type='MFString' accessType='inputOutput'/> |
468 | </ProtoInterface> |
469 | <ProtoBody> |
470 | <Transform> |
471 | <Group> |
472 | <Transform> |
473 | <Shape> |
474 | <Appearance> |
475 | <Material diffuseColor='0.9 0.9 0.9'/> |
476 | </Appearance> |
477 | <Text DEF='cmpd_name1'> |
478 | <IS> |
479 | <connect nodeField='string' protoField='txt'/> |
480 | </IS> |
481 | <FontStyle size='.8'/> |
482 | </Text> |
483 | </Shape> |
484 | </Transform> |
485 | </Group> |
486 | </Transform> |
487 | </ProtoBody> |
488 | </ProtoDeclare> |
489 | <ProtoDeclare name='ano2_text'> |
490 | <ProtoInterface> |
491 | <field name='txt' type='MFString' accessType='inputOutput'/> |
492 | </ProtoInterface> |
493 | <ProtoBody> |
494 | <Transform> |
495 | <Group> |
496 | <Transform> |
497 | <Shape> |
498 | <Appearance> |
499 | <Material diffuseColor='0.9 0.9 0.9'/> |
500 | </Appearance> |
501 | <Text DEF='cmpd_name2'> |
502 | <IS> |
503 | <connect nodeField='string' protoField='txt'/> |
504 | </IS> |
505 | <FontStyle size='.6'/> |
506 | </Text> |
507 | </Shape> |
508 | </Transform> |
509 | </Group> |
510 | </Transform> |
511 | </ProtoBody> |
512 | </ProtoDeclare> |
513 | <Background groundAngle='1.309 1.570796' groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7' skyAngle='1.309 1.570796' skyColor='0 0.5 0.8 0 0.6 .7 0.6 0.6 0.7'/> |
514 | <PointLight ambientIntensity='1' location='0 0 5' radius='30'/> |
515 | <NavigationInfo type='"EXAMINE" "FLY" "ANY"'/> |
516 | <Viewpoint description='Inspect Cholesterol' position='0 2 20'/> |
517 | <!-- <?xml-stylesheet type="text/xsl" href="generic.xsl" ?> --> |
518 | <!-- Copyright by the U.S. Sec. Commerce on behalf of U.S.A. All rights reserved. --> |
519 | <!-- type="3D" <date day="5" month="2" year="2010"/> --> |
520 | <!-- CML document - cholesterol - karne - 7/8/00 --> |
521 | <!-- file converted from: MDL .mol --> |
522 | <Transform DEF='infogroupa' translation='-8 2 -4'> |
523 | <Transform translation='0 6 0'> |
524 | <Viewpoint description='title billboard' position='6 -2 10'/> |
525 | <ProtoInstance name='title_text'> |
526 | <fieldValue name='txt' value='"Cholesterol: C27 H46 O"'/> |
527 | </ProtoInstance> |
528 | </Transform> |
529 | <Transform translation='0 5 0'> |
530 | <ProtoInstance name='ano1_text'> |
531 | <fieldValue name='txt' value='"molecule weight: 386.6598"'/> |
532 | </ProtoInstance> |
533 | </Transform> |
534 | <Transform translation='0 4 0'> |
535 | <ProtoInstance name='ano1_text'> |
536 | <fieldValue name='txt' value='"melting point: 148.5"'/> |
537 | </ProtoInstance> |
538 | </Transform> |
539 | <Transform translation='0 3 0'> |
540 | <ProtoInstance name='ano1_text'> |
541 | <fieldValue name='txt' value='"boiling point: 360"'/> |
542 | </ProtoInstance> |
543 | </Transform> |
544 | <Transform translation='0 2 0'> |
545 | <ProtoInstance name='ano1_text'> |
546 | <fieldValue name='txt' value='"specific gravity: 1.067"'/> |
547 | </ProtoInstance> |
548 | </Transform> |
549 | <Transform> |
550 | <ProtoInstance name='ano2_text'> |
551 | <fieldValue name='txt' value='"CAS: 57-88-5"'/> |
552 | </ProtoInstance> |
553 | </Transform> |
554 | <Transform translation='0 -1 0'> |
555 | <ProtoInstance name='ano2_text'> |
556 | <fieldValue name='txt' value='"ACX: I1001660"'/> |
557 | </ProtoInstance> |
558 | </Transform> |
559 | <Transform translation='0 -2 0'> |
560 | <ProtoInstance name='ano2_text'> |
561 | <fieldValue name='txt' value='"RTECS: FZ8400000"'/> |
562 | </ProtoInstance> |
563 | </Transform> |
564 | </Transform> |
565 | <!-- molecule specific information --> |
566 | <Group> |
567 | <Transform> |
568 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_1'> |
569 | <fieldValue name='position' value='-1.9901 2.1889 -1.8776'/> |
570 | </ProtoInstance> |
571 | </Transform> |
572 | <Transform> |
573 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_2'> |
574 | <fieldValue name='position' value='-2.1059 1.6157 -0.9459'/> |
575 | </ProtoInstance> |
576 | </Transform> |
577 | <Transform> |
578 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_3'> |
579 | <fieldValue name='position' value='-3.5787 1.7234 -0.4719'/> |
580 | </ProtoInstance> |
581 | </Transform> |
582 | <Transform> |
583 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_4'> |
584 | <fieldValue name='position' value='-3.7797 1.0607 0.8120'/> |
585 | </ProtoInstance> |
586 | </Transform> |
587 | <Transform> |
588 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_5'> |
589 | <fieldValue name='position' value='-2.8482 1.6003 1.9235'/> |
590 | </ProtoInstance> |
591 | </Transform> |
592 | <Transform> |
593 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_6'> |
594 | <fieldValue name='position' value='-1.3720 1.5412 1.5004'/> |
595 | </ProtoInstance> |
596 | </Transform> |
597 | <Transform> |
598 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_7'> |
599 | <fieldValue name='position' value='-0.4702 1.0060 2.3207'/> |
600 | </ProtoInstance> |
601 | </Transform> |
602 | <Transform> |
603 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_8'> |
604 | <fieldValue name='position' value='1.0043 1.0283 1.9762'/> |
605 | </ProtoInstance> |
606 | </Transform> |
607 | <Transform> |
608 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_9'> |
609 | <fieldValue name='position' value='1.3614 1.8701 0.8105'/> |
610 | </ProtoInstance> |
611 | </Transform> |
612 | <Transform> |
613 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_10'> |
614 | <fieldValue name='position' value='0.3215 1.7261 -0.3221'/> |
615 | </ProtoInstance> |
616 | </Transform> |
617 | <Transform> |
618 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_11'> |
619 | <fieldValue name='position' value='-1.0963 2.1783 0.1259'/> |
620 | </ProtoInstance> |
621 | </Transform> |
622 | <Transform> |
623 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_12'> |
624 | <fieldValue name='position' value='0.7503 2.4279 -1.6345'/> |
625 | </ProtoInstance> |
626 | </Transform> |
627 | <Transform> |
628 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_13'> |
629 | <fieldValue name='position' value='2.1677 2.0593 -2.0888'/> |
630 | </ProtoInstance> |
631 | </Transform> |
632 | <Transform> |
633 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_14'> |
634 | <fieldValue name='position' value='3.1972 2.3720 -0.9408'/> |
635 | </ProtoInstance> |
636 | </Transform> |
637 | <Transform> |
638 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_15'> |
639 | <fieldValue name='position' value='2.7895 1.5563 0.2449'/> |
640 | </ProtoInstance> |
641 | </Transform> |
642 | <Transform> |
643 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_16'> |
644 | <fieldValue name='position' value='3.9663 1.6453 1.2237'/> |
645 | </ProtoInstance> |
646 | </Transform> |
647 | <Transform> |
648 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_17'> |
649 | <fieldValue name='position' value='5.1354 1.5087 0.2960'/> |
650 | </ProtoInstance> |
651 | </Transform> |
652 | <Transform> |
653 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_18'> |
654 | <fieldValue name='position' value='4.6487 1.7527 -1.1872'/> |
655 | </ProtoInstance> |
656 | </Transform> |
657 | <Transform> |
658 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_19'> |
659 | <fieldValue name='position' value='3.2450 3.8521 -0.6813'/> |
660 | </ProtoInstance> |
661 | </Transform> |
662 | <Transform> |
663 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_20'> |
664 | <fieldValue name='position' value='-1.3066 3.6419 0.2349'/> |
665 | </ProtoInstance> |
666 | </Transform> |
667 | <Transform> |
668 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_21'> |
669 | <fieldValue name='position' value='5.6329 2.5278 -2.0553'/> |
670 | </ProtoInstance> |
671 | </Transform> |
672 | <Transform> |
673 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_22'> |
674 | <fieldValue name='position' value='5.1180 2.8440 -3.4537'/> |
675 | </ProtoInstance> |
676 | </Transform> |
677 | <Transform> |
678 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_23'> |
679 | <fieldValue name='position' value='7.0185 1.8022 -2.1116'/> |
680 | </ProtoInstance> |
681 | </Transform> |
682 | <Transform> |
683 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_24'> |
684 | <fieldValue name='position' value='8.1314 2.6591 -2.5153'/> |
685 | </ProtoInstance> |
686 | </Transform> |
687 | <Transform> |
688 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_25'> |
689 | <fieldValue name='position' value='9.4748 1.9697 -2.5572'/> |
690 | </ProtoInstance> |
691 | </Transform> |
692 | <Transform> |
693 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_26'> |
694 | <fieldValue name='position' value='10.6837 2.8620 -2.8793'/> |
695 | </ProtoInstance> |
696 | </Transform> |
697 | <Transform> |
698 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_27'> |
699 | <fieldValue name='position' value='10.5656 3.6361 -4.1508'/> |
700 | </ProtoInstance> |
701 | </Transform> |
702 | <Transform> |
703 | <ProtoInstance name='Carbon' DEF='cholesterol_karne_a_28'> |
704 | <fieldValue name='position' value='11.9428 2.0228 -2.7290'/> |
705 | </ProtoInstance> |
706 | </Transform> |
707 | <Transform> |
708 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_29'> |
709 | <fieldValue name='position' value='-1.8702 0.5579 -1.1345'/> |
710 | </ProtoInstance> |
711 | </Transform> |
712 | <Transform> |
713 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_30'> |
714 | <fieldValue name='position' value='-4.2306 1.2525 -1.2225'/> |
715 | </ProtoInstance> |
716 | </Transform> |
717 | <Transform> |
718 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_31'> |
719 | <fieldValue name='position' value='-3.8443 2.7860 -0.3705'/> |
720 | </ProtoInstance> |
721 | </Transform> |
722 | <Transform> |
723 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_32'> |
724 | <fieldValue name='position' value='-3.5980 -0.0166 0.6840'/> |
725 | </ProtoInstance> |
726 | </Transform> |
727 | <Transform> |
728 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_33'> |
729 | <fieldValue name='position' value='-2.9845 0.9926 2.8302'/> |
730 | </ProtoInstance> |
731 | </Transform> |
732 | <Transform> |
733 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_34'> |
734 | <fieldValue name='position' value='-3.1166 2.6452 2.1386'/> |
735 | </ProtoInstance> |
736 | </Transform> |
737 | <Transform> |
738 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_35'> |
739 | <fieldValue name='position' value='-0.7974 0.5460 3.2519'/> |
740 | </ProtoInstance> |
741 | </Transform> |
742 | <Transform> |
743 | <ProtoInstance name='Oxygen' DEF='cholesterol_karne_a_36'> |
744 | <fieldValue name='position' value='-5.1826 1.2861 1.2631'/> |
745 | </ProtoInstance> |
746 | </Transform> |
747 | <Transform> |
748 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_37'> |
749 | <fieldValue name='position' value='1.3205 -0.0033 1.7620'/> |
750 | </ProtoInstance> |
751 | </Transform> |
752 | <Transform> |
753 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_38'> |
754 | <fieldValue name='position' value='1.5536 1.4060 2.8511'/> |
755 | </ProtoInstance> |
756 | </Transform> |
757 | <Transform> |
758 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_39'> |
759 | <fieldValue name='position' value='1.3568 2.9171 1.1476'/> |
760 | </ProtoInstance> |
761 | </Transform> |
762 | <Transform> |
763 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_40'> |
764 | <fieldValue name='position' value='0.2550 0.6517 -0.5486'/> |
765 | </ProtoInstance> |
766 | </Transform> |
767 | <Transform> |
768 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_41'> |
769 | <fieldValue name='position' value='0.7064 3.5158 -1.4783'/> |
770 | </ProtoInstance> |
771 | </Transform> |
772 | <Transform> |
773 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_42'> |
774 | <fieldValue name='position' value='0.0447 2.1427 -2.4288'/> |
775 | </ProtoInstance> |
776 | </Transform> |
777 | <Transform> |
778 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_43'> |
779 | <fieldValue name='position' value='2.4284 2.6460 -2.9820'/> |
780 | </ProtoInstance> |
781 | </Transform> |
782 | <Transform> |
783 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_44'> |
784 | <fieldValue name='position' value='2.2058 0.9869 -2.3304'/> |
785 | </ProtoInstance> |
786 | </Transform> |
787 | <Transform> |
788 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_45'> |
789 | <fieldValue name='position' value='2.7354 0.5091 -0.0874'/> |
790 | </ProtoInstance> |
791 | </Transform> |
792 | <Transform> |
793 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_46'> |
794 | <fieldValue name='position' value='3.9396 0.8285 1.9599'/> |
795 | </ProtoInstance> |
796 | </Transform> |
797 | <Transform> |
798 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_47'> |
799 | <fieldValue name='position' value='3.9804 2.6119 1.7486'/> |
800 | </ProtoInstance> |
801 | </Transform> |
802 | <Transform> |
803 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_48'> |
804 | <fieldValue name='position' value='5.5588 0.4972 0.3832'/> |
805 | </ProtoInstance> |
806 | </Transform> |
807 | <Transform> |
808 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_49'> |
809 | <fieldValue name='position' value='5.9031 2.2515 0.5587'/> |
810 | </ProtoInstance> |
811 | </Transform> |
812 | <Transform> |
813 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_50'> |
814 | <fieldValue name='position' value='4.5225 0.7794 -1.6839'/> |
815 | </ProtoInstance> |
816 | </Transform> |
817 | <Transform> |
818 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_51'> |
819 | <fieldValue name='position' value='3.5516 4.3755 -1.5989'/> |
820 | </ProtoInstance> |
821 | </Transform> |
822 | <Transform> |
823 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_52'> |
824 | <fieldValue name='position' value='3.9698 4.0607 0.1194'/> |
825 | </ProtoInstance> |
826 | </Transform> |
827 | <Transform> |
828 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_53'> |
829 | <fieldValue name='position' value='2.2486 4.2030 -0.3745'/> |
830 | </ProtoInstance> |
831 | </Transform> |
832 | <Transform> |
833 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_54'> |
834 | <fieldValue name='position' value='-2.3393 3.8408 0.5573'/> |
835 | </ProtoInstance> |
836 | </Transform> |
837 | <Transform> |
838 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_55'> |
839 | <fieldValue name='position' value='-1.1313 4.1114 -0.7442'/> |
840 | </ProtoInstance> |
841 | </Transform> |
842 | <Transform> |
843 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_56'> |
844 | <fieldValue name='position' value='-0.6054 4.0592 0.9725'/> |
845 | </ProtoInstance> |
846 | </Transform> |
847 | <Transform> |
848 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_57'> |
849 | <fieldValue name='position' value='5.7945 3.4951 -1.5571'/> |
850 | </ProtoInstance> |
851 | </Transform> |
852 | <Transform> |
853 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_58'> |
854 | <fieldValue name='position' value='5.8860 3.4016 -4.0098'/> |
855 | </ProtoInstance> |
856 | </Transform> |
857 | <Transform> |
858 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_59'> |
859 | <fieldValue name='position' value='4.2048 3.4527 -3.3792'/> |
860 | </ProtoInstance> |
861 | </Transform> |
862 | <Transform> |
863 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_60'> |
864 | <fieldValue name='position' value='4.8914 1.9061 -3.9818'/> |
865 | </ProtoInstance> |
866 | </Transform> |
867 | <Transform> |
868 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_61'> |
869 | <fieldValue name='position' value='6.9441 0.9731 -2.8306'/> |
870 | </ProtoInstance> |
871 | </Transform> |
872 | <Transform> |
873 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_62'> |
874 | <fieldValue name='position' value='7.2381 1.4013 -1.1111'/> |
875 | </ProtoInstance> |
876 | </Transform> |
877 | <Transform> |
878 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_63'> |
879 | <fieldValue name='position' value='8.1969 3.4944 -1.8026'/> |
880 | </ProtoInstance> |
881 | </Transform> |
882 | <Transform> |
883 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_64'> |
884 | <fieldValue name='position' value='7.9155 3.0506 -3.5203'/> |
885 | </ProtoInstance> |
886 | </Transform> |
887 | <Transform> |
888 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_65'> |
889 | <fieldValue name='position' value='9.4247 1.1825 -3.3239'/> |
890 | </ProtoInstance> |
891 | </Transform> |
892 | <Transform> |
893 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_66'> |
894 | <fieldValue name='position' value='9.6484 1.5118 -1.5723'/> |
895 | </ProtoInstance> |
896 | </Transform> |
897 | <Transform> |
898 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_67'> |
899 | <fieldValue name='position' value='10.7271 3.6239 -2.0872'/> |
900 | </ProtoInstance> |
901 | </Transform> |
902 | <Transform> |
903 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_68'> |
904 | <fieldValue name='position' value='11.4721 4.2419 -4.2967'/> |
905 | </ProtoInstance> |
906 | </Transform> |
907 | <Transform> |
908 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_69'> |
909 | <fieldValue name='position' value='9.6877 4.2967 -4.0977'/> |
910 | </ProtoInstance> |
911 | </Transform> |
912 | <Transform> |
913 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_70'> |
914 | <fieldValue name='position' value='10.4502 2.9399 -4.9946'/> |
915 | </ProtoInstance> |
916 | </Transform> |
917 | <Transform> |
918 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_71'> |
919 | <fieldValue name='position' value='11.9217 1.5002 -1.7613'/> |
920 | </ProtoInstance> |
921 | </Transform> |
922 | <Transform> |
923 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_72'> |
924 | <fieldValue name='position' value='12.8265 2.6762 -2.7736'/> |
925 | </ProtoInstance> |
926 | </Transform> |
927 | <Transform> |
928 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_73'> |
929 | <fieldValue name='position' value='11.9910 1.2847 -3.5432'/> |
930 | </ProtoInstance> |
931 | </Transform> |
932 | <Transform> |
933 | <ProtoInstance name='Hydrogen' DEF='cholesterol_karne_a_74'> |
934 | <fieldValue name='position' value='-5.7836 0.9649 0.6011'/> |
935 | </ProtoInstance> |
936 | </Transform> |
937 | </Group> |
938 | <Group> |
939 | <ProtoInstance name='line' DEF='cholesterol_karne_b_1'> |
940 | <fieldValue name='bond_set' value='-2.1059 1.6157 -0.9459 -1.9901 2.1889 -1.8776'/> |
941 | </ProtoInstance> |
942 | <ProtoInstance name='line' DEF='cholesterol_karne_b_2'> |
943 | <fieldValue name='bond_set' value='-3.5787 1.7234 -0.4719 -2.1059 1.6157 -0.9459'/> |
944 | </ProtoInstance> |
945 | <ProtoInstance name='line' DEF='cholesterol_karne_b_3'> |
946 | <fieldValue name='bond_set' value='-2.1059 1.6157 -0.9459 -1.0963 2.1783 0.1259'/> |
947 | </ProtoInstance> |
948 | <ProtoInstance name='line' DEF='cholesterol_karne_b_4'> |
949 | <fieldValue name='bond_set' value='-3.7797 1.0607 0.8120 -3.5787 1.7234 -0.4719'/> |
950 | </ProtoInstance> |
951 | <ProtoInstance name='line' DEF='cholesterol_karne_b_5'> |
952 | <fieldValue name='bond_set' value='-3.7797 1.0607 0.8120 -2.8482 1.6003 1.9235'/> |
953 | </ProtoInstance> |
954 | <ProtoInstance name='line' DEF='cholesterol_karne_b_6'> |
955 | <fieldValue name='bond_set' value='-5.1826 1.2861 1.2631 -3.7797 1.0607 0.8120'/> |
956 | </ProtoInstance> |
957 | <ProtoInstance name='line' DEF='cholesterol_karne_b_7'> |
958 | <fieldValue name='bond_set' value='-2.8482 1.6003 1.9235 -1.3720 1.5412 1.5004'/> |
959 | </ProtoInstance> |
960 | <ProtoInstance name='line' DEF='cholesterol_karne_b_8'> |
961 | <fieldValue name='bond_set' value='-1.3920000000000001 1.5412 1.5004 -0.4902 1.0060 2.3207'/> |
962 | </ProtoInstance> |
963 | <ProtoInstance name='line' DEF='cholesterol_karne_b_8_2'> |
964 | <fieldValue name='bond_set' value='-1.352 1.5412 1.5004 -0.4502 1.0060 2.3207'/> |
965 | </ProtoInstance> |
966 | <ProtoInstance name='line' DEF='cholesterol_karne_b_9'> |
967 | <fieldValue name='bond_set' value='-1.3720 1.5412 1.5004 -1.0963 2.1783 0.1259'/> |
968 | </ProtoInstance> |
969 | <ProtoInstance name='line' DEF='cholesterol_karne_b_10'> |
970 | <fieldValue name='bond_set' value='-0.4702 1.0060 2.3207 1.0043 1.0283 1.9762'/> |
971 | </ProtoInstance> |
972 | <ProtoInstance name='line' DEF='cholesterol_karne_b_11'> |
973 | <fieldValue name='bond_set' value='1.0043 1.0283 1.9762 1.3614 1.8701 0.8105'/> |
974 | </ProtoInstance> |
975 | <ProtoInstance name='line' DEF='cholesterol_karne_b_12'> |
976 | <fieldValue name='bond_set' value='0.3215 1.7261 -0.3221 1.3614 1.8701 0.8105'/> |
977 | </ProtoInstance> |
978 | <ProtoInstance name='line' DEF='cholesterol_karne_b_13'> |
979 | <fieldValue name='bond_set' value='1.3614 1.8701 0.8105 2.7895 1.5563 0.2449'/> |
980 | </ProtoInstance> |
981 | <ProtoInstance name='line' DEF='cholesterol_karne_b_14'> |
982 | <fieldValue name='bond_set' value='-1.0963 2.1783 0.1259 0.3215 1.7261 -0.3221'/> |
983 | </ProtoInstance> |
984 | <ProtoInstance name='line' DEF='cholesterol_karne_b_15'> |
985 | <fieldValue name='bond_set' value='0.3215 1.7261 -0.3221 0.7503 2.4279 -1.6345'/> |
986 | </ProtoInstance> |
987 | <ProtoInstance name='line' DEF='cholesterol_karne_b_16'> |
988 | <fieldValue name='bond_set' value='-1.0963 2.1783 0.1259 -1.3066 3.6419 0.2349'/> |
989 | </ProtoInstance> |
990 | <ProtoInstance name='line' DEF='cholesterol_karne_b_17'> |
991 | <fieldValue name='bond_set' value='0.7503 2.4279 -1.6345 2.1677 2.0593 -2.0888'/> |
992 | </ProtoInstance> |
993 | <ProtoInstance name='line' DEF='cholesterol_karne_b_18'> |
994 | <fieldValue name='bond_set' value='2.1677 2.0593 -2.0888 3.1972 2.3720 -0.9408'/> |
995 | </ProtoInstance> |
996 | <ProtoInstance name='line' DEF='cholesterol_karne_b_19'> |
997 | <fieldValue name='bond_set' value='3.1972 2.3720 -0.9408 4.6487 1.7527 -1.1872'/> |
998 | </ProtoInstance> |
999 | <ProtoInstance name='line' DEF='cholesterol_karne_b_20'> |
1000 | <fieldValue name='bond_set' value='3.1972 2.3720 -0.9408 3.2450 3.8521 -0.6813'/> |
1001 | </ProtoInstance> |
1002 | <ProtoInstance name='line' DEF='cholesterol_karne_b_21'> |
1003 | <fieldValue name='bond_set' value='2.7895 1.5563 0.2449 3.1972 2.3720 -0.9408'/> |
1004 | </ProtoInstance> |
1005 | <ProtoInstance name='line' DEF='cholesterol_karne_b_22'> |
1006 | <fieldValue name='bond_set' value='2.7895 1.5563 0.2449 3.9663 1.6453 1.2237'/> |
1007 | </ProtoInstance> |
1008 | <ProtoInstance name='line' DEF='cholesterol_karne_b_23'> |
1009 | <fieldValue name='bond_set' value='3.9663 1.6453 1.2237 5.1354 1.5087 0.2960'/> |
1010 | </ProtoInstance> |
1011 | <ProtoInstance name='line' DEF='cholesterol_karne_b_24'> |
1012 | <fieldValue name='bond_set' value='4.6487 1.7527 -1.1872 5.1354 1.5087 0.2960'/> |
1013 | </ProtoInstance> |
1014 | <ProtoInstance name='line' DEF='cholesterol_karne_b_25'> |
1015 | <fieldValue name='bond_set' value='4.6487 1.7527 -1.1872 5.6329 2.5278 -2.0553'/> |
1016 | </ProtoInstance> |
1017 | <ProtoInstance name='line' DEF='cholesterol_karne_b_26'> |
1018 | <fieldValue name='bond_set' value='5.6329 2.5278 -2.0553 5.1180 2.8440 -3.4537'/> |
1019 | </ProtoInstance> |
1020 | <ProtoInstance name='line' DEF='cholesterol_karne_b_27'> |
1021 | <fieldValue name='bond_set' value='5.6329 2.5278 -2.0553 7.0185 1.8022 -2.1116'/> |
1022 | </ProtoInstance> |
1023 | <ProtoInstance name='line' DEF='cholesterol_karne_b_28'> |
1024 | <fieldValue name='bond_set' value='7.0185 1.8022 -2.1116 8.1314 2.6591 -2.5153'/> |
1025 | </ProtoInstance> |
1026 | <ProtoInstance name='line' DEF='cholesterol_karne_b_29'> |
1027 | <fieldValue name='bond_set' value='8.1314 2.6591 -2.5153 9.4748 1.9697 -2.5572'/> |
1028 | </ProtoInstance> |
1029 | <ProtoInstance name='line' DEF='cholesterol_karne_b_30'> |
1030 | <fieldValue name='bond_set' value='9.4748 1.9697 -2.5572 10.6837 2.8620 -2.8793'/> |
1031 | </ProtoInstance> |
1032 | <ProtoInstance name='line' DEF='cholesterol_karne_b_31'> |
1033 | <fieldValue name='bond_set' value='10.6837 2.8620 -2.8793 10.5656 3.6361 -4.1508'/> |
1034 | </ProtoInstance> |
1035 | <ProtoInstance name='line' DEF='cholesterol_karne_b_32'> |
1036 | <fieldValue name='bond_set' value='10.6837 2.8620 -2.8793 11.9428 2.0228 -2.7290'/> |
1037 | </ProtoInstance> |
1038 | <ProtoInstance name='line' DEF='cholesterol_karne_b_33'> |
1039 | <fieldValue name='bond_set' value='-2.1059 1.6157 -0.9459 -1.8702 0.5579 -1.1345'/> |
1040 | </ProtoInstance> |
1041 | <ProtoInstance name='line' DEF='cholesterol_karne_b_34'> |
1042 | <fieldValue name='bond_set' value='-3.5787 1.7234 -0.4719 -4.2306 1.2525 -1.2225'/> |
1043 | </ProtoInstance> |
1044 | <ProtoInstance name='line' DEF='cholesterol_karne_b_35'> |
1045 | <fieldValue name='bond_set' value='-3.5787 1.7234 -0.4719 -3.8443 2.7860 -0.3705'/> |
1046 | </ProtoInstance> |
1047 | <ProtoInstance name='line' DEF='cholesterol_karne_b_36'> |
1048 | <fieldValue name='bond_set' value='-3.7797 1.0607 0.8120 -3.5980 -0.0166 0.6840'/> |
1049 | </ProtoInstance> |
1050 | <ProtoInstance name='line' DEF='cholesterol_karne_b_37'> |
1051 | <fieldValue name='bond_set' value='-2.8482 1.6003 1.9235 -2.9845 0.9926 2.8302'/> |
1052 | </ProtoInstance> |
1053 | <ProtoInstance name='line' DEF='cholesterol_karne_b_38'> |
1054 | <fieldValue name='bond_set' value='-2.8482 1.6003 1.9235 -3.1166 2.6452 2.1386'/> |
1055 | </ProtoInstance> |
1056 | <ProtoInstance name='line' DEF='cholesterol_karne_b_39'> |
1057 | <fieldValue name='bond_set' value='-0.4702 1.0060 2.3207 -0.7974 0.5460 3.2519'/> |
1058 | </ProtoInstance> |
1059 | <ProtoInstance name='line' DEF='cholesterol_karne_b_40'> |
1060 | <fieldValue name='bond_set' value='1.0043 1.0283 1.9762 1.3205 -0.0033 1.7620'/> |
1061 | </ProtoInstance> |
1062 | <ProtoInstance name='line' DEF='cholesterol_karne_b_41'> |
1063 | <fieldValue name='bond_set' value='1.0043 1.0283 1.9762 1.5536 1.4060 2.8511'/> |
1064 | </ProtoInstance> |
1065 | <ProtoInstance name='line' DEF='cholesterol_karne_b_42'> |
1066 | <fieldValue name='bond_set' value='1.3614 1.8701 0.8105 1.3568 2.9171 1.1476'/> |
1067 | </ProtoInstance> |
1068 | <ProtoInstance name='line' DEF='cholesterol_karne_b_43'> |
1069 | <fieldValue name='bond_set' value='0.3215 1.7261 -0.3221 0.2550 0.6517 -0.5486'/> |
1070 | </ProtoInstance> |
1071 | <ProtoInstance name='line' DEF='cholesterol_karne_b_44'> |
1072 | <fieldValue name='bond_set' value='0.7503 2.4279 -1.6345 0.7064 3.5158 -1.4783'/> |
1073 | </ProtoInstance> |
1074 | <ProtoInstance name='line' DEF='cholesterol_karne_b_45'> |
1075 | <fieldValue name='bond_set' value='0.7503 2.4279 -1.6345 0.0447 2.1427 -2.4288'/> |
1076 | </ProtoInstance> |
1077 | <ProtoInstance name='line' DEF='cholesterol_karne_b_46'> |
1078 | <fieldValue name='bond_set' value='2.1677 2.0593 -2.0888 2.4284 2.6460 -2.9820'/> |
1079 | </ProtoInstance> |
1080 | <ProtoInstance name='line' DEF='cholesterol_karne_b_47'> |
1081 | <fieldValue name='bond_set' value='2.1677 2.0593 -2.0888 2.2058 0.9869 -2.3304'/> |
1082 | </ProtoInstance> |
1083 | <ProtoInstance name='line' DEF='cholesterol_karne_b_48'> |
1084 | <fieldValue name='bond_set' value='2.7895 1.5563 0.2449 2.7354 0.5091 -0.0874'/> |
1085 | </ProtoInstance> |
1086 | <ProtoInstance name='line' DEF='cholesterol_karne_b_49'> |
1087 | <fieldValue name='bond_set' value='3.9663 1.6453 1.2237 3.9396 0.8285 1.9599'/> |
1088 | </ProtoInstance> |
1089 | <ProtoInstance name='line' DEF='cholesterol_karne_b_50'> |
1090 | <fieldValue name='bond_set' value='3.9663 1.6453 1.2237 3.9804 2.6119 1.7486'/> |
1091 | </ProtoInstance> |
1092 | <ProtoInstance name='line' DEF='cholesterol_karne_b_51'> |
1093 | <fieldValue name='bond_set' value='5.1354 1.5087 0.2960 5.5588 0.4972 0.3832'/> |
1094 | </ProtoInstance> |
1095 | <ProtoInstance name='line' DEF='cholesterol_karne_b_52'> |
1096 | <fieldValue name='bond_set' value='5.1354 1.5087 0.2960 5.9031 2.2515 0.5587'/> |
1097 | </ProtoInstance> |
1098 | <ProtoInstance name='line' DEF='cholesterol_karne_b_53'> |
1099 | <fieldValue name='bond_set' value='4.6487 1.7527 -1.1872 4.5225 0.7794 -1.6839'/> |
1100 | </ProtoInstance> |
1101 | <ProtoInstance name='line' DEF='cholesterol_karne_b_54'> |
1102 | <fieldValue name='bond_set' value='3.2450 3.8521 -0.6813 3.5516 4.3755 -1.5989'/> |
1103 | </ProtoInstance> |
1104 | <ProtoInstance name='line' DEF='cholesterol_karne_b_55'> |
1105 | <fieldValue name='bond_set' value='3.2450 3.8521 -0.6813 3.9698 4.0607 0.1194'/> |
1106 | </ProtoInstance> |
1107 | <ProtoInstance name='line' DEF='cholesterol_karne_b_56'> |
1108 | <fieldValue name='bond_set' value='3.2450 3.8521 -0.6813 2.2486 4.2030 -0.3745'/> |
1109 | </ProtoInstance> |
1110 | <ProtoInstance name='line' DEF='cholesterol_karne_b_57'> |
1111 | <fieldValue name='bond_set' value='-1.3066 3.6419 0.2349 -2.3393 3.8408 0.5573'/> |
1112 | </ProtoInstance> |
1113 | <ProtoInstance name='line' DEF='cholesterol_karne_b_58'> |
1114 | <fieldValue name='bond_set' value='-1.3066 3.6419 0.2349 -1.1313 4.1114 -0.7442'/> |
1115 | </ProtoInstance> |
1116 | <ProtoInstance name='line' DEF='cholesterol_karne_b_59'> |
1117 | <fieldValue name='bond_set' value='-1.3066 3.6419 0.2349 -0.6054 4.0592 0.9725'/> |
1118 | </ProtoInstance> |
1119 | <ProtoInstance name='line' DEF='cholesterol_karne_b_60'> |
1120 | <fieldValue name='bond_set' value='5.6329 2.5278 -2.0553 5.7945 3.4951 -1.5571'/> |
1121 | </ProtoInstance> |
1122 | <ProtoInstance name='line' DEF='cholesterol_karne_b_61'> |
1123 | <fieldValue name='bond_set' value='5.1180 2.8440 -3.4537 5.8860 3.4016 -4.0098'/> |
1124 | </ProtoInstance> |
1125 | <ProtoInstance name='line' DEF='cholesterol_karne_b_62'> |
1126 | <fieldValue name='bond_set' value='5.1180 2.8440 -3.4537 4.2048 3.4527 -3.3792'/> |
1127 | </ProtoInstance> |
1128 | <ProtoInstance name='line' DEF='cholesterol_karne_b_63'> |
1129 | <fieldValue name='bond_set' value='5.1180 2.8440 -3.4537 4.8914 1.9061 -3.9818'/> |
1130 | </ProtoInstance> |
1131 | <ProtoInstance name='line' DEF='cholesterol_karne_b_64'> |
1132 | <fieldValue name='bond_set' value='7.0185 1.8022 -2.1116 6.9441 0.9731 -2.8306'/> |
1133 | </ProtoInstance> |
1134 | <ProtoInstance name='line' DEF='cholesterol_karne_b_65'> |
1135 | <fieldValue name='bond_set' value='7.0185 1.8022 -2.1116 7.2381 1.4013 -1.1111'/> |
1136 | </ProtoInstance> |
1137 | <ProtoInstance name='line' DEF='cholesterol_karne_b_66'> |
1138 | <fieldValue name='bond_set' value='8.1314 2.6591 -2.5153 8.1969 3.4944 -1.8026'/> |
1139 | </ProtoInstance> |
1140 | <ProtoInstance name='line' DEF='cholesterol_karne_b_67'> |
1141 | <fieldValue name='bond_set' value='8.1314 2.6591 -2.5153 7.9155 3.0506 -3.5203'/> |
1142 | </ProtoInstance> |
1143 | <ProtoInstance name='line' DEF='cholesterol_karne_b_68'> |
1144 | <fieldValue name='bond_set' value='9.4748 1.9697 -2.5572 9.4247 1.1825 -3.3239'/> |
1145 | </ProtoInstance> |
1146 | <ProtoInstance name='line' DEF='cholesterol_karne_b_69'> |
1147 | <fieldValue name='bond_set' value='9.4748 1.9697 -2.5572 9.6484 1.5118 -1.5723'/> |
1148 | </ProtoInstance> |
1149 | <ProtoInstance name='line' DEF='cholesterol_karne_b_70'> |
1150 | <fieldValue name='bond_set' value='10.6837 2.8620 -2.8793 10.7271 3.6239 -2.0872'/> |
1151 | </ProtoInstance> |
1152 | <ProtoInstance name='line' DEF='cholesterol_karne_b_71'> |
1153 | <fieldValue name='bond_set' value='10.5656 3.6361 -4.1508 11.4721 4.2419 -4.2967'/> |
1154 | </ProtoInstance> |
1155 | <ProtoInstance name='line' DEF='cholesterol_karne_b_72'> |
1156 | <fieldValue name='bond_set' value='10.5656 3.6361 -4.1508 9.6877 4.2967 -4.0977'/> |
1157 | </ProtoInstance> |
1158 | <ProtoInstance name='line' DEF='cholesterol_karne_b_73'> |
1159 | <fieldValue name='bond_set' value='10.5656 3.6361 -4.1508 10.4502 2.9399 -4.9946'/> |
1160 | </ProtoInstance> |
1161 | <ProtoInstance name='line' DEF='cholesterol_karne_b_74'> |
1162 | <fieldValue name='bond_set' value='11.9428 2.0228 -2.7290 11.9217 1.5002 -1.7613'/> |
1163 | </ProtoInstance> |
1164 | <ProtoInstance name='line' DEF='cholesterol_karne_b_75'> |
1165 | <fieldValue name='bond_set' value='11.9428 2.0228 -2.7290 12.8265 2.6762 -2.7736'/> |
1166 | </ProtoInstance> |
1167 | <ProtoInstance name='line' DEF='cholesterol_karne_b_76'> |
1168 | <fieldValue name='bond_set' value='11.9428 2.0228 -2.7290 11.9910 1.2847 -3.5432'/> |
1169 | </ProtoInstance> |
1170 | <ProtoInstance name='line' DEF='cholesterol_karne_b_77'> |
1171 | <fieldValue name='bond_set' value='-5.1826 1.2861 1.2631 -5.7836 0.9649 0.6011'/> |
1172 | </ProtoInstance> |
1173 | </Group> |
1174 | </Scene> |
1175 | </X3D> |
Event Graph ROUTE Table with 0 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.
ProtoInstance title_text |
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. |
ProtoInstance ano1_text |
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. |
ProtoInstance ano1_text |
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. |
ProtoInstance ano1_text |
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. |
ProtoInstance ano1_text |
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. |
ProtoInstance ano2_text |
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. |
ProtoInstance ano2_text |
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. |
ProtoInstance ano2_text |
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. |
cholesterol_karne_a_1
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_10
ProtoInstance Carbon |
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. |
cholesterol_karne_a_11
ProtoInstance Carbon |
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. |
cholesterol_karne_a_12
ProtoInstance Carbon |
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. |
cholesterol_karne_a_13
ProtoInstance Carbon |
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. |
cholesterol_karne_a_14
ProtoInstance Carbon |
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. |
cholesterol_karne_a_15
ProtoInstance Carbon |
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. |
cholesterol_karne_a_16
ProtoInstance Carbon |
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. |
cholesterol_karne_a_17
ProtoInstance Carbon |
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. |
cholesterol_karne_a_18
ProtoInstance Carbon |
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. |
cholesterol_karne_a_19
ProtoInstance Carbon |
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. |
cholesterol_karne_a_2
ProtoInstance Carbon |
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. |
cholesterol_karne_a_20
ProtoInstance Carbon |
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. |
cholesterol_karne_a_21
ProtoInstance Carbon |
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. |
cholesterol_karne_a_22
ProtoInstance Carbon |
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. |
cholesterol_karne_a_23
ProtoInstance Carbon |
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. |
cholesterol_karne_a_24
ProtoInstance Carbon |
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. |
cholesterol_karne_a_25
ProtoInstance Carbon |
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. |
cholesterol_karne_a_26
ProtoInstance Carbon |
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. |
cholesterol_karne_a_27
ProtoInstance Carbon |
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. |
cholesterol_karne_a_28
ProtoInstance Carbon |
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. |
cholesterol_karne_a_29
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_3
ProtoInstance Carbon |
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. |
cholesterol_karne_a_30
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_31
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_32
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_33
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_34
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_35
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_36
ProtoInstance Oxygen |
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. |
cholesterol_karne_a_37
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_38
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_39
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_4
ProtoInstance Carbon |
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. |
cholesterol_karne_a_40
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_41
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_42
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_43
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_44
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_45
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_46
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_47
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_48
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_49
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_5
ProtoInstance Carbon |
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. |
cholesterol_karne_a_50
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_51
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_52
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_53
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_54
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_55
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_56
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_57
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_58
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_59
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_6
ProtoInstance Carbon |
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. |
cholesterol_karne_a_60
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_61
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_62
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_63
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_64
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_65
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_66
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_67
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_68
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_69
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_7
ProtoInstance Carbon |
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. |
cholesterol_karne_a_70
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_71
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_72
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_73
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_74
ProtoInstance Hydrogen |
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. |
cholesterol_karne_a_8
ProtoInstance Carbon |
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. |
cholesterol_karne_a_9
ProtoInstance Carbon |
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. |
cholesterol_karne_b_1
ProtoInstance line |
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. |
cholesterol_karne_b_10
ProtoInstance line |
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. |
cholesterol_karne_b_11
ProtoInstance line |
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. |
cholesterol_karne_b_12
ProtoInstance line |
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. |
cholesterol_karne_b_13
ProtoInstance line |
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. |
cholesterol_karne_b_14
ProtoInstance line |
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. |
cholesterol_karne_b_15
ProtoInstance line |
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. |
cholesterol_karne_b_16
ProtoInstance line |
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. |
cholesterol_karne_b_17
ProtoInstance line |
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. |
cholesterol_karne_b_18
ProtoInstance line |
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. |
cholesterol_karne_b_19
ProtoInstance line |
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. |
cholesterol_karne_b_2
ProtoInstance line |
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. |
cholesterol_karne_b_20
ProtoInstance line |
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. |
cholesterol_karne_b_21
ProtoInstance line |
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. |
cholesterol_karne_b_22
ProtoInstance line |
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. |
cholesterol_karne_b_23
ProtoInstance line |
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. |
cholesterol_karne_b_24
ProtoInstance line |
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. |
cholesterol_karne_b_25
ProtoInstance line |
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. |
cholesterol_karne_b_26
ProtoInstance line |
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. |
cholesterol_karne_b_27
ProtoInstance line |
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. |
cholesterol_karne_b_28
ProtoInstance line |
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. |
cholesterol_karne_b_29
ProtoInstance line |
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. |
cholesterol_karne_b_3
ProtoInstance line |
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. |
cholesterol_karne_b_30
ProtoInstance line |
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. |
cholesterol_karne_b_31
ProtoInstance line |
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. |
cholesterol_karne_b_32
ProtoInstance line |
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. |
cholesterol_karne_b_33
ProtoInstance line |
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. |
cholesterol_karne_b_34
ProtoInstance line |
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. |
cholesterol_karne_b_35
ProtoInstance line |
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. |
cholesterol_karne_b_36
ProtoInstance line |
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. |
cholesterol_karne_b_37
ProtoInstance line |
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. |
cholesterol_karne_b_38
ProtoInstance line |
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. |
cholesterol_karne_b_39
ProtoInstance line |
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. |
cholesterol_karne_b_4
ProtoInstance line |
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. |
cholesterol_karne_b_40
ProtoInstance line |
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. |
cholesterol_karne_b_41
ProtoInstance line |
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. |
cholesterol_karne_b_42
ProtoInstance line |
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. |
cholesterol_karne_b_43
ProtoInstance line |
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. |
cholesterol_karne_b_44
ProtoInstance line |
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. |
cholesterol_karne_b_45
ProtoInstance line |
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. |
cholesterol_karne_b_46
ProtoInstance line |
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. |
cholesterol_karne_b_47
ProtoInstance line |
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. |
cholesterol_karne_b_48
ProtoInstance line |
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. |
cholesterol_karne_b_49
ProtoInstance line |
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. |
cholesterol_karne_b_5
ProtoInstance line |
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. |
cholesterol_karne_b_50
ProtoInstance line |
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. |
cholesterol_karne_b_51
ProtoInstance line |
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. |
cholesterol_karne_b_52
ProtoInstance line |
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. |
cholesterol_karne_b_53
ProtoInstance line |
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. |
cholesterol_karne_b_54
ProtoInstance line |
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. |
cholesterol_karne_b_55
ProtoInstance line |
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. |
cholesterol_karne_b_56
ProtoInstance line |
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. |
cholesterol_karne_b_57
ProtoInstance line |
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. |
cholesterol_karne_b_58
ProtoInstance line |
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. |
cholesterol_karne_b_59
ProtoInstance line |
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. |
cholesterol_karne_b_6
ProtoInstance line |
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. |
cholesterol_karne_b_60
ProtoInstance line |
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. |
cholesterol_karne_b_61
ProtoInstance line |
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. |
cholesterol_karne_b_62
ProtoInstance line |
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. |
cholesterol_karne_b_63
ProtoInstance line |
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. |
cholesterol_karne_b_64
ProtoInstance line |
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. |
cholesterol_karne_b_65
ProtoInstance line |
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. |
cholesterol_karne_b_66
ProtoInstance line |
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. |
cholesterol_karne_b_67
ProtoInstance line |
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. |
cholesterol_karne_b_68
ProtoInstance line |
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. |
cholesterol_karne_b_69
ProtoInstance line |
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. |
cholesterol_karne_b_7
ProtoInstance line |
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. |
cholesterol_karne_b_70
ProtoInstance line |
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. |
cholesterol_karne_b_71
ProtoInstance line |
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. |
cholesterol_karne_b_72
ProtoInstance line |
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. |
cholesterol_karne_b_73
ProtoInstance line |
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. |
cholesterol_karne_b_74
ProtoInstance line |
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. |
cholesterol_karne_b_75
ProtoInstance line |
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. |
cholesterol_karne_b_76
ProtoInstance line |
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. |
cholesterol_karne_b_77
ProtoInstance line |
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. |
cholesterol_karne_b_8
ProtoInstance line |
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. |
cholesterol_karne_b_8_2
ProtoInstance line |
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. |
cholesterol_karne_b_9
ProtoInstance line |
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. |
<!--
Color 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. -->