IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

5.4.2.8 IfcElementCompositionEnum

5.4.2.8.1 Semantic definition

This enumeration indicates the composition of a spatial structure element or proxy.

5.4.2.8.2 Type values

Type Description
COMPLEX

A group or aggregation of similar elements.

ELEMENT

An (undivided) element itself.

PARTIAL

A subelement or part.

Table 5.4.2.8.A

5.4.2.8.3 Formal representation

TYPE IfcElementCompositionEnum = ENUMERATION OF
	(COMPLEX
	,ELEMENT
	,PARTIAL);
END_TYPE;

5.4.2.8.4 References

Edit on Github


Is this page difficult to understand? Let us know!