IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

5.4.3.51 IfcRelConnectsWithRealizingElements(关系通过实现构件连接)

5.4.3.51.1 语义定义(Semantic definition)

IfcRelConnectsWithRealizingElements 定义了两个元素之间需要通过进一步的实现元素来实现该关系的通用关系。

IfcRelConnectsWithRealizingElementsIfcRelConnectsElements 的特化,其中连接操作具有(一个或多个)实现元素的附加特性,这些元素可用于实现或进一步限定该关系。它被定义为三元关系。

桥梁的连接类型包括:

  • TrussJoint:桁架杆件之间的节点。
  • ExpansionJoint:允许移动的节点,通常是由于结构的热膨胀差异,具有类型为 EXPANSION_JOINT_DEVICE 的 DiscreteAccessory 作为 RealizingElement。
  • EmbeddedPartsJoint:用于辅助零件与结构的节点,具有适当的 RealizingElements,例如类型为 ANCHORPLATE、BRACKET 或 SHOE 的 DiscreteAccessories。
  • ConstructionJoint:用于施工分阶段的节点,通常在现浇混凝土结构中。

5.4.3.51.2 实体继承(Entity inheritance)

5.4.3.51.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcRoot (4)
1 GlobalId IfcGloballyUniqueId

在整个软件世界中分配全局唯一标识符。

2 OwnerHistory OPTIONAL IfcOwnerHistory

分配有关该对象当前所有权的信息,包括所有者参与者、应用程序、本地标识以及捕获到的关于对象近期更改的信息。

3 Name OPTIONAL IfcLabel

供参与的软件系统或用户使用的可选名称。对于某些 IfcRoot 的子类型,可能需要插入 Name 特性。这将通过 where 规则强制执行。

4 Description OPTIONAL IfcText

可选的描述,用于提供信息性注释。

IfcRelConnectsElements (3)
5 ConnectionGeometry OPTIONAL IfcConnectionGeometry

连接几何体的几何形状表示,以 RelatingElement 的对象坐标系(必需)和 RelatedElement 的对象坐标系(可选)提供。

6 RelatingElement IfcElement

对连接关系中作为 RelatingElement 角色的连接元素子类型的引用。

7 RelatedElement IfcElement

对连接关系中作为 RelatedElement 角色的连接元素子类型的引用。

点击显示 7 个隐藏的继承特性 点击隐藏 7 个继承特性
IfcRelConnectsWithRealizingElements (2)
8 RealizingElements SET [1:?] OF IfcElement

定义实现连接关系的元素。

9 ConnectionType OPTIONAL IfcLabel

连接的类型,用于非正式目的,可能包括标签,如“joint”、“rigid joint”、“flexible joint”等。

表 5.4.3.51.A

5.4.3.51.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。此外,它还可以为概念提供名称和描述。

IfcRelConnects (2)
Revision Control General

使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。

Software Identity General

IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。

IfcRelConnectsElements (2)
Revision Control General

使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。

Software Identity General

IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。

点击显示 8 个隐藏的继承概念 点击隐藏 8 个继承概念
IfcRelConnectsWithRealizingElements (2)
Revision Control General

使用 IfcOwnerHistory 捕获所有权、历史记录和合并状态。

Software Identity General

IfcRoot 分配全局唯一 ID。此外,它还可以为概念提供名称和描述。

表 5.4.3.51.B

5.4.3.51.5 形式化表示(Formal representation)

ENTITY IfcRelConnectsWithRealizingElements
 SUBTYPE OF (IfcRelConnectsElements);
	RealizingElements : SET [1:?] OF IfcElement;
	ConnectionType : OPTIONAL IfcLabel;
END_ENTITY;

5.4.3.51.6 参考文献