该页全部中文内容仅供20252453-T-424 项目组内部使用

20252453-T-424 项目

8.19.3.1 IfcBoundaryCondition(边界条件)

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

8.19.3.1.1 语义定义(Semantic definition)

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

8.19.3.1.2 实体继承(Entity inheritance)

8.19.3.1.3 特性(Attributes)

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

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

表 8.19.3.1.A

8.19.3.1.4 形式化表示(Formal representation)

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

8.19.3.1.5 参考(References)