IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.10.3.9 IfcMaterialLayerWithOffsets

8.10.3.9.1 Semantic definition

IfcMaterialLayerWithOffsets is a specialization of IfcMaterialLayer enabling definition of offset values along edges (within the material layer set usage in parent layer set).

It defines the assignment of two offset values for a material layer in its intended use within a material layer set. Offsets are applied to the edges of layered elements (that is, in directions perpendicular to the layer set direction). Offsets shall not be used in layer set direction, that is, for modelling gaps (or overlaps) between layers; gaps shall be modeled as layers with appropriate material assignment for the void.

Take a layered wall with the outer material layer for the external isolation extending above extrusion by 100mm, but starting at the same base height. In this case the following values are set: > * OffsetDirection = .AXIS3. * OffsetValues[1] = 0.0 * OffsetValues[2] = 100.0 (default unit assumed to be mm)

Informal Propositions

  1. The OffsetDirection shall not be identical to the LayerSetDirection of the corresponding IfcMaterialLayerSetUsage.

  2. The attribute ReferenceExtent shall be asserted at the corresponding IfcMaterialLayerSetUsage.

The OffsetValues and OffsetDirection correspond to the definitions ReferenceExtent and LayerSetDirection at the IfcMaterialLayerSetUsage. Figure 8.10.3.9.A shows an example of applying the OffsetValues to the material layers of a layered wall.

IfcMaterialLayerWithOffsets_fig-1
Figure 8.10.3.9.A — Material layer with offsets

8.10.3.9.2 Entity inheritance

8.10.3.9.3 Attributes

# Attribute Type Description
IfcMaterialDefinition (3)
IfcMaterialLayer (8)
Click to show 11 hidden inherited attributes
IfcMaterialLayerWithOffsets (2)
8 OffsetDirection IfcLayerSetDirectionEnum

Orientation of the offset; shall be perpendicular to the parent layer set direction.

9 OffsetValues ARRAY [1:2] OF IfcLengthMeasure

The numerical value of layer offset, in the direction of the axis assigned by the attribute OffsetDirection. The OffsetValues[1] identifies the offset from the lower position along the axis direction (normally the start of the layer extrusion), the OffsetValues[2] identifies the offset from the upper position along the axis direction (normally the end of the layer extrusion).

Table 8.10.3.9.C

8.10.3.9.4 Examples

8.10.3.9.5 Formal representation

ENTITY IfcMaterialLayerWithOffsets
SUBTYPE OF (IfcMaterialLayer);
OffsetDirection : IfcLayerSetDirectionEnum;
OffsetValues : ARRAY [1:2] OF IfcLengthMeasure;
END_ENTITY;

8.10.3.9.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.10.3.9.7 Changelog

8.10.3.9.7.1 IFC4

  • New resource