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>ModelDccToolExportOption</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;ModelDccToolExportOption&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            This tag records ouptut options to use when exporting model data.<BR> Including the fixed string <b>ModelDccToolInfo</b>, this tag takes &lt;Key&gt; elements as children.
14            </p>
15            <h2>Attributes</h2>
16		<table class="arguments">
17		<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead><tr><td />
18			<th>ExportStartFrame</th><td>
19            The start frame during export.
20            </td></tr><tr><td /><th>Magnify</th><td>
21            Specifies the magnification ratio by which the model's vertex coordinates and Translate value should be multiplied.
22            </td></tr><tr><td /><th>AdjustSkinning</th><td>
23            The output mode for skinning models.<BR> Assumes one of two values: None or RigidSkinning.
24            </td></tr><tr><td /><th>MeshVisibilityMode</th><td>
25            The mesh visibility flag mode.<BR> Assumes one of two values: BindByIndex or BindByName.
26            </td></tr></table>
27
28            <h2>Example Output</h2>
29            <p>
30<pre><strong>
31&lt;ModelDccToolExportOption ExportStartFrame=&quot;0&quot; Magnify=&quot;1&quot; AdjustSkinning=&quot;None&quot; MeshVisibilityMode=&quot;BindByIndex&quot;&gt;<br>
32  &lt;Key&gt;ModelDccToolInfo&lt;/Key&gt;<br>
33&lt;/ModelDccToolExportOption&gt;<br>
34</strong></pre>
35            </p>
36	<hr><p>CONFIDENTIAL</p></body>
37</html>