Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcAssemblyPlaceEnum

Definition from IAI: Enumeration defining where the assembly is intended to take place, either in a factory or on the building site.

HISTORY: New enumeration in Release IFC2x Edition 2.

EXPRESS specification:

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