IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.8.3.28 IfcPolygonalFaceSet

AbRV ⓘ
RV ⓘ

8.8.3.28.1 Semantic definition

The IfcPolygonalFaceSet is a tessellated face set with all faces being bound by polygons. The planar faces are constructed by implicit polylines defined by three or more Cartesian points. Each planar face is defined by an instance of IfcIndexedPolygonalFace, or in case of faces with inner loops by IfcIndexedPolygonalFaceWithVoids.

Depending on the value of the inherited attribute Closed the instance of IfcPolygonalFaceSet represents:

  • if TRUE, a boundary representation (or B-rep);
  • if FALSE, a face based surface representation.

The attribute Faces refers to a list of IfcIndexedPolygonalFace's having an one-based CoordIndex that provides three or more indices. If the face has inner loops, the IfcIndexedPolygonalFaceWithVoids has a two-dimensional, one-based list, where: * the first dimension of the two-dimensional list addresses the list of inner loops; * the second dimension of the two-dimensional list provides three or more indices each being a vertex of the planar polygon representing the inner loop.

Depending on the provision of PnIndex the indices point either directly into the IfcCartesianPointList3D referenced by Coordinates defined at the supertype IfcTessellatedFaceSet, or they point into the PnIndex where the integer values at that position provides the location of the coordinate values within the IfcCartesianPointList3D. See Figure 8.8.3.28.A for the handling of point index.

PnIndex
Figure 8.8.3.28.A — Use of _PnIndex_
IfcFacetedFaceSet_Example-01
Figure 8.8.3.28.B — Polygonal face set geometry

Figure 8.8.3.28.B shows an IfcPolygonalFaceSet represented by:

#1 IfcIndexedPolygonalFace: ((1, 2, 6, 5)
#2 IfcIndexedPolygonalFace: ((6, 2, 3, 7)
#3 IfcIndexedPolygonalFace: ((7, 3, 4, 8)
#4 IfcIndexedPolygonalFace: ((8, 4, 1, 5)
#5 IfcIndexedPolygonalFace: ((1, 4, 3, 2)
#6 IfcIndexedPolygonalFace: ((6, 7, 8, 5)
#7 IfcCartesianPointList3D:
((0.,0.,0.), (1.,0.,0.), (1.,1.,0.), (0.,1.,0.), (0.,0.,2.), (1.,0.,2.), (1.,1.,2.), (0.,1.,2.))

Informal Propositions

  1. If Closed = TRUE, the same topological constraints as imposed by an faceted boundary representation shall be safisfied. In particular:
    • each face shall be unique;
    • each edge shall be used by exactly two outer or inner boundaries of faces;
    • the topological normal at each point on the boundary of the polygonal face set shall point away from the material of the solid.

8.8.3.28.2 Entity inheritance

8.8.3.28.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
LayerAssignment SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems

Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items.

StyledByItem SET [0:1] OF IfcStyledItem FOR Item

Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.

IfcTessellatedFaceSet (4)
1 Coordinates IfcCartesianPointList3D

An ordered list of Cartesian points used by the coordinate index defined at the subtypes of IfcTessellatedFaceSet.

HasColours SET [0:1] OF IfcIndexedColourMap FOR MappedTo

Reference to the indexed colour map providing the corresponding colour RGB values to the faces of the subtypes of IfcTessellatedFaceSet.

HasTextures SET [0:?] OF IfcIndexedTextureMap FOR MappedTo

Reference to the indexed texture map providing the corresponding texture coordinates to the vertices bounding the faces of the subtypes of IfcTessellatedFaceSet.

* Dim IfcDimensionCount

This attribute is formally derived.

3

The space dimensionality of this geometric representation item, it is always 3.

Click to show 6 hidden inherited attributes Click to hide 6 inherited attributes
IfcPolygonalFaceSet (3)
2 Closed OPTIONAL IfcBoolean

Indication whether the face set is a closed shell (TRUE) or an open shell (FALSE). If omitted no such information can be asserted.

3 Faces LIST [1:?] OF UNIQUE IfcIndexedPolygonalFace

The list of polygonal faces, with or without inner loops, that bound the faceted face set.

4 PnIndex OPTIONAL LIST [1:?] OF IfcPositiveInteger

The list of integers defining the locations in the IfcCartesianPointList3D to obtain the point coordinates for the indices at the indexed polygonal faces. If the PnIndex is not provided the indices at the indexed polygonal faces point directly into the IfcCartesianPointList3D.

Table 8.8.3.28.E

8.8.3.28.4 Examples

8.8.3.28.5 Formal representation

ENTITY IfcPolygonalFaceSet
 SUBTYPE OF (IfcTessellatedFaceSet);
	Closed : OPTIONAL IfcBoolean;
	Faces : LIST [1:?] OF UNIQUE IfcIndexedPolygonalFace;
	PnIndex : OPTIONAL LIST [1:?] OF IfcPositiveInteger;
END_ENTITY;

8.8.3.28.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.8.3.28.7 Changelog

8.8.3.28.7.1 IFC4

  • New resource

8.8.3.28.7.2 IFC4.3_DEV_70ee25e8