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)
8.19.3.1.4 形式化表示(Formal representation)
ENTITY IfcBoundaryCondition
ABSTRACT SUPERTYPE OF (ONEOF
(IfcBoundaryEdgeCondition
,IfcBoundaryFaceCondition
,IfcBoundaryNodeCondition));
Name : OPTIONAL IfcLabel;
END_ENTITY;