IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.8.3.7 IfcBoxedHalfSpace

8.8.3.7.1 Semantic definition

The IfcBoxedHalfSpace is used (as its supertype IfcHalfSpaceSolid) only within Boolean operations. It divides the domain into exactly two subsets, where the domain in question is that of the attribute Enclosure.

The purpose of the attribute Enclosure is to provide a search box for the other operand in the Boolean operation. It shall be sufficiently large to fully enclose the resulting solid after the Boolean operation with the half space. It however does not alter the final result. The result of the Boolean operation would be the same, as if executed by the supertype IfcHalfSpaceSolid. See Figure 8.8.3.7.A below.

correct use of enclosure
Figure 8.8.3.7.A — Boxed half space operands

The IfcBoundingBox that provides the enclosure is given for the convenience of the receiving application to enable the use of size box comparison for efficiency (for example, to check first whether size boxes intersect, if not no calculations has to be done to check whether the solids of the entities intersect).

boxed half space
Figure 8.8.3.7.B — Boxed half space geometry

The Enclosure therefore helps to prevent dealing with infinite-size related issues. The enclosure box is positioned within the object coordinate system, established by the ObjectPlacement of the element represented (for example, by IfcLocalPlacement). Figure 8.8.3.7.B shows the Enclosure box being sufficiently large to fully enclose the Boolean result.

8.8.3.7.2 Entity inheritance

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

IfcHalfSpaceSolid (3)
1 BaseSurface IfcSurface

Surface defining side of half space.

2 AgreementFlag IfcBoolean

The agreement flag is TRUE if the normal to the BaseSurface points away from the material of the IfcHalfSpaceSolid. Otherwise it is FALSE.

* Dim IfcDimensionCount

This attribute is formally derived.

3

The space dimensionality of this class, it is always 3

Click to show 5 hidden inherited attributes Click to hide 5 inherited attributes
IfcBoxedHalfSpace (1)
3 Enclosure IfcBoundingBox

The box which bounds the resulting solid of the Boolean operation involving the half space solid for computational purposes only.

Table 8.8.3.7.C

8.8.3.7.4 Formal propositions

Name Description
UnboundedSurface

The BaseSurface defining the half space shall not be a bounded surface.

NOT ('IFC4X3_DEV_9d19c824.IFCCURVEBOUNDEDPLANE' IN TYPEOF(SELF\IfcHalfSpaceSolid.BaseSurface))
Table 8.8.3.7.D

8.8.3.7.5 Formal representation

ENTITY IfcBoxedHalfSpace
 SUBTYPE OF (IfcHalfSpaceSolid);
	Enclosure : IfcBoundingBox;
 WHERE
	UnboundedSurface : NOT ('IFC4X3_DEV_9d19c824.IFCCURVEBOUNDEDPLANE' IN TYPEOF(SELF\IfcHalfSpaceSolid.BaseSurface));
END_ENTITY;

8.8.3.7.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.8.3.7.7 Changelog

8.8.3.7.7.1 IFC4

  • where rule, UnboundedSurface
  • where rule, WR1