8.8.3.19 IfcFacetedBrepWithVoids
8.8.3.19.1 Semantic definition
The IfcFacetedBrepWithVoids is a specialization of a faceted B-rep which contains one or more voids in its interior. The voids are represented as closed shells which are defined so that the shell normal point into the void.
Informal Propositions
- Each void shell shall be disjoint from the outer shell and from every other void shell
- Each void shell shall be enclosed within the outer shell but not within any other void shell. In particular the outer shell is not in the set of void shells
- Each shell in the IfcManifoldSolidBrep shall be referenced only once.
- All the bounding loops of all the faces of all the shells in the IfcFacetedBrep shall be of type IfcPolyLoop.
8.8.3.19.2 Entity inheritance
-
- 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.19.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRepresentationItem (2) | |||
IfcSolidModel (1) | |||
IfcManifoldSolidBrep (1) | |||
Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes | |||
IfcFacetedBrepWithVoids (1) | |||
2 | Voids | SET [1:?] OF IfcClosedShell |
Set of closed shells defining voids within the solid. |
8.8.3.19.4 Formal representation
ENTITY IfcFacetedBrepWithVoids SUBTYPE OF (IfcFacetedBrep); Voids : SET [1:?] OF IfcClosedShell; END_ENTITY;