IFC 4.3.0.0 (IFC4X3) final

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