IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.8.3.18 IfcFacetedBrep

RV ⓘ
AbV ⓘ

8.8.3.18.1 Semantic definition

The IfcFacetedBrep is a manifold solid brep with the restriction that all faces are planar and bounded polygons.

faceted brep instantiation
Figure 8.8.3.18.A — Diagram showing the use of IfcFacetedBrep

The faceted B-rep has been introduced in order to support the larger number of systems that allow boundary type solid representations with planar surfaces only.

Informal Propositions

  1. All the bounding loops of all the faces of all the shells in the IfcFacetedBrep shall be of type IfcPolyLoop.
  2. All vertices shall be referenced by all polyloops, sharing the vertex. I.e., each Cartesian point shall be references by at least three polyloops.

8.8.3.18.2 Entity inheritance

8.8.3.18.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
IfcSolidModel (1)
Click to show 3 hidden inherited attributes
IfcManifoldSolidBrep (1)
1 Outer IfcClosedShell

A closed shell defining the exterior boundary of the solid. The shell normal shall point away from the interior of the solid.

Table 8.8.3.18.D

8.8.3.18.4 Examples

8.8.3.18.5 Formal representation

ENTITY IfcFacetedBrep
SUPERTYPE OF (ONEOF
(IfcFacetedBrepWithVoids))
SUBTYPE OF (IfcManifoldSolidBrep);
END_ENTITY;

8.8.3.18.6 References