IfcLayeredItem

IfcLayeredItem是所有指定给单个层的项的集合。这些项是表示项或完整表示(ifcrepresentionitem、IfcRepresentation)。如果引用了一个IfcRepresentation,则其项集中的所有IfcRepresentationItem都将分配给同一层。

注:根据ISO 10303-46的定义:

分层事物类型选择那些可以按层分组的事物。

注:对应的ISO 10303名称:分层项。在ISO/CD版本中它被称为分层项,在ISO/IS最终版本中被重命名为分层项。正式标准的最终定义请参考ISO/IS 10303-46:1994,第13页。

IFC2x2中增加的新类型。

Enumeration definition

ConstantDescription
IfcRepresentationItem  
IfcRepresentation  
 

EXPRESS Specification

TYPE IfcLayeredItem = SELECT (
 IfcRepresentationItem,
 IfcRepresentation);
END_TYPE;
原文地址:https://www.cnblogs.com/herd/p/14256009.html