金蝶PLM CAD 集成


更新文档信息

<p>[TOC]</p> <h4>请求</h4> <h5>请求命令 CadCommand</h5> <ul> <li><code>RefreshDocInfo 59</code></li> </ul> <h5>请求方式</h5> <ul> <li><code>IPCClient.Instance.PostMessage</code></li> </ul> <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;">doc_object</td> <td>待查询更新的文档信息</td> </tr> </tbody> </table> <p><strong>doc_object 参数</strong></p> <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;">rootDocName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>根文档名称</td> </tr> <tr> <td style="text-align: left;">rootDocDirectory</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>跟文档目录绝对路径</td> </tr> <tr> <td style="text-align: left;">requestType</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>请求类型,0代表后台自动轮询,1代表普通运行</td> </tr> </tbody> </table> <h5>完整请求示例</h5> <pre><code>{ &amp;quot;dataModel&amp;quot;: { &amp;quot;requestType&amp;quot;: 1, &amp;quot;rootDocName&amp;quot;: &amp;quot;根装配件.SLDASM&amp;quot;, &amp;quot;rootDocDirectory&amp;quot;: &amp;quot;D:\\Repos\\非标CAD指导\\Kingdee.PLM.CAD.CustomPlugin\\Kingdee.PLM.CAD.CustomPlugin.Demo\\bin\\Debug\\素材&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;: 59, &amp;quot;msgSendWay&amp;quot;: 0 }</code></pre> <h4>响应</h4> <h5>返回示例</h5> <pre><code>{ &amp;quot;data&amp;quot;: { &amp;quot;dataModel&amp;quot;: { &amp;quot;rootDocName&amp;quot;: &amp;quot;根装配件.SLDASM&amp;quot;, &amp;quot;rootDocDirectory&amp;quot;: &amp;quot;D:\\Repos\\非标CAD指导\\Kingdee.PLM.CAD.CustomPlugin\\Kingdee.PLM.CAD.CustomPlugin.Demo\\bin\\Debug\\素材&amp;quot;, &amp;quot;fileModels&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;: 59, &amp;quot;msgSendWay&amp;quot;: 0 }, &amp;quot;success&amp;quot;: true, &amp;quot;message&amp;quot;: null, &amp;quot;errCode&amp;quot;: null }</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;">result_object</td> <td>查询更新的文档信息结果</td> </tr> </tbody> </table> <p><strong>result_object 参数</strong></p> <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;">rootDocName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>根文档名称</td> </tr> <tr> <td style="text-align: left;">rootDocDirectory</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>跟文档目录绝对路径</td> </tr> <tr> <td style="text-align: left;">fileModels</td> <td style="text-align: left;">否</td> <td style="text-align: left;">array[file_compare]</td> <td>文档比对集合</td> </tr> </tbody> </table> <p><strong>file_compare 参数</strong></p> <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;">cadId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>文档唯一Id</td> </tr> <tr> <td style="text-align: left;">fileName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>文档名称</td> </tr> <tr> <td style="text-align: left;">isFileChange</td> <td style="text-align: left;">是</td> <td style="text-align: left;">bool</td> <td>文档是否已改变</td> </tr> </tbody> </table>

页面列表

ITEM_HTML