IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.20.3.9 IfcFaceOuterBound(面外边界)

8.20.3.9.1 语义定义(Semantic definition)

注意 根据 ISO/CD 10303-42:1992 的定义
面外边界是面边界的一种特殊子类型,具有定义面外边界附加语义的特性。一个面的边界中最多只能有一个属于此类型。

注意 实体改编自 ISO 10303-42 中定义的 face_outer_bound

8.20.3.9.2 实体继承(Entity inheritance)

8.20.3.9.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcRepresentationItem (2)
LayerAssignment SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems

将表示项分配给单个或多个层。LayerAssignments 可以覆盖其所在的 IfcRepresentationItems 列表中的 LayerAssignments

StyledByItem SET [0:1] OF IfcStyledItem FOR Item

引用为表示提供表现信息的 IfcStyledItem,例如,为几何曲线提供曲线样式,包括颜色和厚度。

点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性
IfcFaceBound (2)
1 Bound IfcLoop

将用作面边界的环。

2 Orientation IfcBoolean

该属性指示环在用于界定面时是否与首次定义时具有相同方向(TRUE 为同向,FALSE 为反向)。若方向为 FALSE,则在面中使用时,其所有组成有向边的方向将隐式反转。

表 8.20.3.9.A

8.20.3.9.4 形式化表示(Formal representation)

ENTITY IfcFaceOuterBound
 SUBTYPE OF (IfcFaceBound);
END_ENTITY;

8.20.3.9.5 参考文献