IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

6.1.2.23 IfcWindowTypeEnum

6.1.2.23.1 Semantic definition

This enumeration defines the different predefined types of windows that can further specify an IfcWindow or IfcWindowType.

6.1.2.23.2 Type values

Type Description
LIGHTDOME

A special window that lies horizonally in a roof slab opening.

SKYLIGHT

A window within a sloped building element, usually a roof slab.

WINDOW

A standard window usually within a wall opening, as a window panel in a curtain wall, or as a "free standing" window.

USERDEFINED

User-defined window element.

NOTDEFINED

Undefined window element.

Table 6.1.2.23.A

6.1.2.23.3 Formal representation

TYPE IfcWindowTypeEnum = ENUMERATION OF
	(LIGHTDOME
	,SKYLIGHT
	,WINDOW
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.1.2.23.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.1.2.23.5 Changelog

6.1.2.23.5.1 IFC4

  • New resource