打开BOM编辑窗口 - 浏览模式
<p>[TOC]</p>
<p><center><strong><em>说明:本模式仅文档已存在系统中,并且不符合【打开BOM编辑窗口 - 编辑模式】的判断,才会进入!</em></strong></center></p>
<h4>请求</h4>
<h5>请求命令 CadCommand</h5>
<ul>
<li><code>EditBomLibrary 52</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;">standard_model</td>
<td>集成标准数据模型,详见[这里](<a href="https://www.showdoc.com.cn/kingdeeplm/11558477351049674">https://www.showdoc.com.cn/kingdeeplm/11558477351049674</a> "这里")</td>
</tr>
</tbody>
</table>
<p><strong>standard_model 参数</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;">fileModels</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">array[fileModel]</td>
<td>标准文档对象模型集合,具体详见[这里](<a href="https://www.showdoc.com.cn/kingdeeplm/11558477351049674">https://www.showdoc.com.cn/kingdeeplm/11558477351049674</a> "这里")</td>
</tr>
<tr>
<td style="text-align: left;">propModels</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">array[property]</td>
<td>标准属性对象模型集合,具体详见[这里](<a href="https://www.showdoc.com.cn/kingdeeplm/11558477351049674">https://www.showdoc.com.cn/kingdeeplm/11558477351049674</a> "这里") ,<strong>浏览模式无须携带</strong></td>
</tr>
<tr>
<td style="text-align: left;">useRootPropId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>根属性对象的propModelId,<strong>浏览模式无须携带</strong></td>
</tr>
</tbody>
</table>
<h5>完整请求示例</h5>
<pre><code>{
&quot;dataModel&quot;: {
&quot;fileModels&quot;: [
{
&quot;cadId&quot;: &quot;55395990-6694-49b8-93e9-126ce6f6e745&quot;,
&quot;isRoot&quot;: true,
&quot;directoryPath&quot;: &quot;D:\\Repos\\非标CAD指导\\Kingdee.PLM.CAD.CustomPlugin\\Kingdee.PLM.CAD.CustomPlugin.Demo\\bin\\Debug\\素材&quot;,
&quot;fileName&quot;: &quot;根装配件.SLDASM&quot;,
&quot;size&quot;: 87539,
&quot;fileHash&quot;: null,
&quot;fileLevel&quot;: 0,
&quot;fileType&quot;: 2,
&quot;activeConfigPropId&quot;: null,
&quot;createDate&quot;: &quot;2024-12-20 16:52:13&quot;,
&quot;modifyDate&quot;: &quot;2024-12-26 14:08:38&quot;,
&quot;drawingDocs&quot;: [],
&quot;pdfDocs&quot;: [],
&quot;child&quot;: [],
&quot;hasBeenRecord&quot;: true,
&quot;isStandarPart&quot;: false,
&quot;displayName&quot;: &quot;根装配件.SLDASM&quot;
}
],
&quot;propModels&quot;: [],
&quot;useRootPropId&quot;: null
},
&quot;abstractCadType&quot;: &quot;_3d&quot;,
&quot;cadType&quot;: &quot;solidworks&quot;,
&quot;cadCommand&quot;: 52,
&quot;msgSendWay&quot;: 0
}</code></pre>
<h4>客户端回调</h4>
<p>具体看【[保存/暂存文档时,客户端通知新属性](<a href="https://www.showdoc.com.cn/kingdeeplm/11558482257839657">https://www.showdoc.com.cn/kingdeeplm/11558482257839657</a> "保存/暂存文档时,客户端通知新属性")】</p>