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. |
5.4.2.3.3 Formal representation
TYPE IfcAssemblyPlaceEnum = ENUMERATION OF
(FACTORY
,SITE
,NOTDEFINED);
END_TYPE;