IFC 4.3.2.20250123 (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

5 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

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