5.1.3.25 IfcRelAssignsToGroupByFactor (分配到带因子的组关系)
5.1.3.25.1 语义定义(Semantic definition)
对象化的关系 IfcRelAssignsToGroupByFactor 是通用分组机制的特例。它允许添加一个因子来定义对象定义(作为 IfcObject 子类的单个对象实例和作为 IfcTypeObject 子类的对象类型)分配到组(IfcGroup 的子类)的比率。
该比率可用于定义百分比分配。例如,0.8 的 Factor 将表示该对象以 80% 的比例分配给该组,或者 2.5 的 Factor 将表示该对象以 2.5 的权重因子分配给该组。
同一对象或对象类型可以以相同或不同的 Factor 值包含到多个组中。分组关系不是分层的。
5.1.3.25.2 实体继承(Entity inheritance)
5.1.3.25.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcRoot (4) | |||
| 1 | GlobalId | IfcGloballyUniqueId |
在整个软件世界中分配全局唯一标识符。 |
| 2 | OwnerHistory | OPTIONAL IfcOwnerHistory |
分配有关该对象当前所有权的信息,包括所有者参与者、应用程序、本地标识以及捕获到的关于对象近期更改的信息。 |
| 3 | Name | OPTIONAL IfcLabel |
供参与的软件系统或用户使用的可选名称。对于某些 IfcRoot 的子类型,可能需要插入 Name 特性。这将通过 where 规则强制执行。 |
| 4 | Description | OPTIONAL IfcText |
可选的描述,用于提供信息性注释。 |
| IfcRelAssigns (2) | |||
| 5 | RelatedObjects | SET [1:?] OF IfcObjectDefinition |
相关对象,被分配给单个对象。单个(或相关)对象的类型在 IfcRelAssigns 的子类型中定义。 |
| 6 | RelatedObjectsType | OPTIONAL IfcStrippedOptional |
分配关系的特定类型。它可以约束适用对象类型,在 RelatedObjects 的角色中使用。 |
| IfcRelAssignsToGroup (1) | |||
| 7 | RelatingGroup | IfcGroup |
引用包含所有已分配组成员的组。 |
| 点击显示 7 个隐藏的继承特性 点击隐藏 7 个继承特性 | |||
| IfcRelAssignsToGroupByFactor (1) | |||
| 8 | Factor | IfcRatioMeasure |
提供的因子作为比率度量,用于标识应用于组分配的分数或加权因子。 |
5.1.3.25.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。此外,它还可以为概念提供名称和描述。 |
|
| IfcRelAssigns (2) | |||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
| IfcRelAssignsToGroup (2) | |||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
| 点击显示 8 个隐藏的继承概念 点击隐藏 8 个继承概念 | |||
| IfcRelAssignsToGroupByFactor (2) | |||
| Revision Control | General |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity | General |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
5.1.3.25.5 形式化表示(Formal representation)
ENTITY IfcRelAssignsToGroupByFactor
SUBTYPE OF (IfcRelAssignsToGroup);
Factor : IfcRatioMeasure;
END_ENTITY;