金蝶PLM CAD 集成


打开模板库窗口

<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>{ &amp;quot;abstractCadType&amp;quot;: &amp;quot;_3d&amp;quot;, &amp;quot;cadType&amp;quot;: &amp;quot;solidworks&amp;quot;, &amp;quot;cadCommand&amp;quot;: 64, &amp;quot;msgSendWay&amp;quot;: 0 }</code></pre> <h4>客户端回调</h4> <h5>回调命令</h5> <ul> <li><code>OpenDocCurrentForm 107</code></li> </ul> <h5>回调示例</h5> <pre><code>{ &amp;quot;dataModel&amp;quot;: [ &amp;quot;C:\\Users\\rd_junpeng_feng\\PLMWorkPath\\XWX0929D-XX5XT-10-1-13座板一.SLDPRT&amp;quot; ], &amp;quot;abstractCadType&amp;quot;: &amp;quot;_3d&amp;quot;, &amp;quot;cadType&amp;quot;: &amp;quot;solidworks&amp;quot;, &amp;quot;cadCommand&amp;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&lt;string&gt;</td> <td>下载成功的模版文档列表</td> </tr> </tbody> </table>

页面列表

ITEM_HTML