打开模板库窗口
<p>[TOC]</p>
<h4>请求</h4>
<h5>请求命令 CadCommand</h5>
<ul>
<li><code>TemplateLibrary 64</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li><code>IPCClient.Instance.SendMessage</code></li>
</ul>
<h5>请求参数说明</h5>
<p>无须数据</p>
<h5>完整请求示例</h5>
<pre><code>{
&quot;abstractCadType&quot;: &quot;_3d&quot;,
&quot;cadType&quot;: &quot;solidworks&quot;,
&quot;cadCommand&quot;: 64,
&quot;msgSendWay&quot;: 0
}</code></pre>
<h4>客户端回调</h4>
<h5>回调命令</h5>
<ul>
<li><code>OpenDocCurrentForm 107</code></li>
</ul>
<h5>回调示例</h5>
<pre><code>{
&quot;dataModel&quot;: [
&quot;C:\\Users\\rd_junpeng_feng\\PLMWorkPath\\XWX0929D-XX5XT-10-1-13座板一.SLDPRT&quot;
],
&quot;abstractCadType&quot;: &quot;_3d&quot;,
&quot;cadType&quot;: &quot;solidworks&quot;,
&quot;cadCommand&quot;: 107
}</code></pre>
<h5>回调参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必填</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">dataModel</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">List<string></td>
<td>下载成功的模版文档列表</td>
</tr>
</tbody>
</table>