8.20.3.3 IfcConnectedFaceSet(连接面集)
8.20.3.3.1 语义定义(Semantic definition)
非形式化命题
- 面及其边界环的域的并集应是弧连通的。
8.20.3.3.2 实体继承(Entity inheritance)
8.20.3.3.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 个继承特性 | |||
| IfcConnectedFaceSet (1) | |||
| 1 | CfsFaces | SET [1:?] OF IfcFace |
沿公共边或顶点弧连通的面集合。 |
8.20.3.3.4 形式化表示(Formal representation)
ENTITY IfcConnectedFaceSet
SUPERTYPE OF (ONEOF
(IfcClosedShell
,IfcOpenShell))
SUBTYPE OF (IfcTopologicalRepresentationItem);
CfsFaces : SET [1:?] OF IfcFace;
END_ENTITY;