6.1.2.4 IfcBuildingElementProxyTypeEnum
6.1.2.4.1 Semantic definition
This enumeration defines the available generic types for IfcBuildingElementProxy or IfcBuildingElementProxyType.
6.1.2.4.2 Type values
Type | Description |
---|---|
COMPLEX
|
Not used - kept for upward compatibility. |
ELEMENT
|
Not used - kept for upward compatibility. |
PARTIAL
|
Not used - kept for upward compatibility. |
USERDEFINED
|
User-defined building element proxy. |
NOTDEFINED
|
Undefined building element proxy. |
6.1.2.4.3 Formal representation
TYPE IfcBuildingElementProxyTypeEnum = ENUMERATION OF
(COMPLEX
,ELEMENT
,PARTIAL
,USERDEFINED
,NOTDEFINED);
END_TYPE;