8.8.3.2 IfcAdvancedBrepWithVoids(带孔洞高级边界表示)
8.8.3.2.1 语义定义
带孔洞高级边界表示(IfcAdvancedBrepWithVoids)是一种高级边界表示的特化形式,在其内部包含一个或多个孔洞。这些孔洞被表示为封闭壳体,其定义方式使壳体法向指向孔洞内部。
非形式化命题
- 每个孔洞壳体应与外部壳体及所有其他孔洞壳体互不相交
- 每个孔洞壳体应处于外部壳体的封闭范围内,但不应处于任何其他孔洞壳体的封闭范围内。特别说明:外部壳体不在孔洞壳体集合中
- IfcManifoldSolidBrep 中的每个壳体应仅有一次引用
- IfcAdvancedBrep 和 IfcAdvancedBrepWithVoids.Voids 中所有壳体的所有面都应为 IfcAdvancedFace 类型
8.8.3.2.2 实体继承
-
- IfcSolidModel
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.8.3.2.3 特性
| # | 特性 | 类型 | 描述 |
|---|---|---|---|
| IfcRepresentationItem (2) | |||
| LayerAssignment | SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems |
将表示项分配给单个或多个层。LayerAssignments 可以覆盖其所在的 IfcRepresentation 的 Items 列表中的 LayerAssignments。 |
|
| StyledByItem | SET [0:1] OF IfcStyledItem FOR Item |
引用为表示提供表现信息的 IfcStyledItem,例如,为几何曲线提供曲线样式,包括颜色和厚度。 |
|
| IfcSolidModel (1) | |||
| * | Dim | IfcDimensionCount |
此特性是形式化派生的
本类的空间维度,恒为3。 |
| IfcManifoldSolidBrep (1) | |||
| 1 | Outer | IfcClosedShell |
定义实体外部边界的闭合壳。壳法线应指向背离实体内部的方向。 |
| 点击显示 4 个隐藏的继承特性 点击隐藏 4 个继承特性 | |||
| IfcAdvancedBrepWithVoids (1) | |||
| 2 | Voids | SET [1:?] OF IfcClosedShell |
无可用描述 |
8.8.3.2.4 形式化命题
| 名称 | 描述 |
|---|---|
| VoidsHaveAdvancedFaces |
带孔洞高级边界表示中所有孔洞的每个面都应为 IfcAdvancedFace 类型。 |
|
|
8.8.3.2.5 形式化表示
ENTITY IfcAdvancedBrepWithVoids
SUBTYPE OF (IfcAdvancedBrep);
Voids : SET [1:?] OF IfcClosedShell;
WHERE
VoidsHaveAdvancedFaces : SIZEOF (QUERY (Vsh <* Voids |
SIZEOF (QUERY (Afs <* Vsh.CfsFaces |
(NOT ('IFC4X3_DEV_62887e3f.IFCADVANCEDFACE' IN TYPEOF(Afs)))
)) = 0
)) = 0;
END_ENTITY;