5.1.3.30 IfcRelAssociatesClassification 关系分类关联
5.1.3.30.1 语义定义(Semantic definition)
对象化关系 IfcRelAssociatesClassification 处理将分类项(IfcClassificationSelect 选择集中的项)分配给对象实例(IfcObject 的子类型)或对象类型(IfcTypeObject 的子类型)。
该关系用于将分类项或分类系统本身分配给对象。根据 RelatingClassification 的类型,它是:
- 对外部分类系统中文档的引用,或
- 对分类系统本身的引用
继承的属性 RelatedObjects 定义了应用分类的对象或对象类型。属性 RelatingClassification 是对应用于对象(们)的分类的引用。因此,单个 RelatingClassification 可以应用于一个或多个对象。
5.1.3.30.2 实体继承(Entity inheritance)
5.1.3.30.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcRoot (4) | |||
| 1 | GlobalId | IfcGloballyUniqueId |
在整个软件世界中分配全局唯一标识符。 |
| 2 | OwnerHistory | OPTIONAL IfcOwnerHistory |
分配有关该对象当前所有权的信息,包括所有者参与者、应用程序、本地标识以及捕获到的关于对象近期更改的信息。 |
| 3 | Name | OPTIONAL IfcLabel |
供参与的软件系统或用户使用的可选名称。对于某些 IfcRoot 的子类型,可能需要插入 Name 特性。这将通过 where 规则强制执行。 |
| 4 | Description | OPTIONAL IfcText |
可选的描述,用于提供信息性注释。 |
| IfcRelAssociates (1) | |||
| 5 | RelatedObjects | SET [1:?] OF IfcDefinitionSelect |
一组对象或属性定义,外部引用或信息与之相关联。它包括对象和类型对象、属性集模板、属性模板和属性集以及上下文。 |
| 点击显示 5 个隐藏的继承特性 点击隐藏 5 个继承特性 | |||
| IfcRelAssociatesClassification (1) | |||
| 6 | RelatingClassification | IfcClassificationSelect |
应用于对象的分类。 |
5.1.3.30.4 概念用法(Concept usage)
| 概念 | 用法 | 描述 | |
|---|---|---|---|
| IfcRoot (2) | |||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
| IfcRelationship (2) | |||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
| IfcRelAssociates (2) | |||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
| 点击显示 6 个隐藏的继承概念 点击隐藏 6 个继承概念 | |||
| IfcRelAssociatesClassification (2) | |||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
5.1.3.30.5 形式化表示(Formal representation)
ENTITY IfcRelAssociatesClassification
SUBTYPE OF (IfcRelAssociates);
RelatingClassification : IfcClassificationSelect;
END_ENTITY;