IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.10.3.2 IfcMaterialClassificationRelationship

DEPRECATED This definition will be removed in a future major release of this standard

8.10.3.2.1 Semantic definition

IfcMaterialClassificationRelationship is a relationship assigning classifications to materials.

8.10.3.2.2 Entity inheritance

8.10.3.2.3 Attributes

# Attribute Type Description
IfcMaterialClassificationRelationship (2)
1 MaterialClassifications SET [1:?] OF IfcClassificationSelect

The material classifications identifying the type of material.

2 ClassifiedMaterial IfcMaterial

Material being classified.

Table 8.10.3.2.A

8.10.3.2.4 Formal representation

ENTITY IfcMaterialClassificationRelationship;
	MaterialClassifications : SET [1:?] OF IfcClassificationSelect;
	ClassifiedMaterial : IfcMaterial;
END_ENTITY;

Edit on Github


Is this page difficult to understand? Let us know!

8.10.3.2.5 Changelog

8.10.3.2.5.1 IFC4

  • attribute MaterialClassifications type, Changed from "set[1:?] of IfcClassificationNotationSelect" to "set[1:?] of IfcClassificationSelect"
  • deprecated, Is now deprecated

8.10.3.2.5.2 IFC4.2

  • deprecated, Is no longer deprecated

8.10.3.2.5.3 IFC4.3_DEV_ffe3a63

  • deprecated, Is now deprecated