IFC 4.3.2.20260714 (IFC4X3_ADD2) under development

8.19.3.1 IfcBoundaryCondition(边界条件)

抽象 该定义可能不会被直接实例化。

8.19.3.1.1 语义定义

抽象实体 IfcBoundaryCondition 是所有可应用于结构连接定义的边界条件的超类型,既可直接应用于连接(例如节点),也可应用于结构构件与连接之间的关系。

沿革 IFC2x2 中的新增实体。

8.19.3.1.2 实体继承

8.19.3.1.3 特性

# 特性 类型 描述
IfcBoundaryCondition (1)
1 Name OPTIONAL IfcLabel

可选定义此边界条件的名称。

表 8.19.3.1.A

8.19.3.1.4 形式化表示

ENTITY IfcBoundaryCondition
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcBoundaryEdgeCondition
	,IfcBoundaryFaceCondition
	,IfcBoundaryNodeCondition));
	Name : OPTIONAL IfcLabel;
END_ENTITY;

8.19.3.1.5 参考