8.14.2.1 IfcLayeredItem(分层项)
8.14.2.1.1 语义定义(Semantic definition)
IfcLayeredItem 是分配给单个图层的所有项的集合。这些项可以是表示项或完整的表示(IfcRepresentationItem, IfcRepresentation)。如果引用的是 IfcRepresentation,则其 Items 集合中的所有 IfcRepresentationItem 都将被分配到同一图层。
8.14.2.1.2 类型值
8.14.2.1.3 形式化表示(Formal representation)
TYPE IfcLayeredItem = SELECT
(IfcRepresentation
,IfcRepresentationItem);
END_TYPE;