IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.8.3.2 IfcAdvancedBrepWithVoids

8.8.3.2.1 Semantic definition

The IfcAdvancedBrepWithVoids is a specialization of an advanced 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

  1. Each void shell shall be disjoint from the outer shell and from every other void shell
  2. 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
  3. Each shell in the IfcManifoldSolidBrep shall be referenced only once.
  4. All the faces of all the shells in the IfcAdvancedBrep and the IfcAdvancedBrepWithVoids.Voids shall be of type IfcAdvancedFace.

8.8.3.2.2 Entity inheritance

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

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.

Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes
IfcAdvancedBrepWithVoids (1)
2 Voids SET [1:?] OF IfcClosedShell

No description available.

Table 8.8.3.2.A

8.8.3.2.4 Formal propositions

Name Description
VoidsHaveAdvancedFaces

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

SIZEOF (QUERY (Vsh <* Voids |
  SIZEOF (QUERY (Afs <* Vsh.CfsFaces |
  (NOT ('IFC4X3_DEV_040635d1.IFCADVANCEDFACE' IN TYPEOF(Afs)))
  )) = 0
)) = 0
Table 8.8.3.2.B

8.8.3.2.5 Formal representation

ENTITY IfcAdvancedBrepWithVoids
 SUBTYPE OF (IfcAdvancedBrep);
	Voids : SET [1:?] OF IfcClosedShell;
 WHERE
	VoidsHaveAdvancedFaces : SIZEOF (QUERY (Vsh <* Voids |
  SIZEOF (QUERY (Afs <* Vsh.CfsFaces |
  (NOT ('IFC4X3_DEV_040635d1.IFCADVANCEDFACE' IN TYPEOF(Afs)))
  )) = 0
)) = 0;
END_ENTITY;

8.8.3.2.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.8.3.2.7 Changelog

8.8.3.2.7.1 IFC4

  • New resource