IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.8.3.1 IfcAdvancedBrep

AbV ⓘ

8.8.3.1.1 Semantic definition

An advanced B-rep is a boundary representation model in which all faces, edges and vertices are explicitly represented. It is a solid with explicit topology and elementary or free-form geometry. The faces of the B-rep are of type IfcAdvancedFace. An advanced B-rep has to meet the same topological constraints as the manifold solid B-rep.

advanced brep b-spline surface
Figure 8.8.3.1.A — Advanced Brep, b-spline surface

Figure 8.8.3.1.A illustrates use of IfcAdvancedBrep for boundary representation models with b-spline surfaces. The diagram shows the topological and geometric representation items that are used for advanced B-reps, based on IfcAdvancedFace.

advanced brep elementary surface
Figure 8.8.3.1.B — Advanced Brep, elementary surface

Figure 8.8.3.1.B illustrates use of IfcAdvancedBrep for boundary representation models with elementary surfaces. The diagram shows the topological and geometric representation items that are used for advanced B-reps, based on IfcAdvancedFace. It shows the use of IfcIntersectionCurve to provide the geometric representation of the edge curve both as 3D curve and as u,v pcurve in the parametric space of the adjacent surfaces.

Informal Propositions

  1. each face is a face surface;
  2. each face surface has its geometry defined by an elementary surface, swept surface or a b-spline surface;
  3. the edges used to define the boundaries of the face shall all reference an edge curve
  4. each curve used to define the geometry of the faces and face bounds shall be either a conic, or a line or a polyline or a b-spline curve
  5. the edges used to define the face boundaries shall all be trimmed by vertices of type vertex point
  6. no loop used to define a face bound shall be of the oriented subtype

8.8.3.1.2 Entity inheritance

8.8.3.1.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.

IfcSolidModel (1)
* Dim IfcDimensionCount

This attribute is formally derived.

3

The space dimensionality of this class, it is always 3.

Click to show 3 hidden inherited attributes Click to hide 3 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.1.E

8.8.3.1.4 Formal propositions

Name Description
HasAdvancedFaces

Each face of the advanced B-rep shall be of type IfcAdvancedFace.

SIZEOF(QUERY(Afs <* SELF\IfcManifoldSolidBrep.Outer.CfsFaces |
  (NOT ('IFC4X3_DEV_ffe3a63.IFCADVANCEDFACE' IN TYPEOF(Afs)))
)) = 0
Table 8.8.3.1.F

8.8.3.1.5 Examples

8.8.3.1.6 Formal representation

ENTITY IfcAdvancedBrep
 SUPERTYPE OF (ONEOF
	(IfcAdvancedBrepWithVoids))
 SUBTYPE OF (IfcManifoldSolidBrep);
 WHERE
	HasAdvancedFaces : SIZEOF(QUERY(Afs <* SELF\IfcManifoldSolidBrep.Outer.CfsFaces |
  (NOT ('IFC4X3_DEV_ffe3a63.IFCADVANCEDFACE' IN TYPEOF(Afs)))
)) = 0;
END_ENTITY;

8.8.3.1.7 References

Edit on Github


Is this page difficult to understand? Let us know!

8.8.3.1.8 Changelog

8.8.3.1.8.1 IFC4

  • New resource