8.8.3.25 IfcIndexedPolygonalFaceWithVoids
RV ⓘ
AbV ⓘ
8.8.3.25.1 Semantic definition
The IfcIndexedPolygonalFaceWithVoids is a compact representation of a planar face with inner loops, being part of a face set.
8.8.3.25.2 Entity inheritance
-
- IfcTessellatedItem
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTextLiteral
- IfcVector
8.8.3.25.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRepresentationItem (2) | |||
IfcIndexedPolygonalFace (3) | |||
Click to show 5 hidden inherited attributes Click to hide 5 inherited attributes | |||
IfcIndexedPolygonalFaceWithVoids (1) | |||
2 | InnerCoordIndices | LIST [1:?] OF LIST [3:?] OF UNIQUE IfcPositiveInteger |
Two-dimensional list, where the first dimension represents each inner loop (from 1 to N) and the second dimension the indices to three or more points that define the vertices of each inner loop. If the tessellated face set is closed, indicated by SELF\IfcTessellatedFaceSet.Closed, then the points, defining the inner loops, shall connect clockwise, as seen from the outside of the body. |
8.8.3.25.4 Examples
8.8.3.25.5 Formal representation
ENTITY IfcIndexedPolygonalFaceWithVoids SUBTYPE OF (IfcIndexedPolygonalFace); InnerCoordIndices : LIST [1:?] OF LIST [3:?] OF UNIQUE IfcPositiveInteger; END_ENTITY;