IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

5.4.2.3 IfcAssemblyPlaceEnum

5.4.2.3.1 Semantic definition

This enumeration defines where the assembly is intended to take place, either in a factory or on the building site.

5.4.2.3.2 Type values

Type Description
FACTORY

This assembly is assembled in a factory.

SITE

This assembly is assembled at site.

NOTDEFINED

No description available.

Table 5.4.2.3.A

5.4.2.3.3 Formal representation

TYPE IfcAssemblyPlaceEnum = ENUMERATION OF
	(FACTORY
	,SITE
	,NOTDEFINED);
END_TYPE;

5.4.2.3.4 References

Edit on Github


Is this page difficult to understand? Let us know!