IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.10.3.15 IfcMaterialProfileWithOffsets

8.10.3.15.1 Semantic definition

IfcMaterialProfileWithOffsets is a specialization of IfcMaterialProfile with additional longitudinal offsets .

Relative positions of IfcMaterialProfileWithOffsets in the longitudinal direction of an element can be defined giving offsets at the start at the end, or at start and end. This shall not be used for relative positions of individual profiles in the plane of profile definition, which is given in composite profile definition itself. Also, care should be taken especially when used with IfcMaterialProfileSetUsageTapering for correct start and end offset assignment.

8.10.3.15.2 Entity inheritance

8.10.3.15.3 Attributes

# Attribute Type Description
IfcMaterialDefinition (3)
IfcMaterialProfile (7)
Click to show 10 hidden inherited attributes
IfcMaterialProfileWithOffsets (1)
7 OffsetValues ARRAY [1:2] OF IfcLengthMeasure

The numerical value of profile offset, in the direction of the axis direction - always AXIS1 that is, the axis along the extrusion path. The OffsetValues[1] identifies the offset from the lower position along the axis direction (normally the start of the standard extrusion), the OffsetValues[2] identifies the offset from the upper position along the axis direction (normally the end of the standard extrusion).

Table 8.10.3.15.A

8.10.3.15.4 Formal representation

ENTITY IfcMaterialProfileWithOffsets
SUBTYPE OF (IfcMaterialProfile);
OffsetValues : ARRAY [1:2] OF IfcLengthMeasure;
END_ENTITY;

8.10.3.15.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.10.3.15.6 Changelog

8.10.3.15.6.1 IFC4

  • New resource