8.20.3.8 IfcFaceBound(面边界)
8.20.3.8.1 语义定义(Semantic definition)
注意 根据 ISO/CD 10303-42:1992 的定义
面边界是用于界定面的环。注意 实体改编自 ISO 10303-42 中定义的 face_bound。
8.20.3.8.2 实体继承(Entity inheritance)
8.20.3.8.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcRepresentationItem (2) | |||
| LayerAssignment | SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems |
将表示项分配给单个或多个层。LayerAssignments 可以覆盖其所在的 IfcRepresentation 的 Items 列表中的 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.8.4 形式化表示(Formal representation)
ENTITY IfcFaceBound
SUPERTYPE OF (ONEOF
(IfcFaceOuterBound))
SUBTYPE OF (IfcTopologicalRepresentationItem);
Bound : IfcLoop;
Orientation : IfcBoolean;
END_ENTITY;