IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

5.4.2.16 IfcOpeningElementTypeEnum

5.4.2.16.1 Semantic definition

This enumeration defines the basic types for opening elements.

5.4.2.16.2 Type values

Type Description
OPENING

An opening as subtraction feature that cuts through the element it voids. It thereby creates a hole. An opening in addition has a particular meaning for either providing a void for doors or windows, or an opening to permit flow of air and passing of light.

RECESS

An opening as subtraction feature that does not cut through the element it voids. It creates a niche or similar voiding pattern.

USERDEFINED

User-defined opening element.

NOTDEFINED

Undefined opening element.

Table 5.4.2.16.A

5.4.2.16.3 Formal representation

TYPE IfcOpeningElementTypeEnum = ENUMERATION OF
	(OPENING
	,RECESS
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

5.4.2.16.4 References

Edit on Github

4 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!

5.4.2.16.5 Changelog

5.4.2.16.5.1 IFC4

  • New resource