IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

5.4.2.23 IfcSpatialZoneTypeEnum

5.4.2.23.1 Semantic definition

This enumeration defines the range of different types of spatial zones that can further specify an IfcSpatialZone.

5.4.2.23.2 Type values

Type Description
CONSTRUCTION

The spatial zone is used to represent a construction zone for the production process.

FIRESAFETY

The spatial zone is used to represent a fire safety zone, or fire compartment.

INTERFERENCE

The spatial zone is used to define an interference between IfcSpatialElement occurrences.

LIGHTING

The spatial zone is used to represent a lighting zone; a daylight zone, or an artificial lighting zone.

OCCUPANCY

The spatial zone is used to represent a zone of particular occupancy.

RESERVATION

A spatial zone that marks some sort of reservation within the project extent.

SECURITY

The spatial zone is used to represent a zone for security planning and maintenance work.

THERMAL

The spatial zone is used to represent a thermal zone.

TRANSPORT

The spatial zone is used to represent an area primarily dedicated to the movement of people or goods.

VENTILATION

The spatial zone is used to represent a ventilation zone.

USERDEFINED

User defined type spatial zone.

NOTDEFINED

Undefined type spatial zone.

Table 5.4.2.23.A

5.4.2.23.3 Formal representation

TYPE IfcSpatialZoneTypeEnum = ENUMERATION OF
	(CONSTRUCTION
	,FIRESAFETY
	,INTERFERENCE
	,LIGHTING
	,OCCUPANCY
	,RESERVATION
	,SECURITY
	,THERMAL
	,TRANSPORT
	,VENTILATION
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

5.4.2.23.4 References

Edit on Github


Is this page difficult to understand? Let us know!

5.4.2.23.5 Changelog

5.4.2.23.5.1 IFC4

  • New resource

5.4.2.23.5.2 IFC4.3_DEV_70ee25e8

  • item, INTERFERENCE
  • item, RESERVATION