6.2.3.26 IfcRelFlowControlElements(相关流量控制构件)
6.2.3.26.1 语义定义
这种输配流构件实例与一个或多个控制构件实例之间的对象化关系表明控制构件感知或控制流构件的某些方面。它应用于 IfcDistributionFlowElement 和 IfcDistributionControlElement。
这种关系可用于指示操作关系,例如执行器操作阀门、风门或开关。它也可用于指示传感关系,例如传感器检测流体流动状况。
这种关系意味着传感或控制关系;如果构件仅连接而没有任何控制关系,则应使用 IfcRelConnectsElements。
沿革 x 中的新实体。
6.2.3.26.2 实体继承
-
- IfcRelFlowControlElements
- IfcRelConnectsElements
- IfcRelConnectsPortToElement
- IfcRelConnectsPorts
- IfcRelConnectsStructuralActivity
- IfcRelConnectsStructuralMember
- IfcRelContainedInSpatialStructure
- IfcRelCoversBldgElements
- IfcRelCoversSpaces
- IfcRelFillsElement
- IfcRelInterferesElements
- IfcRelPositions
- IfcRelReferencedInSpatialStructure
- IfcRelSequence
- IfcRelServicesBuildings
- IfcRelSpaceBoundary
6.2.3.26.3 特性
| # | 特性 | 类型 | 描述 |
|---|---|---|---|
| IfcRoot (4) | |||
| 1 | GlobalId | IfcGloballyUniqueId |
在整个软件世界中分配全局唯一标识符。 |
| 2 | OwnerHistory | OPTIONAL IfcOwnerHistory |
分配有关该对象当前所有权的信息,包括所有者参与者、应用程序、本地标识以及捕获到的关于对象近期更改的信息。 |
| 3 | Name | OPTIONAL IfcLabel |
供参与的软件系统或用户使用的可选名称。对于某些 IfcRoot 的子类型,可能需要插入 Name 特性。这将通过 where 规则强制执行。 |
| 4 | Description | OPTIONAL IfcText |
可选的描述,用于提供信息性注释。 |
| 点击显示 4 个隐藏的继承特性 点击隐藏 4 个继承特性 | |||
| IfcRelFlowControlElements (2) | |||
| 5 | RelatedControlElements | SET [1:?] OF IfcDistributionControlElement |
引用可用于对输配构件施加控制的控制构件。 |
| 6 | RelatingFlowElement | IfcDistributionFlowElement |
与输配流构件的关系 |
6.2.3.26.4 概念用法
| 概念 | 用法 | 描述 | |
|---|---|---|---|
| IfcRoot (2) | |||
| Revision Control(版本控制) | 通用用法 |
使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。 |
|
| Software Identity(软件标识) | 通用用法 |
IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。 |
|
| 点击显示 2 个隐藏的继承概念 点击隐藏 2 个继承概念 | |||
6.2.3.26.5 形式化表示
ENTITY IfcRelFlowControlElements
SUBTYPE OF (IfcRelConnects);
RelatedControlElements : SET [1:?] OF IfcDistributionControlElement;
RelatingFlowElement : IfcDistributionFlowElement;
END_ENTITY;