You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<?xml version="1.0" encoding="GBK"?>
<BomLines >
<!--
blockname: 代表块参照名称
-->
<BomLine blockname= "DFHM_MXL" >
<!--
author : raywei
date : 2012 - 8 - 20
介绍(注:以下每个属性都是必须配置的):
1、type:设置属性对应TC系统中的类型 只匹配Item、( ItemRevision这个类型还没加入) 、Form、bomline, 配置其他类型无效, 并可能出现程序中断
2、cad:在CAD标题栏中属性名称 此项是配置CAD图纸中属性的名称
3、tc: 与CAD属性对应的在TC系统中的属性名称 此项是配置与CAD图纸属性名称相对应的TC系统里的属性名
4、is_bomline:代表是否是bomline上的属性, 如果是, 置为1, 否则置为0
5、overwrite:代表是否是需要更新的属性
6、visiable:此暂时无用, 请置为1
补充说明:
1、必须含有bl_sequence_no的配置
2、必须含有item_id的配置
-->
<_1 type= "bomline" cad= "序号" tc= "bl_sequence_no" is_bomline= "1" overwrite= "1" visiable= "1" />
<_2 type= "Item" cad= "图号" tc= "item_id" is_bomline= "0" overwrite= "1" visiable= "1" />
<_3 type= "Item" cad= "名称" tc= "object_name" is_bomline= "0" overwrite= "0" visiable= "1" />
<_4 type= "bomline" cad= "数量" tc= "bl_quantity" is_bomline= "1" overwrite= "1" visiable= "1" />
<_5 type= "bomline" cad= "备注" tc= "D5DesignNote_bl" is_bomline= "1" overwrite= "1" visiable= "1" />
<_6 type= "bomline" cad= "总重" tc= "D5TotalWeight" is_bomline= "1" overwrite= "1" visiable= "1" />
<_7 type= "Form" cad= "" tc= "" is_bomline= "0" overwrite= "1" visiable= "" />
</BomLine>
</BomLines>