IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

6.1.2.3 IfcBuildingElementProxyTypeEnum

6.1.2.3.1 Semantic definition

This enumeration defines the available generic types for IfcBuildingElementProxy or IfcBuildingElementProxyType.

DEPRECATION The enumerator COMPLEX, ELEMENT, PARTIAL shall no longer be used.

6.1.2.3.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.

PROVISIONFORSPACE

The proxy denotes a provision for space (e.g. the space allocated as a provision for mechanical equipment or furniture).

PROVISIONFORVOID

The proxy denotes a provision for voids (a proposed opening not applied as void yet).

USERDEFINED

User-defined building element proxy.

NOTDEFINED

Undefined building element proxy.

Table 6.1.2.3.A

6.1.2.3.3 Formal representation

TYPE IfcBuildingElementProxyTypeEnum = ENUMERATION OF
	(COMPLEX
	,ELEMENT
	,PARTIAL
	,PROVISIONFORSPACE
	,PROVISIONFORVOID
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.1.2.3.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.1.2.3.5 Changelog

6.1.2.3.5.1 IFC4

  • item, COMPLEX
  • item, ELEMENT
  • item, PARTIAL
  • item, PROVISIONFORSPACE
  • item, PROVISIONFORVOID