金蝶PLM CAD 集成


打开引用系统零件窗口

<p>[TOC]</p> <h4>请求</h4> <h5>请求命令 CadCommand</h5> <ul> <li><code>ReferencePart 55</code></li> </ul> <h5>请求方式</h5> <ul> <li><code>IPCClient.Instance.SendMessage</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;">cadId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>插件自行生成的Guid,客户端响应结果中,也会携带该Id,以便数据进行唯一匹配</td> </tr> <tr> <td style="text-align: left;">assmDirectoryPath</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>CAD文档的目录绝对路径</td> </tr> <tr> <td style="text-align: left;">assmFileName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>CAD文档名称</td> </tr> </tbody> </table> <h5>完整请求示例</h5> <pre><code>{ &amp;quot;dataModel&amp;quot;: { &amp;quot;cadId&amp;quot;: &amp;quot;558d47fc-a138-45d5-ba96-5ee5c70aa94d&amp;quot;, &amp;quot;assmDirectoryPath&amp;quot;: &amp;quot;D:\\Repos\\非标CAD指导\\Kingdee.PLM.CAD.CustomPlugin\\Kingdee.PLM.CAD.CustomPlugin.Demo\\bin\\Debug\\素材&amp;quot;, &amp;quot;assmFileName&amp;quot;: &amp;quot;根装配件.SLDASM&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;: 55, &amp;quot;msgSendWay&amp;quot;: 0 }</code></pre> <h4>客户端回调</h4> <h5>回调命令</h5> <ul> <li><code>AddComponent 105</code></li> </ul> <h5>回调示例</h5> <pre><code>{ &amp;quot;dataModel&amp;quot;: { &amp;quot;cadId&amp;quot;: &amp;quot;558d47fc-a138-45d5-ba96-5ee5c70aa94d&amp;quot;, &amp;quot;assmDirectoryPath&amp;quot;: &amp;quot;D:\\Repos\\非标CAD指导\\Kingdee.PLM.CAD.CustomPlugin\\Kingdee.PLM.CAD.CustomPlugin.Demo\\bin\\Debug\\素材&amp;quot;, &amp;quot;assmFileName&amp;quot;: &amp;quot;根装配件.SLDASM&amp;quot;, &amp;quot;childFileFullPath&amp;quot;: [ &amp;quot;D:\\Repos\\非标CAD指导\\Kingdee.PLM.CAD.CustomPlugin\\Kingdee.PLM.CAD.CustomPlugin.Demo\\bin\\Debug\\素材\\5XT-10-1-1底座槽钢1.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;: 105, &amp;quot;msgSendWay&amp;quot;: 0 }</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;">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;">cadId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>请求时携带的Guid</td> </tr> <tr> <td style="text-align: left;">assmDirectoryPath</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>CAD文档的目录绝对路径</td> </tr> <tr> <td style="text-align: left;">assmFileName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>CAD文档名称</td> </tr> <tr> <td style="text-align: left;">childFileFullPath</td> <td style="text-align: left;">是</td> <td style="text-align: left;">array[string]</td> <td>选中并且下载成功的零件文档绝对地址数组</td> </tr> </tbody> </table>

页面列表

ITEM_HTML