当前位置: 首页 > news >正文

Agile PLM EC Client Product Structure

Depending on how your administrator has configured the EC Client , the product structure created by the Create Item / BOM command will be one of four types:

根据管理员如何配置EC Client ,通过创建项目/BOM命令创建的产品结构将会是如下四种类型的一种:

1.Linked Structure - 3D Only    链接结构    仅3D

       The 3D CAD Model Document object (representing a CAD part or assembly ) is linked in the BOM beneath its corresponding Agile Part object . 三维CAD 模型文档对象是与与之对应的Agile 物料对象的BOM关联的

       Someone browsing the BOM structure will not immediately see the 2D CAD Model Documents (representing a CAD drawing), they can be accessed through the Where Used tab of the 3D CAD Model Documents.

       浏览BOM结构的人将不会立刻看到二维CAD模型文档 ,它们可以通过在哪里使用标签 的三维模型文档中访问。

2.Linked Structure  - 2D & 3D     关联对象   2D & 3D

     Both the 2D (representing a CAD drawing) and 3D CAD Model Document object ( representing a CAD part or assembly) are linked in the BOM beneath there corresponding Agile Part object .

      无论是二维(表征工程图)和三维文档(表征CAD 零件或者装配体)对象都被链接在BOM 下面 与相应的Agile 物料对象

     This can make browsing the data easier , although the BOM structure gets more cluttered .

     这可以使浏览数据更简单,尽管BOM结构获取更加复杂

3. Unlinked Structure        非关联对象

     The CAD Model Documents are not linked in the Part BOM at all . 

     CAD模型文档不与物料BOM关联。

     Rather , there is an attribute on the Part objects that gives the Document number of the corresponding CAD Model .

     不过,有一个物料对象的属性被提供,提供了相应CAD模型的文档编号.

    Also there is an attribute on the Document giving the corresponding Part .

    并且有一个文档对象属性提供相应的物料、组件。

    This is not as convenient for navigation , but the Part BOM is much less cluttered .

     这对导航来说不是很方便,不过减少了物料BOM 的复杂度。

4. Relationship linking   关系关联

      The CAD Model Documents are linked in the Part BOM via Realationships .

      CAD模型文档通过关系 与物料BOM进行关联

      This allows the user to navigate to the Relationships tab to traverse over to the other structure .

      这样允许用户通过关系标签来导航遍历其他对象结构

       Note that this is supported in Agile 9.2.2 and later . 

       提示这个功能在Agile 9.2.2 以及之后的版本支持

转载于:https://www.cnblogs.com/leojun/archive/2011/03/27/1997331.html

相关文章:

  • SQL语句小细节
  • mysql中int、bigint、smallint 和 tinyint的区别与长度的含义
  • 多线程下race condition问题
  • git pull远程所有分支
  • 网卡硬件时间戳之 --- shtx-hardware标志
  • Mina框架与Spring整合配置文件
  • OSGi 4.3引入了Generics与Capabilities
  • Django Web框架
  • DirectoryEntry的使用
  • 使用GZipStream类压缩和解压文件夹
  • mysql sql语句中用括号处理or和and的运算顺序
  • c#中WebBrowser控件使用心得
  • [转载]编写超级可读代码的15个最佳实践
  • 定时器NSTimer
  • 查看系统默认路径
  • python3.6+scrapy+mysql 爬虫实战
  • 【vuex入门系列02】mutation接收单个参数和多个参数
  • Create React App 使用
  • docker容器内的网络抓包
  • JavaScript 基本功--面试宝典
  • javascript从右向左截取指定位数字符的3种方法
  • JavaSE小实践1:Java爬取斗图网站的所有表情包
  • Java教程_软件开发基础
  • PHP 程序员也能做的 Java 开发 30分钟使用 netty 轻松打造一个高性能 websocket 服务...
  • 百度贴吧爬虫node+vue baidu_tieba_crawler
  • 对话 CTO〡听神策数据 CTO 曹犟描绘数据分析行业的无限可能
  • 番外篇1:在Windows环境下安装JDK
  • 飞驰在Mesos的涡轮引擎上
  • 分享一个自己写的基于canvas的原生js图片爆炸插件
  • 极限编程 (Extreme Programming) - 发布计划 (Release Planning)
  • 经典排序算法及其 Java 实现
  • 浅谈Kotlin实战篇之自定义View图片圆角简单应用(一)
  • 优化 Vue 项目编译文件大小
  • 正则表达式
  • 第二十章:异步和文件I/O.(二十三)
  • ​ssh免密码登录设置及问题总结
  • ### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException
  • (0)Nginx 功能特性
  • (C语言)编写程序将一个4×4的数组进行顺时针旋转90度后输出。
  • (附源码)spring boot智能服药提醒app 毕业设计 102151
  • (附源码)springboot宠物管理系统 毕业设计 121654
  • (附源码)springboot高校宿舍交电费系统 毕业设计031552
  • (附源码)ssm高校运动会管理系统 毕业设计 020419
  • (附源码)ssm跨平台教学系统 毕业设计 280843
  • (淘宝无限适配)手机端rem布局详解(转载非原创)
  • (一)u-boot-nand.bin的下载
  • (一)基于IDEA的JAVA基础1
  • (转)Oracle 9i 数据库设计指引全集(1)
  • .equals()到底是什么意思?
  • .NET 4.0中使用内存映射文件实现进程通讯
  • .NET平台开源项目速览(15)文档数据库RavenDB-介绍与初体验
  • @hook扩展分析
  • [Angular] 笔记 9:list/detail 页面以及@Output
  • [C++]二叉搜索树
  • [E单调栈] lc2487. 从链表中移除节点(单调栈+递归+反转链表+多思路)