1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3	<head>
4		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5		<meta http-equiv="Content-Style-Type" content="text/css" />
6		<title>DccToolSourceNodeMetaData</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;DccToolSourceNodeMetaData&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            Tag representing hint information related to the source node of the Dcc tool.
14
15            This information is absolutely not reflected in binary data.
16            </p>
17
18<h2>Example Output</h2>
19
20<table>
21<tr>
22<td><pre>
23&lt;Meshes&gt;<br>
24    &lt;Mesh IsVisible=&quot;true&quot; RenderPriority=&quot;0&quot;&gt;<br>
25        &lt;EditData&gt;<br>
26            <strong>&lt;DccToolSourceNodeMetaData&gt;</strong><br>
27                &lt;Key&gt;DccToolSourceNode&lt;/Key&gt;<br>
28                &lt;Values&gt;<br>
29                    &lt;NodeName&gt;pPlane1&lt;/NodeName&gt;<br>
30                &lt;/Values&gt;<br>
31            <strong>&lt;/DccToolSourceNodeMetaData&gt;</strong><br>
32        &lt;/EditData&gt;<br>
33        &lt;SeparateShapeReference&gt;Shapes[0]&lt;/SeparateShapeReference&gt;<br>
34        &lt;MaterialReference&gt;Materials[&quot;lambert2&quot;]&lt;/MaterialReference&gt;<br>
35    &lt;/Mesh&gt;<br>
36&lt;/Meshes&gt;<br>
37</pre></td>
38</tr></table>
39	<hr><p>CONFIDENTIAL</p></body>
40</html>